rsnext/packages/next/compiled/babel
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
..
bundle.js Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
code-frame.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
core-lib-block-hoist-plugin.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
core-lib-config.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
core-lib-normalize-file.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
core-lib-normalize-opts.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
core-lib-plugin-pass.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
core.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
eslint-parser.js Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
generator.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
LICENSE ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
package.json Update to latest babel versions (#28174) 2021-08-17 09:18:08 +02:00
parser.js Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
plugin-proposal-class-properties.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-proposal-export-namespace-from.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-proposal-numeric-separator.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-proposal-object-rest-spread.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-syntax-bigint.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-syntax-dynamic-import.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-syntax-import-assertions.js Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
plugin-syntax-jsx.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-transform-define.js feat: Webpack loader inlining (#21127) 2021-01-15 01:51:45 +00:00
plugin-transform-modules-commonjs.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
plugin-transform-react-remove-prop-types.js feat: Webpack loader inlining (#21127) 2021-01-15 01:51:45 +00:00
plugin-transform-runtime.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
preset-env.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
preset-react.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
preset-typescript.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
traverse.js Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
types.js Ensure @babel/types is not duplicated (#28713) 2021-09-01 17:46:50 +00:00