Skip to content

Commit

Permalink
Sort assumptions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSodaSea committed Dec 17, 2022
1 parent 748a69e commit 72e1fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/src/config/validation/options.ts
Expand Up @@ -267,7 +267,6 @@ const knownAssumptions = [
"arrayLikeIsIterable",
"constantReexports",
"constantSuper",
"pureDynamicImportSpecifier",
"enumerableModuleMeta",
"ignoreFunctionLength",
"ignoreToPrimitiveHint",
Expand All @@ -279,6 +278,7 @@ const knownAssumptions = [
"noNewArrows",
"objectRestNoSymbols",
"privateFieldsAsProperties",
"pureDynamicImportSpecifier",
"pureGetters",
"setClassMethods",
"setComputedProperties",
Expand Down

0 comments on commit 72e1fa8

Please sign in to comment.