swc/crates/swc_ecma_parser/tests/span/js/expr/object.js.swc-stderr
2022-11-29 09:47:56 +00:00

199 lines
4.7 KiB
Plaintext

x Module
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ModuleItem
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Stmt
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ExprStmt
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Expr
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ParenExpr
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Expr
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ObjectLit
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PropOrSpread
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Prop
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Ident
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x PropOrSpread
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Prop
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Ident
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x PropOrSpread
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x Prop
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x KeyValueProp
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x PropName
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Ident
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Expr
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x Ident
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^
`----
x PropOrSpread
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^
`----
x SpreadElement
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^
`----
x Expr
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x Ident
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x PropOrSpread
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^
`----
x Prop
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^
`----
x KeyValueProp
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^^^^^^^
`----
x PropName
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^
`----
x Ident
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^^^^^^
`----
x Expr
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x Lit
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----
x Bool
,-[$DIR/tests/span/js/expr/object.js:1:1]
1 | ({ a, b, c: d, ...rest, afterRest: true })
: ^^^^
`----