Skip to content

Commit

Permalink
Editorial: Use "is a foo completion" instead of testing [[Type]] field (
Browse files Browse the repository at this point in the history
#3163)

Mostly, change:
    _x_.[[Type]] is ~foo~
to:
    _x_ is a foo completion

Resolves issue #2644.
  • Loading branch information
jmdyck authored and ljharb committed Jan 10, 2024
1 parent 160b260 commit c7560a5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 49 deletions.
5 changes: 1 addition & 4 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@
"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",
"ForIn/OfBodyEvaluation",
"FunctionBody[0,0].EvaluateFunctionBody",
Expand All @@ -37,6 +33,7 @@
"ModuleNamespaceExoticObject.OwnPropertyKeys",
"OrdinaryObject.OwnPropertyKeys",
"ProxyCreate",
"ScriptEvaluation",
"SerializeJSONObject",
"SetFunctionLength",
"SourceTextModuleRecord.ExecuteModule",
Expand Down
Loading

0 comments on commit c7560a5

Please sign in to comment.