Ecosyste.ms: OpenCollective

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

github.com/swc-project/swc

Rust-based platform for the Web
https://github.com/swc-project/swc

fix(es/decorators): Minimize class declarations transformation (#8245)

6992d83d09a7ad4c18e1dbd8389e26cc13ce0f6c authored about 1 year ago
chore: Publish crates

ac80d7a93c8590b0137cd5ffd81228eb29f67d78 authored about 1 year ago
fix(es/codegen): Check for trailing comments while emitting an arrow (#8257)

**Description:**

This PR also **fixes** the `Default` implementation of `JsMinifyFormatOption...

0faa2c4a013abf71b5689279b454f86586d21c93 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231110.1

981ab771af89e5851fd46bd4072c1eec821d4d1d authored about 1 year ago
chore: Publish crates

665d679c69e10f9f1a65b9bf7ed4411238833f2d authored about 1 year ago
perf(css/parser): Use `AtomStoreCell` (#8247)

302954e4e54b7190c88667534c2dd6105f744f90 authored about 1 year ago
chore: Publish crates

cb44d3fc33018678e20eaddc77244d7026d15868 authored about 1 year ago
fix(es/minifier): Use `cooked` while converting tpls into strings (#8248)

**Related issue:**

- Closes #8228

be748f0f33bda76a1ae4a4acd586213adfe7b2aa authored about 1 year ago
chore: Publish crates

60455b0e3abee6112c50c3bf6895503a45c6d53e authored about 1 year ago
chore: Publish `v1.3.97` with `swc_core` `v0.86.46` (#8250)

05313ecd8f5bc0d1a1cdfdfa4250c66707a09ebe authored about 1 year ago
chore: Publish crates

2d2ad1e9a17662b2010cf64ecea49af10a566b41 authored about 1 year ago
refactor(atoms): Improve APIs (#8249)

9a4bad4e9ec67a09761398eae5e6bb37e6d0d94f authored about 1 year ago
chore: Publish crates

2effaf6f4358fccd41f5876ea4bea072dfb07133 authored about 1 year ago
perf(atoms): Introduce `AtomStoreCell` (#8232)

a5a6eb53a56faa8e224f59f5cd967e5075c12edd authored about 1 year ago
chore: Publish 1.3.97-nightly-20231109.1

5472afb40efd0b2486e46c9397e97d8c61cb3951 authored about 1 year ago
chore: Publish 1.3.97-nightly-20231108.1

501f72a1d41c4d20f5213910777eb387009241ca authored about 1 year ago
chore: Publish crates

cbc01acac8b648f73ed35ca94e7c7ef442a81b0e authored about 1 year ago
perf(css/parser): Use `AtomStore` (#8238)

**Related issue:**

- Closes #8237.

a3c03b30fb3aa19cb590addbf47b0583d1b05dad authored about 1 year ago
chore: Publish crates

4c2547adf27afe2e99ce7348ec3c2b6eb61c41a1 authored about 1 year ago
perf(atoms): Update `hstr` to make global APIs fast (#8241)

**Related issue:**

- https://github.com/dudykr/ddbase/pull/14

c01454ad4165d5e6ba58dc2b3b72910bbbc3a518 authored about 1 year ago
chore: Publish crates

8aee432c69c59df7ad4d52d573ad61df457503ae authored about 1 year ago
build(preset-env/base): Upgrade `browserslist-rs` to `v0.13.0` (#8229)

**Description:**

Upgrade browserslist-rs, there was a major version change because wasm-pack ...

f9f305cc5faa79dd13bfa5763c6250b23a2a91e3 authored about 1 year ago
chore: Publish crates

a072819859b45c8b2ec96d6ce8e0a39ac798ec54 authored about 1 year ago
perf(es/lexer): Remove needless clones of `Rc<RefCell<AtomStore>>` (#8231)

Removes some clones of `self.atom`.

`> cargo "bench" "--package" "swc_ecma_parser" "--bench" ...

37657b8bd53d848035040f31a386029ef4af7cea authored about 1 year ago
chore: Publish crates

09b3003e589409e1fffe32cf5e3328d946bd270e authored about 1 year ago
perf(atoms): Replace `string-cache` with `hstr` (#8126)

**Description:**

`hstr` is an alternative for `string-cache` which does not support static st...

aa22746d034c2579bcb0f0404866ff933b9037ba authored about 1 year ago
chore: Publish 1.3.97-nightly-20231107.1

d1c6d6ea7ba93eeda7bac7b97987e8ff0075bd2b authored about 1 year ago
chore: Publish crates

86e83335ebf85da211f048c0cc49c5517cae4ec5 authored about 1 year ago
perf(es/parser): Use smarter lookup table for lexer (#8226)

**Description:**

`phf` is slower than expected.

d4ae44ac4547ad0964bb4c3bc482c9a23c13feb9 authored about 1 year ago
chore: Publish crates

f00238d543cba1a91b7fab72c5a6637f10090cbe authored about 1 year ago
chore(bindings/node): Upgrade jemalloc (#8227)

**Description:**

To get rid of rustc warning.

495268f12611161285536ccbc03304a1bf1589d0 authored about 1 year ago
chore: Publish crates

b070ffe4250ed4310db7dc3813340dc4ac1290f1 authored about 1 year ago
perf(es/parser): Improve performance (#8224)

**Description:**

Small things

e3e439dba638cd631560d2eb0c2b0ec4db288e68 authored about 1 year ago
chore: Publish crates

1f3726dc648d75bd86aff3a9c86ee87829f5fc30 authored about 1 year ago
perf(es/minifier): Remove needless operations for char freq analysis (#8222)

**Description:**

This skips a string search operation, which is quite costly, without affecti...

b745ed7ac8a87582d43fb2f975f53ad96ed3477b authored about 1 year ago
chore: Publish crates

48e5c9ad545e4ecf547cfebc650a8f5fd59bde1f authored about 1 year ago
perf(es/parser): Remove needless `strcmp` ops (#8223)

**Description:**

## The current `main`

```
es/parser/angular time: [7.9848 ms 8...

3833cf4e55a27982c930c18c901a9b06e60f92fc authored about 1 year ago
chore: Publish crates

968345b7f67daeace5a3ce8f66f6f793689ceb3e authored about 1 year ago
fix(css/modules): Fix handling of `:global()` selector (#8219)

**Related issue:**

- Closes #8179

02cd7c2608758476545aadf62e01f2d74ed486f2 authored about 1 year ago
chore: Publish 1.3.97-nightly-20231106.1

6c59d53815759deb753a83c08f5088e77387c8a9 authored about 1 year ago
chore: Publish 1.3.97-nightly-20231105.1

7ebdfd18f84df74a031d4c88a60ca620266127ff authored about 1 year ago
chore: Publish crates

edb46c3c716dd0ac3ae187e13bec1ac9e119edd2 authored about 1 year ago
build(cargo): Update rustc to `nightly-2023-11-04` (#8221)

**Breaking Changes**:

- `Mark::default()` is now identical as `Mark::new()`.

**Descriptio...

14ea705f272968cba65399271a62e56a9943dc72 authored about 1 year ago
chore: Publish crates

1095bff35a3fe8473e9e5ab32a80461ddcb7fb72 authored about 1 year ago
perf(es): Delete useless partition and extend in comments (#8214)

I've used `bizcharts` as a benchmark, and:

before this PR 17s:

<img width="288" alt="imag...

67e2c4a4fd17436732099422c25d1c0d82f815dd authored about 1 year ago
chore: Publish crates

71448552e5767d33b4b5a67ac4622e38b55055f7 authored about 1 year ago
feat(es/codegen): Respect `ascii_only: false` for `StrLit` (#8217)

**Related issue:**

- Closes #8189

1a26be2a271437894b1cda86c4707014e684b5ba authored about 1 year ago
chore: Publish crates

34e7c320853033e669cc434173c4413fc89d39af authored about 1 year ago
perf(es/typescript): Visit ts import/export only once (#8213)

**Description:**

Move `visit_mut_for_ts_import_export` into `visit_mut_module` to make sure w...

a00f575837a44a14dd09dd634f45a64e138263b0 authored about 1 year ago
chore: Publish crates

4594a7bea4e06af65cba17d0aafbcc3347793191 authored about 1 year ago
fix(css/modules): Allow out-of-order class names for `composes` (#8218)

**Related issue:**

- Closes #7910

aeb9cafd11c56d9dce41372211d90a3edb4d1848 authored about 1 year ago
chore: Publish 1.3.97-nightly-20231104.1

cb29fdd1f4aefbb5e31b29753f6bf7cfc6751e3f authored about 1 year ago
chore: Publish crates

808547f59267e4bec5c7f6ec3f3c8acb04c6f305 authored about 1 year ago
chore: Publish `v1.3.96` with `swc_core` `v0.86.29` (#8216)

93bb69d14e63bd21aaac76aa25f937d938aac821 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231103.1

f2c1da891b9263c560f6475b41b1d5d100144691 authored about 1 year ago
chore: Publish crates

5bdd8fd9e779f0e123e8fb86d57db7b0e877ae85 authored about 1 year ago
fix(es/react): Visit children nodes in `jsx-src` pass (#8212)

**Related issue:**

- Closes #8210

47733a951c14bc22c2a60acb420b597ddab7d306 authored about 1 year ago
chore: Publish crates

2b35e6c159389ad99f3c3dec0e42e635094ef3ba authored about 1 year ago
fix(es/compat): Handle private names from class properties pass (#8090)

**Related issue:**

- Closes #7561
- https://github.com/vercel/next.js/issues/56612

83a5a0c612b7ca97529720f8a35117957d4cb9a6 authored about 1 year ago
chore: Publish crates

407aa63cead1b58369f43fd9c461d91a42f80922 authored about 1 year ago
fix(es/typescript): Preserve const enum for named export (#8208)

**Related issue:**

- Closes: #8204

abced23b2a16e9602ffe59a20e6cbf65a882a3ce authored about 1 year ago
chore: Publish crates

f721814fea19f171f3ab8b14e9e168e3a1ee5faa authored about 1 year ago
fix(es/transforms): Do not add `PURE` comment to `BytePos(0)` (#8207)

**Related issue:**

- https://github.com/vercel/next.js/pull/57904 (CI failed)

c061356b63431fcd0323e434402ead143c622340 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231102.1

aefa70159a12cb277c27628a5b1f08c73b1491b4 authored about 1 year ago
chore: Publish crates

e87a45bd6783da68c073b84f36dfa4cf06f9d54f authored about 1 year ago
feat(es/minifier): Respect inline level and preserve native names (#8205)

**Description:**

Note: Preserving native names is a hack, but it's used by `terser` and it's ...

dd805e95a4735e1b869c298489b80555ab4eb20d authored about 1 year ago
chore: Publish crates

d3ce0f12457f5276d62743f9df12e986bfcbb367 authored about 1 year ago
fix(es/compat): Use dummy span for blocks in `parameters` (#8202)

**Related issue:**

- Closes #8199

c1b255a59c1e8d81371c9576ca0c4573f04e65da authored about 1 year ago
chore: Fix publish action

d4e21fcb7896dd26f4ef49bf18acea57f36d8b49 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231101.1

5243cdb035fb07a1e7b4ff6081d439c4b069ecd1 authored about 1 year ago
chore: Publish crates

9588088b3753d228038b3f1e5f808125c8088f00 authored about 1 year ago
fix(ci): Set `tag` for wasm publish actions (#8200)

8db80b8c28bba5a423194dd19ddf05ccd94eb650 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231031.1

2503e720cca93f8a9259055ddcb98a6af2e57bc1 authored about 1 year ago
chore: Publish crates

6a9b6f6732d5a3b5c8726c3abc626df582777fb3 authored about 1 year ago
feat(es/preset-env): Update compat data (#8194)

**Related issue:**

- Closes #8193.

3dc4e1e02d3e594da6301ca4c80aaee582642fd7 authored about 1 year ago
chore: Publish crates

7cfa3213fb7fcd21fb409a8f346bc932c24965e3 authored about 1 year ago
fix(es/compat): Make `block-scoping` pass rename exports correctly (#8175)

**Related issue:**

- Closes #8148

b13bc320274e773c9b0ef479e86194c4c6f1f6f8 authored about 1 year ago
chore: Publish crates

b77d99d4b8ef9c84388c8c309ad87480b34beb32 authored about 1 year ago
feat(es/testing): Use `__swc_snapshots__` for `test!` macro (#8191)

**Description:**

This implements something similar to `__snapshots__` of `jest`. Instead of s...

0aafa75fef43beb6630b143e9d71f129300e7614 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231030.1

769bc5b7253af16db9fe0436fe644bf7e0a31f07 authored about 1 year ago
chore: Publish crates

595a6f78ea85856330dfe95d26f03f4067e6cb32 authored about 1 year ago
chore(ci): Remove benchmark action (#8192)

It's not used at the moment, while creating noticeable cost

e446942e179fb2b1f393d93b80d006f1041f3e8c authored about 1 year ago
chore: Publish crates

a78b486d765ce942c4dc1a1bc859b4d98004815a authored about 1 year ago
feat(es/testing): Support babel-like fixture testing officially (#8190)

e9606147fc560cac2ffa75b917a08413b7c94908 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231029.1

5ba6150088af199fec1ae0ea1c14bff5a407ad2a authored about 1 year ago
chore: Publish crates

b74ef5a807931a857a7cef5a28c608841c1e1a27 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231028.1

257eefbbb15c2a1d000b0d8b372c4453977e44f2 authored about 1 year ago
chore: Publish crates

352208548dd4a5302c220240199c3eebff7233e9 authored about 1 year ago
refactor(es/minifier): Simplify analyzer context (#8164)

bb02cdd26ed863649c6ec8ef9c5cbdaece743b9b authored about 1 year ago
chore: Publish 1.3.96-nightly-20231026.1

cb1fa02b99b79460470f80ee2ec44240e8368526 authored about 1 year ago
chore: Publish crates

67b0a7f25891116213f497c4750f1e0a01c634fb authored about 1 year ago
perf(es/minifier): Add `has_flag` to `Comments` (#8182)

7530e9051d67d8721126e48c39f0a8ac27d980a5 authored about 1 year ago
chore: Add `lightningcss.dev` to the allowed repro domain list

115f6fe4ae5b5587f4ee0db100aa2989e11b1576 authored about 1 year ago
chore: Publish 1.3.96-nightly-20231025.1

1e70ccc224cb055353260c9a0fae5731e80a5543 authored over 1 year ago
chore: Publish crates

dc21f791769a218ecf94f78df85a685ccdf5f328 authored over 1 year ago
chore: Publish `v1.3.95` with `swc_core` `v0.86.16` (#8176)

fb96b154bd000157c4a8558ec3e16262eb669c2b authored over 1 year ago
chore: Publish 1.3.95-nightly-20231024.2

ed9bfa9faf2d374a19a179cb14871b7407a4f566 authored over 1 year ago
chore: Publish 1.3.95-nightly-20231024.1

b070885e37c90e3884ebbf445ad91e8ebb5850ec authored over 1 year ago
chore: Publish crates

19ccd66d8934830b3b35ce0060920dacdd13038d authored over 1 year ago
build(deps): Update `ahash` (#8174)

5ca3b6358219ec71a000fa30d8be14ee2c3f2fc8 authored over 1 year ago