-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: change JS code target to ES2021 (#6628)
* perf: change JS code target to ES2021 * test: update snapshot
- Loading branch information
1 parent
483d07e
commit 78b37d3
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...test-tools/tests/diagnosticsCases/module-build-failed/asset-module-build-failed/stats.err
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 |
---|---|---|
@@ -1 +1 @@ | ||
ERROR in ./logo.svgΓ Module build failed:β°ββΆ Γ Error: Failed to loadat Object.<anonymous>.module.exports (<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/asset-module-build-failed/my-loader.js:2:8)at LOADER_EXECUTION (<RSPACK_ROOT>/dist/loader-runner/index.js:617:23)at runSyncOrAsync (<RSPACK_ROOT>/dist/loader-runner/index.js:618:11)at <RSPACK_ROOT>/dist/loader-runner/index.js:722:9at handleResult (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:126:5)at loadLoader (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:107:16)at iterateNormalLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:711:5)at <RSPACK_ROOT>/dist/loader-runner/index.js:538:13at new Promise (<anonymous>)at runLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:513:12)help: File was processed with this loader: '<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/asset-module-build-failed/my-loader.js' | ||
ERROR in ./logo.svgΓ Module build failed:β°ββΆ Γ Error: Failed to loadat Object.<anonymous>.module.exports (<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/asset-module-build-failed/my-loader.js:2:8)at LOADER_EXECUTION (<RSPACK_ROOT>/dist/loader-runner/index.js:617:23)at runSyncOrAsync (<RSPACK_ROOT>/dist/loader-runner/index.js:618:11)at <RSPACK_ROOT>/dist/loader-runner/index.js:722:9at handleResult (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:125:5)at loadLoader (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:106:16)at iterateNormalLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:711:5)at <RSPACK_ROOT>/dist/loader-runner/index.js:538:13at new Promise (<anonymous>)at runLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:513:12)help: File was processed with this loader: '<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/asset-module-build-failed/my-loader.js' |
2 changes: 1 addition & 1 deletion
2
...rspack-test-tools/tests/diagnosticsCases/module-build-failed/loader-throw-error/stats.err
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 |
---|---|---|
@@ -1 +1 @@ | ||
ERROR in ./lib.jsΓ Module build failed:β°ββΆ Γ Error: Failed to loadat Object.<anonymous>.module.exports (<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/loader-throw-error/my-loader.js:2:9)at LOADER_EXECUTION (<RSPACK_ROOT>/dist/loader-runner/index.js:617:23)at runSyncOrAsync (<RSPACK_ROOT>/dist/loader-runner/index.js:618:11)at <RSPACK_ROOT>/dist/loader-runner/index.js:722:9at handleResult (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:126:5)at loadLoader (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:107:16)at iterateNormalLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:711:5)at <RSPACK_ROOT>/dist/loader-runner/index.js:538:13at new Promise (<anonymous>)at runLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:513:12)help: File was processed with this loader: '<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/loader-throw-error/my-loader.js' | ||
ERROR in ./lib.jsΓ Module build failed:β°ββΆ Γ Error: Failed to loadat Object.<anonymous>.module.exports (<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/loader-throw-error/my-loader.js:2:9)at LOADER_EXECUTION (<RSPACK_ROOT>/dist/loader-runner/index.js:617:23)at runSyncOrAsync (<RSPACK_ROOT>/dist/loader-runner/index.js:618:11)at <RSPACK_ROOT>/dist/loader-runner/index.js:722:9at handleResult (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:125:5)at loadLoader (<RSPACK_ROOT>/dist/loader-runner/loadLoader.js:106:16)at iterateNormalLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:711:5)at <RSPACK_ROOT>/dist/loader-runner/index.js:538:13at new Promise (<anonymous>)at runLoaders (<RSPACK_ROOT>/dist/loader-runner/index.js:513:12)help: File was processed with this loader: '<PROJECT_ROOT>/tests/diagnosticsCases/module-build-failed/loader-throw-error/my-loader.js' |
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
78b37d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Benchmark detail: Open
78b37d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Ran ecosystem CI: Open