swc/ecmascript/parser/tests/span/js/decl
Sosuke Suzuki cbc8230310
fix(es/parser): Fix parsing of static blocks (#2200)
swc_ecma_parser:
 - Fix parsing of static blocks with line breaks. (#2195)
2021-09-03 14:57:23 +09:00
..
accessor.js More span tests (#935) 2020-08-05 12:34:44 +09:00
accessor.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
async-fn.js More span tests (#935) 2020-08-05 12:34:44 +09:00
async-fn.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
class.js refactor(es): Use BlockStmt instead Vec<Stmt> for static blocks. (#2188) 2021-08-31 16:12:18 +09:00
class.js.spans refactor(es): Use BlockStmt instead Vec<Stmt> for static blocks. (#2188) 2021-08-31 16:12:18 +09:00
computed-key.js More span tests (#935) 2020-08-05 12:34:44 +09:00
computed-key.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
constructor.js More span tests (#935) 2020-08-05 12:34:44 +09:00
constructor.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
decorator.js More span tests (#935) 2020-08-05 12:34:44 +09:00
decorator.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
default-export.js More span tests (#935) 2020-08-05 12:34:44 +09:00
default-export.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
export.js More span tests (#935) 2020-08-05 12:34:44 +09:00
export.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
fn.js More span tests (#935) 2020-08-05 12:34:44 +09:00
fn.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
named-export.js More span tests (#935) 2020-08-05 12:34:44 +09:00
named-export.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
private-method.js More span tests (#935) 2020-08-05 12:34:44 +09:00
private-method.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
private-prop.js More span tests (#935) 2020-08-05 12:34:44 +09:00
private-prop.js.spans More span tests (#935) 2020-08-05 12:34:44 +09:00
static-blocks-with-line-breaks.js fix(es/parser): Fix parsing of static blocks (#2200) 2021-09-03 14:57:23 +09:00
static-blocks-with-line-breaks.js.spans fix(es/parser): Fix parsing of static blocks (#2200) 2021-09-03 14:57:23 +09:00
static-blocks.js fix(es/parser): Fix parsing of static blocks (#2200) 2021-09-03 14:57:23 +09:00
static-blocks.js.spans fix(es/parser): Fix parsing of static blocks (#2200) 2021-09-03 14:57:23 +09:00