Bartek Iwańczuk
|
233d5422fd
|
fix(npm): use shim from deno_node crate for 'module' built-in module (#15881)
|
2022-09-12 18:11:32 -04:00 |
|
David Sherret
|
98454c1eb8
|
fix(npm): support cjs resolution of package subpath with package.json (#15855)
|
2022-09-12 15:47:54 -04:00 |
|
David Sherret
|
dee9f0acaf
|
fix(npm): align Node esm code importing cjs with Node (#15838)
|
2022-09-10 15:00:45 -04:00 |
|
David Sherret
|
3b0de03b59
|
fix(npm): remove export binding to match node (#15837)
|
2022-09-10 11:38:11 -04:00 |
|
Bartek Iwańczuk
|
6c179daff0
|
fix(npm): recursive translation of reexports, remove window global in node code (#15806)
Co-authored-by: David Sherret <dsherret@gmail.com>
|
2022-09-08 22:01:48 +02:00 |
|
David Sherret
|
5f251b283b
|
fix(npm): prefer importing esm from esm (#15676)
|
2022-08-30 14:09:22 -04:00 |
|
Bartek Iwańczuk
|
2851a98072
|
fix(npm): conditional exports with wildcards (#15652)
|
2022-08-29 19:15:20 +02:00 |
|
David Sherret
|
ec98d86d21
|
fix(npm): handle cjs re-exports with the same name as an export (#15626)
|
2022-08-26 14:34:35 -04:00 |
|
Yoshiya Hinosawa
|
9b324b1cf4
|
fix(ext/node): fix global in node env (#15622)
|
2022-08-26 23:39:05 +09:00 |
|
David Sherret
|
f583a7ebf4
|
chore(npm): add test for esm npm binary package (#15609)
|
2022-08-26 09:17:48 -04:00 |
|
David Sherret
|
376665d115
|
fix: avoid global declaration collisions in cjs (#15608)
* Use a default stack size * 2 in debug for Windows because swc using so much stack size. We should look into this more later though.
|
2022-08-25 20:24:18 -04:00 |
|