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-18 11:11:30 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4c2547adf2
swc
/
crates
/
swc_ecma_parser
/
tests
/
test262-error-references
/
fail
/
ba2d36d35efa68ec.js.swc-stderr
7 lines
118 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Typescript & parser for decorators swc_atoms: - add some atoms swc_ecma_ast: - ast nodes for typescript - `ClassMethod` -> `Method`, `ClassMethodKind` -> `MethodKind` - private class method / class property - use separate type for tagged template literals - add `declare` field to `Decl`s - make function body optional swc_ecma_parser: - rename Type to TokenContext - support decorators Note: error reporting for invalid decorator is not implemented yet - merge `Config` into `Syntax` - Use DiagnosticBuilder for error type This is to make backtracking cheaper. swc_ecma_transforms: - add `strip` pass
2019-01-07 13:43:47 +03:00
feat(es/parser): Make error message helpful (#6535) **Related issue:** - Closes https://github.com/swc-project/swc/issues/6525.
2022-11-29 08:57:23 +03:00
x Expression expected
chore: Fix CI
2022-03-20 09:25:35 +03:00
,-[$DIR/tests/test262-parser/fail/ba2d36d35efa68ec.js:1:1]
1 | a -->
feat(common): Implement a pretty error reporter (#3946)
2022-03-13 22:07:18 +03:00
: ^
`----
Reference in New Issue
Copy Permalink