Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork17
Commit3ab52c4
committed
(env/deps): use agilgur5/tsdx fork for esModuleInterop etc
- this uses my fork which merged my PR/commit that fixes the missing __esModule in CJS build output - which has been an issue in this library since adopting tsdx, as that's still an undocumented bug in tsdx - the bug means that default imports get transpiled to x = require instead of { default: x } = require - which affects anyone using CJS and importing the default export - and most apps still transpile down, as do most test runners, so basically it affects almost everyone using the default - for more details, see#12 - until this fix is merged and released in the root library, will be using this fork- it also has my recently merged PR/commit that changes the cacheRoot to ./node_modules/.cache/ instead of ./rts2_cache_* directories - can remove them from gitignore and they no longer clutter app root1 parent40e9912 commit3ab52c4
3 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
0 commit comments
Comments
(0)