deno
87a08fc3
- fix(tools/publish): correctly handle importing from self in unfurling (#22774)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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 `./../`.
References
#22774 - fix(tools/publish): correctly handle importing from self in unfurling
Author
lucacasonato
Parents
f0ec4fe1
Loading