-
-
Notifications
You must be signed in to change notification settings - Fork 781
Labels
teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
Description
System Info
Details
tests/webpack-test/configCases/externals/import-assertion
import * as staticPkg from "./static-package.json" assert { type: "json" };Now will transform to:
import x from "./static-package.json" with { type: "json" };Expected:
import x from "./static-package.json" assert { type: "json" };View the SWC AST, the key information of "assert" or "with" has lost.
Reproduce link
No response
Reproduce Steps
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.