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-12-11 07:35:15 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
57ad722d06
swc
/
crates
/
swc_ecma_parser
/
tests
/
tsc
/
parserEmptyFile1.json
11 lines
121 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(es): TypeScript 4.2 (#1330) swc_ecma_ast: - Add `is_abstract` to constructor types. swc_ecma_codegen: - Fix codegen of `Bool`. - Implement codegen for abstract constructors. swc_ecma_parser: - Inline tsc parser test suite. - Implement parsing of abstract constructor types.
2021-01-15 13:30:44 +03:00
{
"type"
:
"Script"
,
"span"
:
{
feat(common): Reserve `BytePos(0)` for dummy spans (#4616)
2022-05-11 19:14:42 +03:00
"start"
:
1
,
"end"
:
1
,
feat(es): TypeScript 4.2 (#1330) swc_ecma_ast: - Add `is_abstract` to constructor types. swc_ecma_codegen: - Fix codegen of `Bool`. - Implement codegen for abstract constructors. swc_ecma_parser: - Inline tsc parser test suite. - Implement parsing of abstract constructor types.
2021-01-15 13:30:44 +03:00
"ctxt"
:
0
}
,
"body"
:
[
]
,
"interpreter"
:
null
}
Reference in New Issue
Copy Permalink