mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
22b40e2b17
swc_ecma_parser: - fix parsing of arrow expression swc_ecma_codegen: - fix codegen of async function swc_ecma_transforms: - implement es2017::async_to_generator
17 lines
525 B
TOML
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" |