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-19 11:42:13 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
8dab3d92b1
swc
/
crates
/
swc_common
/
tests
/
empty.rs
7 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Extract FromVariant (#586) Move FromVariant to a separate crate
2020-01-15 12:00:08 +03:00
use
swc_common
::
*
;
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
pub
struct
Struct
{
}
Use stable rustc (#886)
2020-07-23 20:18:22 +03:00
#[
derive(FromVariant)
]
Update dependencies - rustc toolchain to "nightly-2018-05-30" - rustfmt to 0.8.6 - rustc-ap-* to 150 - syn to 0.14 - proc-macro2 to 0.4 - quote to 0.6
2018-06-02 12:01:00 +03:00
pub
enum
Enum
{
}
Reference in New Issue
Copy Permalink