swc/common/Cargo.toml
강동윤 22b40e2b17
implements async to generator (#91)
swc_ecma_parser:
 - fix parsing of arrow expression

swc_ecma_codegen:
 - fix codegen of async function

swc_ecma_transforms:
 - implement es2017::async_to_generator
2018-12-24 10:58:40 +09:00

17 lines
525 B
TOML

[package]
name = "swc_common"
version = "0.1.4"
authors = ["강동윤 <kdy1@outlook.kr>"]
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"
documentation = "https://swc-project.github.io/rustdoc/swc_common/"
description = "Common utilities for the swc project."
[dependencies]
ast_node = { version = "0.2", path = "../macros/ast_node" }
string_cache = "0.7"
either = "1.5"
rustc-ap-rustc_errors = "313"
rustc-ap-rustc_data_structures = "313"
rustc-ap-syntax = "313"
rustc-ap-syntax_pos = "313"