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-24 22:22:34 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
30af06bb70
swc
/
.cargo
/
config
10 lines
128 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ECMAScript parser (#1) - Parser and lexer for lastest ecma spec https://tc39.github.io/ecma262 - Lexer is currently very inefficient - Use https://github.com/tc39/test262-parser-tests/ for testing. - Implement proc-macro based ast folder and assert_eq_ignore_span! based on it. - Some utilities for proc macro at /macros/common
2018-01-12 10:53:06 +03:00
[build]
Make it thread safe
2018-11-17 11:02:34 +03:00
rustflags = [
"--cfg", "procmacro2_semver_exempt",
]
Implement error reporting. * Use syntax_pos and rustc_error. * Use syntax_pos::Span
2018-01-21 11:47:37 +03:00
rustdocflags = [
"--cfg", "procmacro2_semver_exempt",
]
Reference in New Issue
Copy Permalink