Skip to content

Commit

Permalink
Meta: Upgrade ESMeta to v0.4.3 (tc39#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo authored and ljharb committed Oct 10, 2024
1 parent 6de33c0 commit 6b4217b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/esmeta-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd "${ESMETA_HOME}"
git init
git remote add origin https://github.com/es-meta/esmeta.git
git fetch --depth 1 origin 088029201f0de736fdb8f30ca0a96bef26a52089 ;# v0.4.1
git fetch --depth 1 origin 400c5bfec94899d6d41d4cfe61f6fc258fe41fb5 ;# v0.4.3
git checkout FETCH_HEAD
- name: build esmeta
run: |
Expand Down
6 changes: 3 additions & 3 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"LengthOfArrayLike",
"MethodDefinition[0,0].DefineMethod",
"ModuleNamespaceCreate",
"OrdinaryCreateFromConstructor",
"OrdinaryFunctionCreate",
"ProxyCreate",
"ScriptEvaluation",
Expand All @@ -42,5 +41,6 @@
"Statement[0,0].LabelledEvaluation",
"Statement[1,0].LabelledEvaluation",
"Statement[2,0].LabelledEvaluation",
"StringCreate"
]
"StringCreate",
"TypedArrayCreateFromConstructor"
]

0 comments on commit 6b4217b

Please sign in to comment.