Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introduce @swc/magic #223

Merged
merged 47 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
75bc5a7
Copy
kdy1 Oct 24, 2023
d9d07b5
magic
kdy1 Oct 24, 2023
011e1b8
Remove unrelated
kdy1 Oct 24, 2023
7eb4912
swc-magic
kdy1 Oct 24, 2023
9b8033e
cargo lockfile
kdy1 Oct 24, 2023
37f149f
Include
kdy1 Oct 24, 2023
3d4cfc2
cargo lockfile
kdy1 Oct 24, 2023
1ad1ad9
Dep
kdy1 Oct 24, 2023
383f80e
cargo lockfile
kdy1 Oct 24, 2023
229e7d0
Import map
kdy1 Oct 24, 2023
61e0e28
work
kdy1 Oct 24, 2023
f33ad19
work
kdy1 Oct 24, 2023
a23f645
I'm fucked up
kdy1 Oct 24, 2023
ce98ab7
Deps
kdy1 Oct 24, 2023
95608bf
cargo lockfile
kdy1 Oct 24, 2023
c03f7a5
Dep
kdy1 Oct 24, 2023
03d4cb7
More work
kdy1 Oct 24, 2023
984e51b
swc-magic
kdy1 Oct 24, 2023
cf70816
cargo lockfile
kdy1 Oct 24, 2023
be7088a
Add testss
kdy1 Oct 24, 2023
dded8df
Add testss
kdy1 Oct 24, 2023
451bf5e
test
kdy1 Oct 24, 2023
fc83a71
cargo lockfile
kdy1 Oct 24, 2023
c154800
Fix input
kdy1 Oct 24, 2023
6bb9ba4
Update test refs
kdy1 Oct 24, 2023
8b9938f
lint
kdy1 Oct 24, 2023
f0f909d
Bump npm package: ./packages/constify
kdy1 Oct 24, 2023
575d769
Bump npm package: ./packages/emotion
kdy1 Oct 24, 2023
19c8020
Bump npm package: ./packages/jest
kdy1 Oct 24, 2023
1a397fd
Bump npm package: ./packages/loadable-components
kdy1 Oct 24, 2023
0463ea0
Bump npm package: ./packages/noop
kdy1 Oct 24, 2023
52803d6
Bump npm package: ./packages/react-remove-properties
kdy1 Oct 24, 2023
e3cc02d
Bump npm package: ./packages/relay
kdy1 Oct 24, 2023
b1eabd9
Bump npm package: ./packages/remove-console
kdy1 Oct 24, 2023
b8ed3cb
Bump npm package: ./packages/styled-components
kdy1 Oct 24, 2023
922ce67
Bump npm package: ./packages/styled-jsx
kdy1 Oct 24, 2023
33b39f0
Bump npm package: ./packages/swc-magic
kdy1 Oct 24, 2023
e091888
Bump npm package: ./packages/transform-imports
kdy1 Oct 24, 2023
31302e1
Bump cargo crate: modularize_imports
kdy1 Oct 24, 2023
6b18379
Bump cargo crate: react_remove_properties
kdy1 Oct 24, 2023
9c64fe3
Bump cargo crate: remove_console
kdy1 Oct 24, 2023
8972e22
Bump cargo crate: styled_components
kdy1 Oct 24, 2023
a76c0db
Bump cargo crate: styled_jsx
kdy1 Oct 24, 2023
070937c
Bump cargo crate: swc_constify
kdy1 Oct 24, 2023
c975e85
Bump cargo crate: swc_emotion
kdy1 Oct 24, 2023
6404a5e
Bump cargo crate: swc_relay
kdy1 Oct 24, 2023
1c5569d
doc
kdy1 Oct 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 85 additions & 50 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"packages/remove-console",
"packages/styled-components",
"packages/styled-jsx",
"packages/swc-magic",
"packages/transform-imports",

]
Expand Down
2 changes: 1 addition & 1 deletion packages/constify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-constify",
"version": "0.1.22",
"version": "0.1.23",
"description": "SWC plugin for optimization",
"main": "swc_plugin_constify.wasm",
"scripts": {
Expand Down
Loading
Loading