mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
Add examples
This commit is contained in:
parent
0efba88e3f
commit
58823f9590
@ -7,7 +7,7 @@ repository = "https://github.com/swc-project/swc.git"
|
|||||||
documentation = "https://swc-project.github.io/rustdoc/swc_ecma_parser/"
|
documentation = "https://swc-project.github.io/rustdoc/swc_ecma_parser/"
|
||||||
description = "Feature-complete es2019 parser."
|
description = "Feature-complete es2019 parser."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
include = ["Cargo.toml", "src/**/*.rs"]
|
include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
Loading…
Reference in New Issue
Block a user