Skip to content

Commit

Permalink
chore: Publish v1.2.115
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 1, 2021
1 parent b6f9249 commit 86d2ceb
Show file tree
Hide file tree
Showing 62 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/ast_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for ast nodes."
documentation = "https://rustdoc.swc.rs/ast_node/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "ast_node"
repository = "https://github.com/swc-project/swc.git"
version = "0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/enum_kind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Easily manage values related to enum."
documentation = "https://rustdoc.swc.rs/enum_kind/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "enum_kind"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/from_variant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Automatically derive From impls for enums"
documentation = "https://rustdoc.swc.rs/from_variant/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "from_variant"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "JsDoc parser writen in rust"
documentation = "https://rustdoc.swc.rs/jsdoc/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "jsdoc"
version = "0.47.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/rplugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Rust plugin system for AST processing"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "rplugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/rplugin_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for rpluign, rust plugin system for AST processing"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "rplugin_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/string_enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "String based enum."
documentation = "https://rustdoc.swc.rs/string_enum/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "string_enum"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Speedy web compiler"
documentation = "https://rustdoc.swc.rs/swc/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.88.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_atoms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build = "build.rs"
description = "Atoms for the swc project."
documentation = "https://rustdoc.swc.rs/swc_atoms/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Very fast ecmascript bundler"
documentation = "https://rustdoc.swc.rs/swc_bundler/"
edition = "2018"
include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.82.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Common utilities for the swc project."
documentation = "https://rustdoc.swc.rs/swc_common/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.14.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS apis for rust"
documentation = "https://rustdoc.swc.rs/swc_css/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.41.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "AST definitions of css"
documentation = "https://rustdoc.swc.rs/swc_css_ast/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.37.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS code generator for the swc project"
documentation = "https://rustdoc.swc.rs/swc_css_codegen/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.39.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_codegen_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Internal macro for the css code generator"
documentation = "https://rustdoc.swc.rs/swc_css_codegen_macros/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css_codegen_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS paresr"
documentation = "https://rustdoc.swc.rs/swc_css_parser/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.41.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Port of stylis"
documentation = "https://rustdoc.swc.rs/swc_css_utils/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.34.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Visitor for css"
documentation = "https://rustdoc.swc.rs/swc_css_visit/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.36.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Ecmascript ast."
documentation = "https://rustdoc.swc.rs/swc_ecma_ast/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.58.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Ecmascript code generator for the swc project."
documentation = "https://rustdoc.swc.rs/swc_ecma_codegen/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.80.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for swc_ecma_codegen."
documentation = "https://rustdoc.swc.rs/swc_ecma_codegen_macros/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_codegen_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_dep_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Dependency graph for the ecmascript"
documentation = "https://rustdoc.swc.rs/swc_ecma_dep_graph/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_dep_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.47.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_ext_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Extensions for @swc/core (nodejs)"
documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_ext_transforms"
version = "0.38.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "General ecmascript loader used for transforms"
documentation = "https://rustdoc.swc.rs/swc_ecma_loader/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_loader"
repository = "https://github.com/swc-project/swc.git"
version = "0.24.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "EcmaScript code minifier."
documentation = "https://rustdoc.swc.rs/swc_ecma_minifier/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.51.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Feature-complete es2019 parser."
documentation = "https://rustdoc.swc.rs/swc_ecma_parser/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.78.11"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_plugin_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Special AST for swc, which can be passed to dynamic libraries directly"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_plugin_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_preset_env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "preset-env for the swc"
documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.67.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.95.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_base/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.44.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_classes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Helper for transforms for the swc project"
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_classes/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_classes"
repository = "https://github.com/swc-project/swc.git"
version = "0.30.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_compat/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.52.19"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for swc_ecma_transforms."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_macros/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_optimization/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.58.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_optimization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_optimization/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.65.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_proposal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_proposal/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.58.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_react/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_react/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_react"
repository = "https://github.com/swc-project/swc.git"
version = "0.60.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_testing/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.45.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_typescript/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git"
version = "0.61.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Utilities for swc ecmascript ast nodes"
documentation = "https://rustdoc.swc.rs/swc_ecma_utils/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.52.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Visitors for swc ecmascript nodes which works on stable rustc"
documentation = "https://rustdoc.swc.rs/swc_ecma_visit/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.44.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Ecmascript"
documentation = "https://rustdoc.swc.rs/swc_ecmascript/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.88.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_eq_ignore_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1@dudy.kr>"]
description = "Macros for EqIgnoreSpan and TypeEq."
documentation = "https://rustdoc.swc.rs/swc_eq_ignore_macros/"
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0"
name = "swc_eq_ignore_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
Expand Down
Loading

