Skip to content

Commit

Permalink
fixup: tweak esmeta-ignore.json as indicated by typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Sep 21, 2023
1 parent 0f5b21f commit 0484aa7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@
"ArrayAssignmentPattern[2,3].DestructuringAssignmentEvaluation",
"ArrayCreate",
"AsyncGeneratorBody[0,0].EvaluateAsyncGeneratorBody",
"AsyncGeneratorUnwrapYieldResumption",
"BindingPattern[1,0].BindingInitialization",
"BoundFunctionCreate",
"Catch[0,0].CatchClauseEvaluation",
"Catch[1,0].CatchClauseEvaluation",
"ClassStaticBlockBody[0,0].EvaluateClassStaticBlockBody",
"CreateArrayIterator",
"CreateBuiltinFunction",
"CreateIterResultObject",
"ECMAScriptFunctionObject.Call",
"ECMAScriptFunctionObject.Construct",
"FindViaPredicate",
"FlattenIntoArray",
"ForIn/OfBodyEvaluation",
Expand All @@ -41,6 +37,7 @@
"ModuleNamespaceExoticObject.OwnPropertyKeys",
"OrdinaryObject.OwnPropertyKeys",
"ProxyCreate",
"ScriptEvaluation",
"SerializeJSONObject",
"SetDefaultGlobalBindings",
"SetFunctionLength",
Expand Down

0 comments on commit 0484aa7

Please sign in to comment.