Skip to content

Commit

Permalink
Merge branch 'main' into regexp-modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Sep 26, 2024
2 parents 7f39d7b + a92f3e9 commit a33dced
Show file tree
Hide file tree
Showing 11 changed files with 4,518 additions and 4,064 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 af37f8a694d749bb9a624de71407eed2fa71b1dc ;# v0.3.2
git fetch --depth 1 origin 088029201f0de736fdb8f30ca0a96bef26a52089 ;# v0.4.1
git checkout FETCH_HEAD
- name: build esmeta
run: |
Expand Down
3 changes: 2 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This repository is licensed according to Ecma International TC39's [Intellectual Property Policy](https://github.com/tc39/how-we-work/blob/HEAD/ip.md). In particular:
- Natural language text is licensed under the "Alternative copyright notice" of the [Ecma text copyright policy](https://www.ecma-international.org/memento/Ecma%20copyright%20faq.htm).

- Natural language text is licensed under the [Alternative copyright notice of the Ecma text copyright policy](https://ecma-international.org/policies/by-ipr/ecma-text-copyright-policy/#alternative-copyright-notice).
- Source code is licensed under Ecma's MIT-style [Ecma International Policy on Submission, Inclusion and Licensing of Software](https://www.ecma-international.org/memento/Policies/Ecma_Policy_on_Submission_Inclusion_and_Licensing_of_Software.htm).
- Contributions are only accepted from either representatives of Ecma members or signatories of TC39's [Contributor Form](https://tc39.github.io/agreements/contributor/).
21 changes: 6 additions & 15 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,44 +11,35 @@
"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",
"CreateBuiltinFunction",
"CreateIterResultObject",
"ECMAScriptFunctionObject.Call",
"ECMAScriptFunctionObject.Construct",
"FlattenIntoArray",
"CreateMappedArgumentsObject",
"CreateSharedByteDataBlock",
"ForIn/OfBodyEvaluation",
"FunctionBody[0,0].EvaluateFunctionBody",
"GeneratorBody[0,0].EvaluateGeneratorBody",
"GetGlobalObject",
"GetMethod",
"GetPromiseResolve",
"GetPrototypeFromConstructor",
"GetThisValue",
"InnerModuleEvaluation",
"IntegerIndexedObjectCreate",
"LabelledItem[1,0].LabelledEvaluation",
"LengthOfArrayLike",
"MakeIntegerIndexedObjectWithBufferWitnessRecord",
"MethodDefinition[0,0].DefineMethod",
"ModuleNamespaceCreate",
"ModuleNamespaceExoticObject.OwnPropertyKeys",
"OrdinaryObject.OwnPropertyKeys",
"OrdinaryFunctionCreate",
"ProxyCreate",
"ScriptEvaluation",
"SerializeJSONObject",
"SetDefaultGlobalBindings",
"SetFunctionLength",
"SourceTextModuleRecord.ExecuteModule",
"SourceTextModuleRecord.ResolveExport",
"SpeciesConstructor",
"Statement[0,0].LabelledEvaluation",
"Statement[1,0].LabelledEvaluation",
"Statement[2,0].LabelledEvaluation",
"StringCreate",
"StringPad"
]
"StringCreate"
]
Loading

0 comments on commit a33dced

Please sign in to comment.