mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
fd5b4d0dc0
This reverts commit43fcbcbef2
, reversing changes made to15fde7b5ff
.
12 lines
205 B
TOML
12 lines
205 B
TOML
[package]
|
|
name = "swc_ecmascript"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
swc_ecma_ast = { path = "./ast" }
|
|
swc_ecma_parser = { path = "./parser" }
|
|
|
|
|
|
[dev-dependencies]
|