2 comments on commit 86d2ceb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 86d2ceb Previous: 5999634 Ratio
base_tr_fixer 25934 ns/iter (± 3196) 26702 ns/iter (± 2757) 0.97
base_tr_resolver_and_hygiene 149004 ns/iter (± 26875) 154749 ns/iter (± 46179) 0.96
codegen_es2015 52141 ns/iter (± 5563) 61345 ns/iter (± 4187) 0.85
codegen_es2016 52507 ns/iter (± 12301) 60865 ns/iter (± 6706) 0.86
codegen_es2017 50416 ns/iter (± 9568) 60490 ns/iter (± 3409) 0.83
codegen_es2018 49206 ns/iter (± 17523) 61169 ns/iter (± 12437) 0.80
codegen_es2019 50081 ns/iter (± 8538) 61163 ns/iter (± 20475) 0.82
codegen_es2020 51896 ns/iter (± 11817) 61244 ns/iter (± 5580) 0.85
codegen_es3 53150 ns/iter (± 7875) 60525 ns/iter (± 39111) 0.88
codegen_es5 53134 ns/iter (± 3620) 61013 ns/iter (± 3717) 0.87
full_es2015 182954076 ns/iter (± 17484055) 214402791 ns/iter (± 9215456) 0.85
full_es2016 145134436 ns/iter (± 13312767) 174097573 ns/iter (± 17346312) 0.83
full_es2017 152239709 ns/iter (± 16396412) 182527000 ns/iter (± 21161244) 0.83
full_es2018 150577371 ns/iter (± 14500340) 187457528 ns/iter (± 22614587) 0.80
full_es2019 153064946 ns/iter (± 19866285) 185784731 ns/iter (± 14175546) 0.82
full_es2020 148990062 ns/iter (± 12505192) 186921276 ns/iter (± 17853824) 0.80
full_es3 210428858 ns/iter (± 29932823) 269191784 ns/iter (± 32837343) 0.78
full_es5 192978233 ns/iter (± 18072379) 245812397 ns/iter (± 18584542) 0.79
parser 731111 ns/iter (± 196325) 818357 ns/iter (± 23619) 0.89
ser_ast_node 143 ns/iter (± 20) 183 ns/iter (± 14) 0.78
ser_serde 137 ns/iter (± 72) 185 ns/iter (± 21) 0.74
emit_colors 15801322 ns/iter (± 22081175) 20916027 ns/iter (± 26660489) 0.76
emit_large 98326799 ns/iter (± 157552607) 109869455 ns/iter (± 168433163) 0.89
base_clone 2466772 ns/iter (± 462248) 3167710 ns/iter (± 1377285) 0.78
fold_span 3977471 ns/iter (± 996082) 5749106 ns/iter (± 1505063) 0.69
fold_span_panic 4160632 ns/iter (± 639229) 5738928 ns/iter (± 1753796) 0.72
visit_mut_span 2879441 ns/iter (± 614812) 4251041 ns/iter (± 1438985) 0.68
visit_mut_span_panic 2897144 ns/iter (± 268439) 3981938 ns/iter (± 660091) 0.73
ast_clone 19422 ns/iter (± 3739) 21147 ns/iter (± 2988) 0.92
ast_clone_to_stable 69997 ns/iter (± 23958) 60450 ns/iter (± 19007) 1.16
ast_clone_to_stable_then_to_unstable 123974 ns/iter (± 23044) 111686 ns/iter (± 13398) 1.11
json_deserialize 2367520 ns/iter (± 382958) 2323003 ns/iter (± 172490) 1.02
json_serialize 94347 ns/iter (± 12369) 110753 ns/iter (± 20719) 0.85
boxing_boxed 126 ns/iter (± 34) 150 ns/iter (± 8) 0.84
boxing_boxed_clone 59 ns/iter (± 7) 81 ns/iter (± 25) 0.73
boxing_unboxed 98 ns/iter (± 20) 132 ns/iter (± 44) 0.74
boxing_unboxed_clone 62 ns/iter (± 8) 84 ns/iter (± 0) 0.74
time_10 274 ns/iter (± 40) 380 ns/iter (± 2) 0.72
time_15 594 ns/iter (± 92) 790 ns/iter (± 4) 0.75
time_20 1108 ns/iter (± 186) 1371 ns/iter (± 14) 0.81
time_40 4198 ns/iter (± 1209) 5012 ns/iter (± 84) 0.84
time_5 92 ns/iter (± 18) 120 ns/iter (± 1) 0.77
time_60 8913 ns/iter (± 1989) 10737 ns/iter (± 3624) 0.83

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 86d2ceb Previous: 5999634 Ratio
base_tr_fixer 30218 ns/iter (± 2635) 26702 ns/iter (± 2757) 1.13
base_tr_resolver_and_hygiene 171426 ns/iter (± 28135) 154749 ns/iter (± 46179) 1.11
codegen_es2015 61649 ns/iter (± 5681) 61345 ns/iter (± 4187) 1.00
codegen_es2016 65500 ns/iter (± 11450) 60865 ns/iter (± 6706) 1.08
codegen_es2017 63488 ns/iter (± 6472) 60490 ns/iter (± 3409) 1.05
codegen_es2018 61625 ns/iter (± 5499) 61169 ns/iter (± 12437) 1.01
codegen_es2019 62999 ns/iter (± 5078) 61163 ns/iter (± 20475) 1.03
codegen_es2020 61911 ns/iter (± 4587) 61244 ns/iter (± 5580) 1.01
codegen_es3 62802 ns/iter (± 10014) 60525 ns/iter (± 39111) 1.04
codegen_es5 62164 ns/iter (± 7624) 61013 ns/iter (± 3717) 1.02
full_es2015 205904378 ns/iter (± 19058821) 214402791 ns/iter (± 9215456) 0.96
full_es2016 164267199 ns/iter (± 10290596) 174097573 ns/iter (± 17346312) 0.94
full_es2017 168871400 ns/iter (± 14647455) 182527000 ns/iter (± 21161244) 0.93
full_es2018 168097223 ns/iter (± 15125077) 187457528 ns/iter (± 22614587) 0.90
full_es2019 170367388 ns/iter (± 16004275) 185784731 ns/iter (± 14175546) 0.92
full_es2020 166469522 ns/iter (± 12609769) 186921276 ns/iter (± 17853824) 0.89
full_es3 237246690 ns/iter (± 29960986) 269191784 ns/iter (± 32837343) 0.88
full_es5 219621422 ns/iter (± 19154002) 245812397 ns/iter (± 18584542) 0.89
parser 841443 ns/iter (± 131333) 818357 ns/iter (± 23619) 1.03
ser_ast_node 176 ns/iter (± 17) 183 ns/iter (± 14) 0.96
ser_serde 175 ns/iter (± 27) 185 ns/iter (± 21) 0.95
emit_colors 16155240 ns/iter (± 20338182) 20916027 ns/iter (± 26660489) 0.77
emit_large 92858940 ns/iter (± 157804246) 109869455 ns/iter (± 168433163) 0.85
base_clone 3046620 ns/iter (± 362187) 3167710 ns/iter (± 1377285) 0.96
fold_span 5011551 ns/iter (± 287279) 5749106 ns/iter (± 1505063) 0.87
fold_span_panic 5251081 ns/iter (± 237314) 5738928 ns/iter (± 1753796) 0.91
visit_mut_span 3584253 ns/iter (± 278984) 4251041 ns/iter (± 1438985) 0.84
visit_mut_span_panic 3605869 ns/iter (± 282126) 3981938 ns/iter (± 660091) 0.91
ast_clone 24576 ns/iter (± 1461) 21147 ns/iter (± 2988) 1.16
ast_clone_to_stable 80946 ns/iter (± 8291) 60450 ns/iter (± 19007) 1.34
ast_clone_to_stable_then_to_unstable 147951 ns/iter (± 30556) 111686 ns/iter (± 13398) 1.32
json_deserialize 2708561 ns/iter (± 329392) 2323003 ns/iter (± 172490) 1.17
json_serialize 115152 ns/iter (± 4050) 110753 ns/iter (± 20719) 1.04
boxing_boxed 171 ns/iter (± 15) 150 ns/iter (± 8) 1.14
boxing_boxed_clone 90 ns/iter (± 21) 81 ns/iter (± 25) 1.11
boxing_unboxed 127 ns/iter (± 11) 132 ns/iter (± 44) 0.96
boxing_unboxed_clone 74 ns/iter (± 9) 84 ns/iter (± 0) 0.88
time_10 354 ns/iter (± 37) 380 ns/iter (± 2) 0.93
time_15 815 ns/iter (± 76) 790 ns/iter (± 4) 1.03
time_20 1434 ns/iter (± 310) 1371 ns/iter (± 14) 1.05
time_40 5091 ns/iter (± 420) 5012 ns/iter (± 84) 1.02
time_5 120 ns/iter (± 13) 120 ns/iter (± 1) 1
time_60 11215 ns/iter (± 1231) 10737 ns/iter (± 3624) 1.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.