-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swc_bundler: - Fix deglobbing of imports. (denoland/deno#8985) - Use correct syntax context while deglobbing imports. (denoland/deno#9212) - Allow reexporting from wrapped esms. (denoland/deno#8959, denoland/deno#9200) - Fix statement orderings. (denoland/deno#9250) - Emit injected items as early as possible. (denoland/deno#9250) - Respect `external_modules`. (#1338) - Fix cjs suppport. (#1328) swc_ecma_transforms_base: - hygiene: Fix for hoisting. (denoland/deno#9212)
- Loading branch information
Showing
152 changed files
with
23,534 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ function __spack_require__(mod) { | |
mod(module, module.exports); | ||
cache = module.exports; | ||
return cache; | ||
} | ||
}() | ||
} |
Oops, something went wrong.