swc/ecmascript/codegen/tests/references/79a4d1fdd55febec.js
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00

11 lines
296 B
JavaScript

var a = !b && (!// should not touch this one
(!c || // should not touch this one
(!c || d) && (!// should not touch this one
(!c || d) &&
(!e || // should not touch this one
(!c || d) &&
(!e || f) && // should not touch this one
(!c || d) &&
(!e || f) &&
g();