This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-11-24 02:06:08 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
29bec98647
swc
/
crates
/
swc_ecma_parser
/
tests
/
shifted
/
empty-with-comments
/
input.ts.json
11 lines
121 B
JSON
Raw
Normal View
History
Unescape
Escape
fix(es/parser): Fix span of empty modules (#2827) swc_ecma_parser: - Don't use dummy span for empty modules.
2021-11-21 17:42:36 +03:00
{
"type"
:
"Script"
,
"span"
:
{
feat(common): Reserve `BytePos(0)` for dummy spans (#4616)
2022-05-11 19:14:42 +03:00
"start"
:
2
,
"end"
:
2
,
fix(es/parser): Fix span of empty modules (#2827) swc_ecma_parser: - Don't use dummy span for empty modules.
2021-11-21 17:42:36 +03:00
"ctxt"
:
0
}
,
"body"
:
[
]
,
"interpreter"
:
null
}
Reference in New Issue
Copy Permalink