swc/crates/swc_ecma_parser/tests/span/js/expr/cond.js.span.swc-stderr
2023-10-25 22:59:03 +00:00

79 lines
1.2 KiB
Plaintext

x Module
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^^^^^^^^^
`----
x ModuleItem
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^^^^^^^^^
`----
x Stmt
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^^^^^^^^^
`----
x ExprStmt
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^^^^^^^^^
`----
x Expr
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^^^^^^^^^
`----
x CondExpr
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^^^^^^^^^
`----
x Expr
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^
`----
x Ident
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^
`----
x Expr
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^
`----
x Ident
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^
`----
x Expr
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^
`----
x Lit
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^
`----
x Str
,-[$DIR/tests/span/js/expr/cond.js:1:1]
1 | a ? b : 'c'
: ^^^
`----