mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
161 lines
2.8 KiB
Plaintext
161 lines
2.8 KiB
Plaintext
|
|
x Module
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | ,-> new Date();
|
|
2 | `-> (new Date).toString()
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^^^^^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^^^^^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x ExprStmt
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^^^^^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^^^^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x NewExpr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^^^^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
: ^^^^
|
|
2 | (new Date).toString()
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x ExprStmt
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x CallExpr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Callee
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x MemberExpr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x ParenExpr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x NewExpr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/expr/new.js:1:1]
|
|
1 | new Date();
|
|
2 | (new Date).toString()
|
|
: ^^^^^^^^
|
|
`----
|