rsnext/packages/next/bundles
Jiachi Liu ff6b75027b
Enable import assertion syntax parsing (#33750)
## Feature

Enable import assertion syntax parsing for ecmascript/typescript. Since webpack has already supported it, enable import assertion parsing and leave them to webpack to handle

#### Upgration
* tooling: `@swc/core`, `@swc/cli`, prettier to support importAssertion related flags
* typescript related: `typescript` >= 4.5
* babel related: `@babel/plugin-syntax-import-assertions`
* lint parser: `@typescript-eslint/parser`


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-03-06 20:41:22 +00:00
..
babel Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
webpack fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
loader-utils.js Update loader-utils (#30743) 2021-11-02 16:13:15 +01:00