Skip to content

Commit 28ab1c0

Browse files
authored
feat: Support @loadable/components (#76)
1 parent 03ffa18 commit 28ab1c0

60 files changed

Lines changed: 1725 additions & 50 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 137 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
members = [
33
"packages/emotion",
44
"packages/jest",
5+
"packages/loadable-components",
56
"packages/styled-components",
67
"packages/styled-jsx",
78
"packages/transform-imports",

packages/emotion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = ["cdylib", "rlib"]
1212
[dependencies]
1313
serde = "1"
1414
serde_json = "1.0.79"
15-
swc_common = { version = "0.27.9", features = ["concurrent"] }
16-
swc_core = { version = "0.7.16", features = [
15+
swc_common = { version = "0.27.12", features = ["concurrent"] }
16+
swc_core = { version = "0.8.1", features = [
1717
"plugin_transform",
1818
"utils",
1919
"visit",

packages/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-emotion",
3-
"version": "2.2.5",
3+
"version": "2.2.7",
44
"description": "SWC plugin for emotion css-in-js library",
55
"main": "swc_plugin_emotion.wasm",
66
"scripts": {

packages/jest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = ["cdylib", "rlib"]
1212
[dependencies]
1313
phf = {version = "0.10.0", features = ["macros"]}
1414
serde = {version = "1.0.130", features = ["derive"]}
15-
swc_common = { version = "0.27.9", features = ["concurrent"] }
16-
swc_core = { version = "0.7.16", features = [
15+
swc_common = { version = "0.27.12", features = ["concurrent"] }
16+
swc_core = { version = "0.8.1", features = [
1717
"plugin_transform",
1818
"utils",
1919
"visit",

0 commit comments

Comments
 (0)