deno
87a08fc3 - fix(tools/publish): correctly handle importing from self in unfurling (#22774)

Commit
2 years ago
fix(tools/publish): correctly handle importing from self in unfurling (#22774) We emitted `import "./` rather than `import "./$NAME"`. This is now fixed. Also makes a cosmetic change so that `../` imports are now just imported as `../`, not `./../`.
Author
Parents
Loading