swc/crates/swc_ecma_parser/tests/shifted/empty-with-comments/input.ts.json
Donny/강동윤 9525ea178f
fix(es/parser): Fix span of empty modules (#2827)
swc_ecma_parser:
 - Don't use dummy span for empty modules.
2021-11-21 23:42:36 +09:00

11 lines
121 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 1,
"ctxt": 0
},
"body": [],
"interpreter": null
}