-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
319 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
[package] | ||
authors = { workspace = true } | ||
description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_plugin_emotion" | ||
publish = false | ||
repository = { workspace = true } | ||
authors = { workspace = true } | ||
description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_plugin_emotion" | ||
publish = false | ||
repository = { workspace = true } | ||
rust-version = { workspace = true } | ||
version = "0.18.5" | ||
version = "0.18.5" | ||
|
||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
serde = "1" | ||
serde_json = "1.0.79" | ||
swc_common = { version = "0.33.19", features = ["concurrent"] } | ||
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
swc_emotion = { path = "./transform" } | ||
serde = "1" | ||
serde_json = "1.0.79" | ||
swc_common = { version = "0.33.19", features = ["concurrent"] } | ||
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
swc_emotion = { path = "./transform" } | ||
swc_plugin_macro = "0.9.16" | ||
swc_plugin_proxy = "0.41.5" | ||
tracing = { version = "0.1.37", features = ["release_max_level_off"] } | ||
tracing = { version = "0.1.37", features = ["release_max_level_off"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
[package] | ||
authors = { workspace = true } | ||
description = "AST Transforms for emotion" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_emotion" | ||
repository = { workspace = true } | ||
authors = { workspace = true } | ||
description = "AST Transforms for emotion" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_emotion" | ||
repository = { workspace = true } | ||
rust-version = { workspace = true } | ||
version = "0.72.6" | ||
version = "0.72.6" | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
base64 = "0.13" | ||
byteorder = "1" | ||
fxhash = "0.2.1" | ||
once_cell = "1.13.0" | ||
radix_fmt = "1" | ||
regex = "1.5" | ||
serde = "1" | ||
sourcemap = "6.0.1" | ||
swc_atoms = "0.6.5" | ||
swc_common = "0.33.19" | ||
swc_ecma_ast = "0.112.5" | ||
base64 = "0.13" | ||
byteorder = "1" | ||
fxhash = "0.2.1" | ||
once_cell = "1.13.0" | ||
radix_fmt = "1" | ||
regex = "1.5" | ||
serde = "1" | ||
sourcemap = "6.0.1" | ||
swc_atoms = "0.6.5" | ||
swc_common = "0.33.19" | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_codegen = "0.148.11" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
swc_trace_macro = "0.1.3" | ||
tracing = { version = "0.1.37" } | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
swc_trace_macro = "0.1.3" | ||
tracing = { version = "0.1.37" } | ||
|
||
[dev-dependencies] | ||
serde_json = "1" | ||
swc_ecma_parser = "0.143.9" | ||
swc_ecma_transforms_react = "0.183.16" | ||
serde_json = "1" | ||
swc_ecma_parser = "0.143.9" | ||
swc_ecma_transforms_react = "0.183.16" | ||
swc_ecma_transforms_testing = "0.140.15" | ||
testing = "0.35.20" | ||
testing = "0.35.20" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[package] | ||
authors = { workspace = true } | ||
description = "Jest plugin for https://swc.rs" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_plugin_jest" | ||
publish = false | ||
repository = { workspace = true } | ||
authors = { workspace = true } | ||
description = "Jest plugin for https://swc.rs" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_plugin_jest" | ||
publish = false | ||
repository = { workspace = true } | ||
rust-version = { workspace = true } | ||
version = "0.31.4" | ||
version = "0.31.4" | ||
|
||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
phf = { version = "0.10.0", features = ["macros"] } | ||
serde = { version = "1.0.130", features = ["derive"] } | ||
swc_common = { version = "0.33.19", features = ["concurrent"] } | ||
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
phf = { version = "0.10.0", features = ["macros"] } | ||
serde = { version = "1.0.130", features = ["derive"] } | ||
swc_common = { version = "0.33.19", features = ["concurrent"] } | ||
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
swc_plugin_macro = "0.9.16" | ||
tracing = { version = "0.1.37", features = ["release_max_level_off"] } | ||
tracing = { version = "0.1.37", features = ["release_max_level_off"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
[package] | ||
authors = { workspace = true } | ||
description = "SWC plugin for relay.dev" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_plugin_relay" | ||
publish = false | ||
repository = { workspace = true } | ||
authors = { workspace = true } | ||
description = "SWC plugin for relay.dev" | ||
edition = { workspace = true } | ||
homepage = { workspace = true } | ||
license = { workspace = true } | ||
name = "swc_plugin_relay" | ||
publish = false | ||
repository = { workspace = true } | ||
rust-version = { workspace = true } | ||
version = "0.7.4" | ||
version = "0.7.4" | ||
|
||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
once_cell = "1.8.0" | ||
regex = "1.5" | ||
serde = "1" | ||
serde_json = "1" | ||
swc_common = { version = "0.33.19", features = ["concurrent"] } | ||
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
once_cell = "1.8.0" | ||
regex = "1.5" | ||
serde = "1" | ||
serde_json = "1" | ||
swc_common = { version = "0.33.19", features = ["concurrent"] } | ||
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } | ||
swc_ecma_ast = "0.112.5" | ||
swc_ecma_utils = "0.127.12" | ||
swc_ecma_visit = "0.98.6" | ||
swc_plugin_macro = "0.9.16" | ||
swc_relay = { path = "./transform" } | ||
tracing = { version = "0.1.37", features = ["release_max_level_off"] } | ||
swc_relay = { path = "./transform" } | ||
tracing = { version = "0.1.37", features = ["release_max_level_off"] } | ||
|
||
[dev-dependencies] |
Oops, something went wrong.