- [x] Remove from https://github.com/babel/babel/blob/main/packages/babel-parser/src/typings.d.ts all those that are enabled by default - Note that many of then are not explicitly marked as "deprecated" or "this is enabled by default" - [x] `importAssertions` should be removed (https://github.com/babel/babel/pull/16770) - [x] `importReflection` is now `sourcePhaseImports` (https://github.com/babel/babel/pull/16808) - [x] `decimal` doesn't have syntax anymore (https://github.com/babel/babel/pull/16741) - [x] The `smart` and `minimal` pipeline proposals are gone for sure (https://github.com/babel/babel/pull/16801) - [x] Flow `enums` option should be enabled by default (https://github.com/babel/babel/pull/16792) - [x] record&tuple is not going to use `{| ... |}` (https://github.com/babel/babel/pull/16458)
importAssertionsshould be removed (RemoveimportAssertionsparser plugin #16770)importReflectionis nowsourcePhaseImports(RemoveimportReflectionparser plugin #16808)decimaldoesn't have syntax anymore ([Babel 8] Removedecimalfrom parser #16741)smartandminimalpipeline proposals are gone for sure ([Babel 8] Removeminimal,smartoption of Pipeline Operator #16801)enumsoption should be enabled by default ([Babel 8] Removeenumsoption of flow plugin #16792){| ... |}(RemovesyntaxTypeoption for record-and-tuple (parser&plugin) #16458)