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/parser): Fix conditional compilation (#8343)

**Description:**

`swc_ecma_parser` crate has a `typescript` feature which enables TS parsing,...

a423681df897956e58650b3acc9f2331887e42e8 authored about 1 year ago
chore: Publish crates

7e8b6c0f04fd510a596e5e75f947c3fe33bcdd2c authored about 1 year ago
fix(es/react): Make jsx with single spread child static (#8339)

**Description:**

Example:
```js
<h1>{...a}</h1>
```
Before:
```js
_jsx("h1", {
chi...

58568fa23be932ed8f3858c24962973bdc4b8057 authored about 1 year ago
chore: Publish 1.3.100-nightly-20231126.1

0b2fd10833e1fd33cdbd8a2b8e7944f145709c6d authored about 1 year ago
chore: Publish crates

ae6c30b221579facecd70a4fd311e13f8e6c3c96 authored about 1 year ago
fix(es/minifier): Give up terminate merge if in `try` with `finally` (#8342)

**Related issue:**

- Closes #8337.
- Closes #8324.
- Reverts #8328.

ed5a9b3f2e5b7035f657a8ea3cb38a27413369b2 authored about 1 year ago
chore: Publish 1.3.100-nightly-20231125.1

8e37eca0a5d46b73d859137d3a9b062b7a9db919 authored about 1 year ago
chore: Publish 1.3.100-nightly-20231124.1

48a5af1ecde3e41ac28703bd6f9187e8f8de6d2a authored about 1 year ago
chore: Publish crates

727ce04f893d4f6eae7408aa65bba43c2353d80c authored about 1 year ago
build(cargo): Update `vergen` to `v8` (#8325)

**Description:**

Updates `vergen` build dependency in `swc_core` to v8. This reduces the amou...

13156157ebf9434fef8ed04ee4cf59c22421a3fa authored about 1 year ago
chore: Publish crates

5d944185187402691292fdb73ea767bd580e2a52 authored about 1 year ago
fix(es/renamer): Allow `globalThis` to be shadowed (#8327)

**Related issue:**

- Closes #8317

3dd73a3cd8fddd9e19dc85c2a2bf785b585b5b9a authored about 1 year ago
chore: Publish crates

5ce4b368db34c1e9a952c75634b4fe6255fb0524 authored about 1 year ago
fix(es/minifier): Fix `if_return` bug related to `await` and `yield` (#8328)

**Related issue:**

- Closes #8324

01e2c7fc5ab71d55c522e48eae9e3e08d8bf418d authored about 1 year ago
chore: Publish 1.3.100-nightly-20231123.1

0004ce3f4756857bac7db775bd4d314bb8b45059 authored about 1 year ago
chore: Publish crates

14cd8dda294b91f3cad1f3f193057b73418c8373 authored about 1 year ago
fix(es/parser): Wrap with `OptChain` across `TsNonNull` (#8332)

**Related issue:**

- Closes #8326.

8af6ffb1ddaf60b997163aaf80abfb528eb2ca9c authored about 1 year ago
chore: Remove `node_modules`

7fd59b214e965bd5b63a0e9bc8bbafb28c8af917 authored about 1 year ago
chore: Publish crates

185289775fead39b0f3f35854b08fc1d99ee6b52 authored about 1 year ago
fix(es/decorators): Resolve enum for `design:returntype` (#8320)

91ef7c9415c0efed347d3faf20653749fb7a6b15 authored about 1 year ago
chore: Publish 1.3.100-nightly-20231122.1

c9c3e7d189573a04e5866f046d3d0a6554c42fee authored about 1 year ago
chore: Publish crates

97d57f0e4fcaca2e03241ddb4fbe19f449b33ecd authored about 1 year ago
fix(es/typescript): Handle shebang with jsx pragma (#8318)

**Description:**

This handles a shebang with a jsx prag. Previously `h` would be removed as a...

c25601dec21d7293ad48549a1f49ccd161f9da72 authored about 1 year ago
chore: Publish `v1.3.99` with `swc_core` `v0.86.73`

85350d31aed1384ac0aea1b002bd237b55b00cd4 authored about 1 year ago
chore: Fix publish action

8ac47a370ee56864932bd90892332d5492b946b7 authored about 1 year ago
chore: Publish crates

23fdaf13f88c754c7e610f96712092684f7a2dd0 authored about 1 year ago
chore: Publish `v1.3.98` with `swc_core` `v0.86.73` (#8321)

99ad5022d11f3619932cffeda43dcf4926a28e60 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231121.1

e23adc81c9e5f7092851410fc355a11709fbc99a authored about 1 year ago
chore: Publish crates

7cec0ac1a04a0e525204d3d56bf66d2296714c0d authored about 1 year ago
fix(es/parsing): Fix parsing of `type satisfies = 0;` (#8305)

**Related issue:**

- Closes #8121

51042e090de246bcf92300e5ffd03139f255e77b authored about 1 year ago
chore: Publish crates

a8bd170634f76865732a6033e6027daef88c3c14 authored about 1 year ago
fix(es/module): Read link if an import is resolved as symlink (#8297)

**Related issue:**

- Closes #8265

7dfdc1221890d373d2e6caf52bc8dee8c20765ca authored about 1 year ago
chore: Publish crates

38c489c26c971bbeb4bfadbd9a60f7d725e5c68c authored about 1 year ago
fix(es/parser): Report error for exported reserved name (#8313)

**Related issue:**

- Closes #8268.

feb8a6dad99bf55cf541bd88a8f21b865c6bcd97 authored about 1 year ago
chore: Publish crates

0744dbddc51032c27cb02e457d31e2e788b3a580 authored about 1 year ago
chore(ci): Fix CI issue due to `yarn` (#8319)

aac11e712b2cd1a7c7f427c2ebf93f2f8e47daa9 authored about 1 year ago
chore: Publish crates

e9fa6e90c827982cc2d16aab02010271d8251870 authored about 1 year ago
chore: Publish crates

5fa2ed4bfdb49f77d4cb77004e1f61c8e2c36b64 authored about 1 year ago
fix(es/parser): Fix parsing of `import type from from` (#8309)

**Related issue:**

- Closes #8308.

00b88399a0ea10dfd6d48cb168dd5ae914f11d54 authored about 1 year ago
chore: Publish crates

af8c1d33f5a8bd265f27681168691b4742574f8a authored about 1 year ago
fix(es/resolver): Ignore qualifiers of `TsImportType` (#8299)

2113bb3e19131d68eb2a1c384e4ac58b2bc10f00 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231120.1

8c3dc02d0d62773b7eff10ee8845650b9fb1132b authored about 1 year ago
chore: Publish crates

2cd893fb8a770b38139242467ff954baec132a47 authored about 1 year ago
fix(es/minifier): Apply new `SyntaxContext` to inlined `Arrow` correctly (#8312)

572ad63e0825e4eddb511933d1a6d57184fc03c2 authored about 1 year ago
test(es/minifier): Update test refs (#8310)

a0048427ddfd8bd9f62d5eb104dcd501bac45293 authored about 1 year ago
chore: Publish crates

2b368f67311613b60536705db05ca831f129cc2f authored about 1 year ago
fix(es/proposal): Improve resolving of `design:returntype` (#8303)

**Description:**

Emits `'design:returntype'` metadata when using `"decoratorMetadata": true`....

fab51e18433d85f29d720ef11371411fa4ecf623 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231119.1

cf692e055ec3a25e373a5d9a48b43a189a129ee2 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231118.1

f6179b57a1a89972af39596f1b9465e4a4985d7d authored about 1 year ago
chore: Publish crates

f38ad1eeef529129bb8a3d7e81e78a5cb895c467 authored about 1 year ago
fix(es/minifier): Apply new `SyntaxContext` to inlined `Arrow` (#8301)

**Related issue:**

- Closes #8288

c18a959e3a53c52c05672297a39f6eb628a076a0 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231117.1

ba9d2f56ccf18a9cc934219dc85e37d00cbf5dce authored about 1 year ago
chore: Publish crates

2a2b5ee5b16c535943513816c553296cea3404e3 authored about 1 year ago
fix(es/codegen): Fix `get_ascii_only_ident` (#8287)

**Related issue:**

- Closes #8260

07c8935904122191b4dad141e6fe164298f46af9 authored about 1 year ago
chore: Publish crates

9e8fe38d316254a6bf8162169a5ccec12f831dcf authored about 1 year ago
fix(es/codegen): Fix codegen of type args of an import type and a type query (#8296)

369fb21e220a26ac1cbfe64846f759ac576d2c6e authored about 1 year ago
chore: Publish crates

c566b73bfbcd24fc34eedc2baf62d0afb8609636 authored about 1 year ago
fix(es/minifier): Remove hack for built-in class names (#8293)

**Description:**

Regarding https://github.com/vercel/next.js/issues/55682, I made a mistake w...

7985e02fc8cf519572650ad026dba649af48d7a5 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231116.1

f88d6f3c8d6943c97ab3edee1886610766b6f1ba authored about 1 year ago
chore: Publish crates

666c843e7e55ac8adb530568034cedbf72928b1a authored about 1 year ago
build(es): Remove duplicate `phf` dependency (#8294)

25ac679bd3906c09212134859df9c75f38018822 authored about 1 year ago
chore: Publish crates

c03f84e54edf851bf4d1aecdf7d2f8d71108dfb1 authored about 1 year ago
build(common): Remove dependency on `string-cache` (#8291)

66a4d370314d45b5d4a0117401002ac43dbcba0a authored about 1 year ago
chore: Publish crates

99617848ef5d589a1f02190bc5f1d335afd9eed1 authored about 1 year ago
perf(es/minifier): Improve `format.inline_script` (#8292)

7d1836de3fd96786351f5ae30c2b0e7bbda2fa55 authored about 1 year ago
chore: Publish crates

36fdb179e46ddbe09d781f027f4f59ab7ebdb730 authored about 1 year ago
refactor: Remove `swc_ecma_dep_graph` (#8290)

7bbe5e67d9a4316f47158bf717f8dfa86236b41b authored about 1 year ago
chore: Publish crates

3bbd340205ca71a9bc3741d4de38194c54b7b911 authored about 1 year ago
fix(es/minifier): Make `Finalizer` inline literals (#8285)

**Related issue:**

- Closes #8284

73fec945b5b64845308ab03bea639b53e4ff021e authored about 1 year ago
chore: Publish 1.3.98-nightly-20231115.1

b8c887f8ced461ac95ae53112684bfcf51bf9de6 authored about 1 year ago
chore: Publish crates

f86c12b0b4def4b444f24c66925dee60f1ddf6d8 authored about 1 year ago
feat(es/minifier): Support `format.inline_script` (#8252)

f059270348a7ee26ee8ed2d185ba71d166f43e14 authored about 1 year ago
chore: Publish crates

5fed604276db5aae8807ed862012e0efa039e4b5 authored about 1 year ago
fix(es/minifier): Respect `pure_funcs` for tagged tpls (#8280)

**Related issue:**

- Closes #8275.

1ccfc0762cdc2895d013e7730eda24d81ce53501 authored about 1 year ago
chore: Publish crates

2f6af92232953cc357850f5c0a5418d5219b6137 authored about 1 year ago
feat(es/minifier): Swap bin expr to save paren (#8277)

65c3d0e3f4ec4b447e6d36f31eb40bdafdf65db7 authored about 1 year ago
chore: Publish crates

aa36a53c42f4d587bb5eff7b0036a9648bb9e14c authored about 1 year ago
fix(es/minifier): Keep class with a static block (#8283)

**Related issue:**

- Closes #8271.

20fb5bab32a1e428af5e9e2203d3982d3a7ddcf3 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231114.1

0c05f6e76e6701902ccfde405cfa16ccca8cfa48 authored about 1 year ago
chore: Do not auto-approve PRs by @kdy1

13014cc7fb9ae3f27db1a67f3328d6803d886025 authored about 1 year ago
chore: Update `CODEOWNERS`

73caae9068ade1cf3ae1e2e17521768c294f969f authored about 1 year ago
chore: Publish crates

656e13143ce032fab9e1a7cf85281bd0e249b106 authored about 1 year ago
chore: Add `CODEOWNERS` (#8281)

dd4129d1ca5ff6f5ec2f1c9ffb05588f6d3517a1 authored about 1 year ago
chore: Publish crates

9c438692c61d507fda86b41ba503da16f6ffa1bb authored about 1 year ago
fix(es/parser): Fix ASI hazard of `static` (#8262)

**Related issue:**

- Closes #8253

c1281534b65d1d7f0069c04d35c1eb29f08e9a14 authored about 1 year ago
chore: Publish crates

35b95ae430e514157235a81d92ae6b574342044a authored about 1 year ago
fix(es/minifier): Enable seq inliner for const declarations (#8255)

ebcd8252253d2b5169ea03ec19ee4a76d3ca22c3 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231113.1

001fe85bd5be666741e55eab2cfdec82da18da32 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231112.1

d0e6bab9b12050015092aa8cc1dc4d76de984e41 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231111.2

ca73387c47103a463a134811757a9f31586489ca authored about 1 year ago
chore: Publish crates

07cc635489fbaa3398b2dc645a5cc997e20837fc authored about 1 year ago
refactor(swc_node_base): Rename to `swc_malloc` (#8272)

**Description:**

This is quite convinient.

9a0572b9680e824ff904d7563167faa84aab47b5 authored about 1 year ago
chore: Publish crates

14a6bf0747bbcf3c5f112f1616b56446a71e6961 authored about 1 year ago
chore(ci): Fix CI (#8267)

ee0c12e4e7c1ac597d795f7b0c790a32708e36e9 authored about 1 year ago
chore: Publish 1.3.98-nightly-20231111.1

c8379c27a0331a86ea236e8846341da0d25de2c3 authored about 1 year ago
chore: Publish crates

2ef3de00212c5655b98819522a04c6044921d6bd authored about 1 year ago
fix(es/parser): Adjust the context for cond expr while parsing JSX (#8261)

**Related issue:**

- Closes #8243.

0678c3c55fa65780caf15e55919276912348943b authored about 1 year ago
chore: Publish crates

6383ac443da7ac7535c9c967bbbcdc3d611fda4a authored about 1 year ago
fix(es/parser): Consider ASI while parsing TypeScript type aliases (#8263)

**Related issue:**

- Closes #8073.

e58912622d86f2b03f90dd7d0782e5740822dca6 authored about 1 year ago
chore: Publish crates

e0525b595ec99a96a8555460aab8892fda165a44 authored about 1 year ago