oxc-project / oxc

⚓ A collection of JavaScript tools written in Rust.

Home Page:https://oxc.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[codegen][bug] wrong runtime execution result for new expression

hyf0 opened this issue · comments

input

new (require("./foo.js")).Foo();

is wrongly printed as

new require('./foo.js').Foo();

https://oxc-project.github.io/oxc/playground/?code=3YCAAICggICAgICAgIC3mcvQoNvSxkBkTXKqelS%2FXJzV0kQIoSOBFW5EoZzE713rkHF%2FfwgUgIA%3D