Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/swc-project/plugins

Plugins for swc, written in rust
https://github.com/swc-project/plugins

chore: Update `swc_core` to `v0.90.22` (#272)

75542fb265f5eff55c94ef71d69ede0fae8c8408 authored 9 months ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Fix a specificity bug of pseudo class selectors (#271)

ec42d068b8b6e1f24c507fe92dacccdbf0ef2657 authored 10 months ago by Donny/강동윤 <[email protected]>
feat(transform-imports): Transform `export *` (#270)

Closes #246

02f415fcd0187174f9852ac85baecb5ef4351fe1 authored 10 months ago by Donny/강동윤 <[email protected]>
feat(transform-imports): Transform exports (#269)

Closes #246

0786ba73871568c25d70ab26d4fd95efc15d6da6 authored 10 months ago by Donny/강동윤 <[email protected]>
chore(styled-jsx): Publish changes (#268)

7df44972a00edb96c913508c344d7485b7f075c7 authored 10 months ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Ignore recovered errors (#267)

dda8ec7d6e45046f28cb750d1dd124ef7b8d7ca2 authored 10 months ago by Donny/강동윤 <[email protected]>
fix: Fix plugin schema version issue (#266)

c7e532c3dac5f6b440ed97b01385230185cf1cfc authored 11 months ago by Donny/강동윤 <[email protected]>
chore: Depend on `@swc/counter` (#265)

c44eed06bc97211f8b64392f5397699ab4031687 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(emotion): Fix regex for striping line comments out (#264)

Closes #258

6ef1fa937c5eecbb3498cd8f4c3625ac901c65e4 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(relay): Use correct syntax context (#263)

Closes #248

11b1358b2e1f532df48b616268e8857398264ebf authored 11 months ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.90.0` (#262)

cc3526dd5424b48ec8c1ef632d4c5922983b39b4 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(emotion): Convert css input from raw template literal to a string value first (#260)

caa73e8b3cacfd592f6d62ac09b6d0d4aaac29c9 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Fix logic for stripping comments (#259)

x-ref: https://vercel.slack.com/archives/C046HAU4H7F/p1706616446502109

e200181d05304b2c5c018f29643855225308da30 authored 11 months ago by Donny/강동윤 <[email protected]>
refactor: Remove `constify` plugin (#257)

e091922dcb5720a81244ece6b5e0390617ba540f authored 11 months ago by Donny/강동윤 <[email protected]>
fix(stlyled-jsx): Apply placeholder hack for swc mode (#256)

a148115c18e023ac69b42028e8490e54c2e73743 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(styled-components): Fix escaping issue (#255)

**Related issue:**

- https://github.com/vercel/next.js/issues/59805

d592781967f00114e7a38b7973cf1f17f406e2f0 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(emotion): Fix panic on function name identifier being `None` (#254)

Follow up to #245

Fixes this panic by ensuring that there is something to unwrap:
```
thre...

94d9e6395bbc098e765c977213d0842ecc48cde1 authored 11 months ago by Alex Miller <[email protected]>
doc: Add changelog to README.md (#252)

f1b94e391cfff4f7404b058deb28653bcb5386b6 authored 11 months ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.88.0` (#251)

b42da8316c8db0244fcfa61f255c54748ced9f16 authored 11 months ago by Donny/강동윤 <[email protected]>
chore: Configure changeset (#250)

fdbd054a1f4287ff488ee733545f3c2285b8b7da authored 11 months ago by Donny/강동윤 <[email protected]>
refactor(styled-jsx): Use `anyhow` instead of `easy-error` (#249)

It's for better consistency

b249d7bb431db212051b699e7c011914a4acb459 authored 11 months ago by Donny/강동윤 <[email protected]>
fix(emotion): Port label tests and fix label generation (#245)

Apologies for the large PR. This PR addresses a number of issues with
label generation when att...

ab782e695f300320d6b8b7efb29aa79c1c718e5f authored 11 months ago by Alex Miller <[email protected]>
feat(styled-jsx): Add a way to transform CSS in styled elements (#247)

8759fdfe05abf11d6d708bf0a379d63734514d0f authored 11 months ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `0.87.3` (#244)

3d52bc1a6a9e5c78c6f5000d3d8479c471881779 authored about 1 year ago by Donny/강동윤 <[email protected]>
fix(styled-components): Fix `displayName` and `ssr` features in some cases (#240)

This fixes `display_name_and_id` is not working as expected when styled
components are created ...

6dca40dc542fda2bac9ea2976793326d190f80ab authored about 1 year ago by ciffelia <[email protected]>
feat(styled-components): Implement `pure` option (#238)

This implements `pure` option in styled-components plugin.

cf. vercel/next.js#30802

66f0b1b73ab28755c92af0276770bf0209b435dd authored about 1 year ago by ciffelia <[email protected]>
fix(styled-components): Handle default import with named import syntax (#239)

This fixes styled-components plugin doesn't work when styled-components is imported using `impor...

1e5e73843320fae0dfcb4406394cf8749520b239 authored about 1 year ago by ciffelia <[email protected]>
feat(styled-components): Implement `transpileTemplateLiterals` (#237)

This implements `transpileTemplateLiterals` option in styled-components plugin.

cf. vercel/ne...

1fd7c3dc41a4055ba3a48d2bd6fc9c77c1cb3dab authored about 1 year ago by ciffelia <[email protected]>
fix(styled-components): Detect imported helper functions (#236)

This fixes some tagged template literals using styled-components helper functions imported by na...

f3d55f4580269f91bff0d7b915a0566052d654de authored about 1 year ago by ciffelia <[email protected]>
feat(styled-components): Implement minification (#235)

This implements `minify` option in styled-components plugin. The
minification algorithm and uni...

0538650f1fbf32221b0d16f8a16999b4422f959e authored about 1 year ago by ciffelia <[email protected]>
chore: Publish crates (#234)

a29a162460d50158a83745725f65d8bb168ea11c authored about 1 year ago by ciffelia <[email protected]>
fix(styled-components): handle `topLevelIdent[localIdent]` in template literal (#233)

This fixes local identifiers are not handled properly in styled-components tagged literal.

##...

fb0d57f0409b1484ab44dc8883ba7a82e5f417a3 authored about 1 year ago by ciffelia <[email protected]>
feat(styled-jsx): Accept `browsers` on `lightningcss` mode (#232)

08d03b9032497dd0678b4e87ce3c3016c2af72e8 authored about 1 year ago by Donny/강동윤 <[email protected]>
fix(emotion): Remove multiline comments (#229)

This is because emotion@10 runtime cannot handle multiline comments properly, the @emotion/babel...

02f982281c04200f78143d5d8c04b33891f7aced authored about 1 year ago by Fy <[email protected]>
refactor(styled-jsx): Remove needless `unsafe` (#226)

d4bdd4d9792d727ae679194edb6bea8c7b796599 authored about 1 year ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Allow importing `styled` from `styled-components` (#225)

Closes #224

9cf7bb9389e922d2b6afe1e1a817101e8ca54ae9 authored about 1 year ago by Donny/강동윤 <[email protected]>
feat(relay): Add `outputFileExtension` option (#222)

# Description

## Feature

In this PR we add `outputFileExtension` parameter in the config t...

dc992bb1012c5a8174fe0eee007aed263ff4b960 authored about 1 year ago by Julien Karst <[email protected]>
feat: Introduce `@swc/magic` (#223)

65cd6b5fc551415506891e17fd095b8bf1f61ac5 authored about 1 year ago by Donny/강동윤 <[email protected]>
chore(ci): Fix npm publish action (#221)

91fabf814285011eede6e80712da8ad7da1ae7ec authored about 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `0.86.1` (#220)

1bdf63a8b94672fcf432396c71d75b3ca93e46ed authored about 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `0.85.8` (#219)

cb0f7792cc31e71590a1064898f7e708f2be9eac authored about 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `0.84.0` (#218)

1a4227b616b4abb5da3e7453cc5937e4acfeb5c1 authored about 1 year ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Fix regression of swc mode (#217)

00747d4b32e6b35c1bb79d67a43b2a38a3de3584 authored about 1 year ago by Donny/강동윤 <[email protected]>
chore: Reduce the size of npm packages (#216)

854d310dab3ede98519307a998d5833762855ed2 authored over 1 year ago by Donny/강동윤 <[email protected]>
feat: Promote `react-remove-properties` (#215)

74b5317821f609384db5898ff3557507989eb5e1 authored over 1 year ago by Donny/강동윤 <[email protected]>
feat: Promote `remove-console` to the official plugin repository (#213)

ea45aa9cddb94cac0abb20936d87bae3357c41a7 authored over 1 year ago by Donny/강동윤 <[email protected]>
feat(styled-jsx): Use error recovery in `lightningcss` mode (#212)

3727ffa693cdcd4fe446542963471ebc89ed280b authored over 1 year ago by Donny/강동윤 <[email protected]>
feat(styled-jsx): Implement more traits for `Config` (#211)

3151b86a45e129513c1e0b0df7fd98d59e90fff0 authored over 1 year ago by Donny/강동윤 <[email protected]>
chore: Publish crates (#210)

4a4b3d3a96df26c04b97bca54410199f48c284c3 authored over 1 year ago by Donny/강동윤 <[email protected]>
refactor: Fix `Visitor` impls (#209)

Related PR: https://github.com/parcel-bundler/lightningcss/pull/574

---------

Co-authored-...

ce489bc4cf50f927a61e454b1a9b605602f188f8 authored over 1 year ago by Donny/강동윤 <[email protected]>
refactor: Depend directly on swc crates (#208)

2e430dfd2fef1ca930709bc6ac43e808179f182a authored over 1 year ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Restore swc-mode and add `useLightningcss: bool` (#207)

f740fc68dec9f8a62929d2665b4d0e9969ac8c58 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.83.0` (#206)

6a252c5b2f8b8018d9f73a0b61b05170eab0677f authored over 1 year ago by Donny/강동윤 <[email protected]>
fix(styled-jsx): Fix namespace visitor (#205)

x-ref:
- https://github.com/vercel/next.js/pull/54653/files#r1311173578
- https://github.com...

61f5e4d29c725e4cb448e66e07d6bf68565411f6 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.82.1` (#204)

0688156646b5787809c67bd45a83909099d7134d authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.81.5 ` (#203)

daee6bf71f50dc66222c79ff20f6216a285ec890 authored over 1 year ago by Donny/강동윤 <[email protected]>
fix(emotion): Support dynamic options (#202)

e7bbfe3772df2451b0cb00ad8450f145fbcb7c72 authored over 1 year ago by ImBrek <[email protected]>
feat(constify): Initialize project (#199)

a4abe6eb9e442497bb7a292109e9b20a0321417c authored over 1 year ago by Donny/강동윤 <[email protected]>
refactor(styled-jsx): Use `lightningcss` instead of `swc_css` (#197)

743180a5205818c8581b84755e387f0267a4577f authored over 1 year ago by Donny/강동윤 <[email protected]>
feat(transform-imports): Support mapping rules for individual import names (#196)

## Current Problem

Currently, we only have one `transform: '...'` rule applied to all
import...

810ac04fb7cc38545aeb7d94286c0626e6bb3989 authored over 1 year ago by Shu Ding <[email protected]>
build(cargo): Update `swc_core` to `v0.79.10` (#193)

a6e943c0d36ac8f4ed9448d48658a8c4ca018e18 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.78.0` (#187)

05d992e88500a37f427e233508ea9b5ee04e0c8a authored over 1 year ago by Donny/강동윤 <[email protected]>
chore(emotion): Disable `tracing/release_max_level_info` (#185)

60bd4ffdfca432878fd36acc7b7fcfee6fb7a997 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.76.6` (#184)

91694afb53d302112e70c6cd9c856341780476aa authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.76.0` (#183)

d849e195bb955333a2e3239f40bccb090ea27904 authored over 1 year ago by Donny/강동윤 <[email protected]>
fix(relay): Remove `tracing/release_max_level_off` (#182)

2b61fca94ad8a513b15c2350b461cd188caecfaa authored over 1 year ago by Donny/강동윤 <[email protected]>
feat(relay): Use unresolved mark (#179)

This PR expands `relay` plugin to pass mark for injecting new module imports.

Unfortunately t...

cac05943f8b3e87b953a85897e0b21324fcb6bdf authored over 1 year ago by OJ Kwon <[email protected]>
build(cargo): Update `swc_core` to `v0.75.34` (#178)

Co-authored-by: Donny/강동윤 <[email protected]>

d01200ef67c3677b49b500f333984fe4d775e594 authored over 1 year ago by OJ Kwon <[email protected]>
build(cargo): Update `swc_core` to `v0.75` (#171)

a7ed1a6454eafb4953c471fa3ba776d72820b6c6 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.74` (#170)

59f8af56c04cb62bf86b82f477f339bd33f68df2 authored over 1 year ago by Donny/강동윤 <[email protected]>
refactor(emotion): Use source hash instead of file path for class names (#163)

aa79ad2abd33910f6a27681ca2491a99a59ce01a authored over 1 year ago by Valentin Maerten <[email protected]>
build(cargo): Update rustc and `swc_core` (#169)

bc56c6fda1eceb72fd6320665835e1b7d45aba99 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Revert rustc upgrade (#168)

9d0e466250f6454251630a56b82bf28aa8fd39e4 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update rustc and swc_core (#167)

baa6644015854fce446e5d9e861a8cad94e62f57 authored over 1 year ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.72.0` (#165)

bb8f9a4b30a7130f50582f681db858ff98df921f authored over 1 year ago by Donny/강동윤 <[email protected]>
feat(relay): Port patches from next.js repo (#164)

c9309f22ed4e2ec939ed8b8800d0e882cf7a9c24 authored over 1 year ago by Donny/강동윤 <[email protected]>
refactor(relay): Extract transforms to a separate crate (#161)

5ed4fcf7e3fc1bd42e5558368fa7a9dc01e41727 authored almost 2 years ago by Donny/강동윤 <[email protected]>
fix(emotion): Sanitize autolabel names (#156)

6809711e4c241a5d159bc501662856f2073ed6a5 authored almost 2 years ago by Alex Miller <[email protected]>
chore(deps): Update swc_core to `v0.69.0` (#158)

87772479ca8c78550274133d095a8263da3c2c4d authored almost 2 years ago by Donny/강동윤 <[email protected]>
fix(emotion): Ensure that dirname is used over path (#155)

The current documentation and original emotion babel plugin documentation specify using `[dirnam...

f9ae4d9af1a093c6da983583d0fe7dcc3e13ee23 authored almost 2 years ago by Alex Miller <[email protected]>
fix(emotion): Use file stem instead of file name (#154)

d1c5e6b8e1f6566d0a785613eb73ee74bdd7baf4 authored almost 2 years ago by Alex Miller <[email protected]>
feat(relay): Support `eagerEsModules` (#122)

3e821137cdef465aafb933490c8b9c608c43f77b authored almost 2 years ago by Jonathan Beaumont <[email protected]>
fix(emotion): Remove invalid single line comments (#152)

52f4661363ac22798aa5dcd066bcd393835c63d4 authored almost 2 years ago by Fy <[email protected]>
chore: Set `preferUnplugged` (#150)

https://yarnpkg.com/configuration/manifest#preferUnplugged

c8c06f12dd37fb0f14c2c330069e86e20b1f34e0 authored almost 2 years ago by Donny/강동윤 <[email protected]>
chore: Fix renovate

6dc9899bfe93f66679d3ec5f4025e2f09f57cc0b authored almost 2 years ago by Donny/강동윤 <[email protected]>
chore(deps): Update swc_core (#146)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

408a16ae0da5366d4d422f1d7af9a9949e3a4f28 authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: Configure Renovate (#145)

7abd7dcc5407f4e723a88b75d3c792e7b4aaa0d8 authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(styled-components): Use stable hash (#142)

- Closes https://github.com/swc-project/plugins/issues/136.
- Closes https://github.com/swc-p...

4f5ed65b91fda5827262b8b012352d15f68b2078 authored almost 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update swc_core to `v0.59.1` (#141)

8363a71b240bf7cc17f4bacba39a3915bb1276ec authored almost 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update swc_core to `v0.58.5` (#139)

e2b57e3a0a153e62b355ba6c6d2ac22543a4f584 authored almost 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.56.0` (#138)

1467dda2e754e433f71b552c7ed295eb8a148809 authored almost 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.53.0` (#135)

1c055fd7183751f41f1adc9f55ba117915cc099c authored almost 2 years ago by Donny/강동윤 <[email protected]>
fix(transform-imports): Add dev deps (#134)

b0abe2eea4bf079e363880278f9dacb17d5eb8fc authored almost 2 years ago by Fred lee <[email protected]>
build(cargo): Update `swc_core` to `v0.52.8` (#132)

28700e094ad36f5dd7f1e197e2f0f2b42990a1bf authored almost 2 years ago by Donny/강동윤 <[email protected]>
chore(ci): Fix build

221ec0d713346c5460cae6c789f29ff9dcb07897 authored about 2 years ago by Donny/강동윤 <[email protected]>
chore(ci): FIx publish action (#127)

3afb18ca2b70e183c3bc150dc2c389c3dcecb735 authored about 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.48.12` (#125)

75e870d32fdf556d30c23af95c5cac8546d5403a authored about 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` to `v0.47.0` (#121)

0d195e995298f8daa14f084408e6673673839d63 authored about 2 years ago by Donny/강동윤 <[email protected]>
build(cargo): Update `swc_core` (#119)

Co-authored-by: Donny/강동윤 <[email protected]>

eb33f03f45bc683e268c75f0ad152b25cda20205 authored about 2 years ago by SWC Bot <[email protected]>
chore(ci): Fix swc_core bump action (#118)

e0e414ebddc787b1b2520be8907f075723820733 authored about 2 years ago by OJ Kwon <[email protected]>