Skip to content

Commit 74d6f30

Browse files
jhnaldoljharb
authored andcommitted
Meta: Upgrade ESMeta to v0.7.1 (#3720)
1 parent 53ab04b commit 74d6f30

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/esmeta-typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cd "${ESMETA_HOME}"
2727
git init
2828
git remote add origin https://github.com/es-meta/esmeta.git
29-
git fetch --depth 1 origin 154cd346cfad4bfb485de1c34fc9715748e2d517 ;# v0.6.4
29+
git fetch --depth 1 origin bd58590ef6badabbe71afdefa02dc32274902621 ;# v0.7.1
3030
git checkout FETCH_HEAD
3131
- name: build esmeta
3232
run: |

esmeta-ignore.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@
55
"CompareTypedArrayElements",
66
"DoWait",
77
"EvaluateImportCall",
8-
"FinishLoadingImportedModule",
9-
"FunctionDeclarationInstantiation",
108
"FunctionBody[0,0].EvaluateFunctionBody",
9+
"FunctionDeclarationInstantiation",
1110
"GetViewByteLength",
12-
"INTRINSICS.Atomics.notify",
1311
"Record[SourceTextModuleRecord].ExecuteModule",
14-
"Record[SourceTextModuleRecord].GetExportedNames",
15-
"Record[SourceTextModuleRecord].InitializeEnvironment",
16-
"Record[SourceTextModuleRecord].ResolveExport",
1712
"TypedArrayLength"
18-
]
13+
]

0 commit comments

Comments
 (0)