File tree 4 files changed +6
-7
lines changed
exec/generator/ecma262-pr-2819
stacktrace/issue-9742/output
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
- uses : actions/setup-node@v4
110
110
with :
111
- node-version : " 18 "
111
+ node-version : " 20 "
112
112
cache : " yarn"
113
113
114
114
- name : Install node dependencies
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
- uses : actions/setup-node@v4
158
158
with :
159
- node-version : " 18 "
159
+ node-version : " 20 "
160
160
cache : " yarn"
161
161
162
162
- name : Install node dependencies
@@ -211,7 +211,7 @@ jobs:
211
211
# Source map format
212
212
- uses : actions/setup-node@v4
213
213
with :
214
- node-version : " 18 "
214
+ node-version : " 20 "
215
215
cache : " yarn"
216
216
217
217
# We explicitly do this to cache properly.
@@ -268,8 +268,6 @@ jobs:
268
268
path : |
269
269
.swc-exec-cache
270
270
key : swc-exec-cache-${{ matrix.settings.crate }}-${{ hashFiles('**/Cargo.lock') }}
271
- restore-keys : |
272
- swc-exec-cache-${{ matrix.settings.crate }}
273
271
274
272
- name : Run cargo test
275
273
if : matrix.settings.crate != 'swc_plugin_runner' && matrix.settings.crate != 'swc_ecma_parser' && matrix.settings.crate != 'swc_ecma_minifier' && matrix.settings.crate != 'swc_core' && matrix.settings.crate != 'swc_ecma_quote' && matrix.settings.crate != 'swc_cli' && matrix.settings.crate != 'binding_core_wasm'
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ $DIR/tests/stacktrace/issue-9742/input/index.js:3
4
4
5
5
6
6
Error: foo
7
- at constructor ($DIR/tests/stacktrace/issue-9742/input/index.js:3:15)
8
- at Parent ($DIR/tests/stacktrace/issue-9742/input/index.js:7:1)
7
+ at new constructor ($DIR/tests/stacktrace/issue-9742/input/index.js:3:15)
8
+ at new Parent ($DIR/tests/stacktrace/issue-9742/input/index.js:7:1)
9
9
at Object.<anonymous> ($DIR/tests/stacktrace/issue-9742/input/index.js:11:1)
Original file line number Diff line number Diff line change 19
19
- swc_plugin_runner
20
20
- swc_plugin_testing
21
21
macos :
22
+ - swc
22
23
- swc_allocator
23
24
- swc_plugin_runner
24
25
You can’t perform that action at this time.
0 commit comments