You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Several improvements were made for speed and efficiency.
- Now accommodating for new TS empty baseURL provision (closes#109)
- Pre-checking necessity before overwriting paths (closes#110)
- Rewrote core resolution methodology to:
- Properly handle implicit indexes (closes#106)
- Properly handle implicit sub-package indexes set via package.json 'main' #108)
- Not follow symlinks (#107)
- Resolve from output path as opposed to SourceFile path (#103)
- Several improvements were made for speed and efficiency.
- Now accommodating for new TS empty baseURL provision (closes#109)
- Pre-checking necessity before overwriting paths (closes#110)
- Rewrote core resolution methodology to:
- Properly handle implicit indexes (closes#106)
- Properly handle implicit sub-package indexes set via package.json 'main' #108)
- Not follow symlinks (#107)
- Resolve from output path as opposed to SourceFile path (#103)
- Several improvements were made for speed and efficiency.
- Now accommodating for new TS empty baseURL provision (closes#109)
- Pre-checking necessity before overwriting paths (closes#110)
- Rewrote core resolution methodology to:
- Properly handle implicit indexes (closes#106)
- Properly handle implicit sub-package indexes set via package.json 'main' #108)
- Not follow symlinks (#107)
- Resolve from output path as opposed to SourceFile path (#103)
Modern typescript allows for no
baseUrl
. Need to update code to accommodate for this change.The text was updated successfully, but these errors were encountered: