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-23 00:32:15 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
ca663aa33d
swc
/
.gitignore
11 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2017-12-22 15:51:36 +03:00
Improve error reporting of ecmascript parser And drop nll because it's currently too slow.
2018-01-22 04:45:08 +03:00
target/
initial commit
2017-12-22 15:51:36 +03:00
**/*.bk
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
core
ignore Cargo.lock
2018-01-12 14:20:08 +03:00
*.log
Make rls work rust-analysis chokes with `Option<Box<Expr>>` style fields. Rls only shows a warning on the crate with that fields, but ICEs on dependent crates. This can be workarounded by using `Option<(Box<Expr>)>`. Also, using multiple glob imports is bad for rls. So this commit deglobs them.
2018-02-03 13:56:23 +03:00
Cargo.lock
/.vscode
/.idea
*.iml
Reference in New Issue
Copy Permalink