Vladimir
4fc492c61d
fix: cjs exports has Object.prototype instead of null ( #2769 )
...
* fix: cjs exports has Object.prototype instead of null
* chore: cleanup
2023-01-30 11:46:58 +01:00
Vladimir
084e929c8e
fix!: correctly interop nested default for external and inlined modules ( #2512 )
...
* fix: correctly interop nested default for external and inlined modules, if environment is not node
* chore: cleanup
* chore: cleanup
* test: update default interop test
* chore: update module interop tests
* fix: add environment to enzym example
* chore: update tests
* test: don't run module tests without threads, because we don't clear ESM cache
* chore: correctly reset current test environment
2022-12-16 15:33:42 +01:00
Vladimir
aa8e66250e
fix: don't ignore properties, when put on a default function in CJS context ( #2325 )
...
* fix: don't ignore "default" key, when put on a function in CJS context
* test: test case for default.default
2022-11-14 13:59:21 +01:00
Vladimir
fe7194616f
fix: improve compatibility with native Node CJS resolution ( #2226 )
...
* fix: improve compatibility with native Node CJS resolution
* chore: types
* test: increase stacktrace timeout
2022-10-31 10:36:29 +01:00
Anthony Fu
51459c9ce8
chore: update deps
2022-05-27 13:26:48 +08:00
Anthony Fu
4a046df559
chore: lint
2022-05-14 16:36:12 +08:00
renovate[bot]
4d1e0a0ed1
fix(deps): update all non-major dependencies ( #1159 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 22:25:34 +08:00
renovate[bot]
40c26ed3b8
chore(deps): update all non-major dependencies ( #1137 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 07:53:43 +08:00
renovate[bot]
16684b2ae2
chore(deps): update all non-major dependencies ( #1094 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 10:56:54 +08:00
renovate[bot]
ffa0228034
chore(deps): update all non-major dependencies ( #1042 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-28 10:13:38 +08:00
Anthony Fu
7386bbc9ef
chore: update deps
2022-03-16 15:53:00 +08:00
Anthony Fu
621300d0a0
chore: lint for md and json
2022-03-08 03:30:59 +08:00
Anthony Fu
03e31e4b90
chore: update deps
2022-02-28 04:14:20 +08:00
Anthony Fu
6e65e368c5
chore: update deps
2022-02-14 20:02:42 +08:00
Ivan Demchuk
36e6207403
docs: use vitest run mode for coverage examples ( fix #602 ) ( #611 )
2022-01-23 18:11:56 +08:00
Anthony Fu
faffdfdb01
chore: update deps
2022-01-14 11:45:41 +08:00
Pionxzh
01c4fe330b
fix: improve cjs proxy ( #508 )
...
Co-authored-by: spigbbbbb@gmil.com <pionxzh>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-13 03:46:05 +08:00
Vladimir
3c9073a3f2
fix: Reflect.get called on non-object
...
closes #479
2022-01-08 09:47:27 +03:00
Vladimir
affbb55118
fix: proxy nested default ( #359 )
2021-12-29 18:22:55 +08:00
Anthony Fu
029b6a197f
fix: use proxy to interpret import default, close #203
2021-12-18 18:11:02 +08:00
Anthony Fu
601259faae
chore: update linter
2021-12-18 11:48:12 +08:00
Anthony Fu
d2c8cf06b6
feat: smartly detects cjs package powered by mlly
2021-12-15 14:29:54 +08:00
Anthony Fu
43d764130e
feat: tips for ESM in CJS, close #150
2021-12-15 01:51:12 +08:00
Anthony Fu
0defd8b06f
feat: improve error message
2021-12-12 07:58:30 +08:00
Anthony Fu
035e22ea7e
feat: interpretDefault, close #64 , close #68
2021-12-12 00:40:24 +08:00