Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: upgrade esmeta to v0.1.0 #2966

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 502c7e927cac67e369d6dd611034505124b9a2ce ;# v0.1.0-rc6
git fetch --depth 1 origin 688f6241f1a82259504775bcec790bde467b2be9 ;# v0.1.0
git checkout FETCH_HEAD
- name: build esmeta
run: |
Expand Down
40 changes: 23 additions & 17 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,57 @@
[
"AddEntriesFromIterable",
"ArrayAssignmentPattern[0,0].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[0,1].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[0,2].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[0,3].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[1,0].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,0].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,1].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,2].DestructuringAssignmentEvaluation",
"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",
"CreateDynamicFunction",
"CreateMappedArgumentsObject",
"DeclarativeEnvironmentRecord.InitializeBinding",
"DeclarativeEnvironmentRecord.SetMutableBinding",
"CreateIterResultObject",
"ECMAScriptFunctionObject.Call",
"ECMAScriptFunctionObject.Construct",
"FlattenIntoArray",
"ForIn/OfBodyEvaluation",
"FunctionBody[0,0].EvaluateFunctionBody",
"GeneratorBody[0,0].EvaluateGeneratorBody",
"GeneratorResumeAbrupt",
"GeneratorValidate",
"GetGlobalObject",
"GetMethod",
"GetNewTarget",
"GetPromiseResolve",
"GetPrototypeFromConstructor",
"GetThisValue",
"HostEnqueuePromiseJob",
"INTRINSICS.DefaultTimeZone",
"InnerModuleEvaluation",
"IntegerIndexedObjectCreate",
"LabelledItem[1,0].LabelledEvaluation",
"LengthOfArrayLike",
"MethodDefinition[0,0].DefineMethod",
"ModuleNamespaceCreate",
"NewPromiseReactionJob",
"NormalCompletion",
"OrdinaryGet",
"PrivateGet",
"ModuleNamespaceExoticObject.OwnPropertyKeys",
"OrdinaryObject.OwnPropertyKeys",
"ProxyCreate",
"SerializeJSONObject",
"SetDefaultGlobalBindings",
"SetViewValue",
"SetFunctionLength",
"SortIndexedProperties",
"SourceTextModuleRecord.ExecuteModule",
"SourceTextModuleRecord.ResolveExport",
"SpeciesConstructor",
"Statement[0,0].LabelledEvaluation",
"Statement[1,0].LabelledEvaluation",
"Statement[2,0].LabelledEvaluation",
"StringCreate",
"TemplateString",
"ToBigInt64",
"ToBigUint64",
"ToUint32",
"WeakRefDeref"
"StringCreate"
]