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

chore: Bump crates

942c95be2dc8d5497e865e8801b20126c6fbd5c6 authored 11 months ago
feat(es/lints): Add `no-cond-assign` rule (#8661)

c0d01dff213b2bf0725a16a5e6ca915f7517699d authored 11 months ago
chore: Publish 1.4.3-nightly-20240226.1

5ff50b74912f685107ef29166a7467c81bfff38b authored 11 months ago
chore: Bump crates

d32e3723f08060c31aaf291b40220a84fa10f66d authored 11 months ago
fix(es/modules): Do not call `Path::parent()` for `FileName::Anon` (#8662)

**Related issue:**

- Closes #8660

1bc4cb7c0548483980e27483022d6abf0888891d authored 11 months ago
chore: Bump crates

1603569a75ce9d36934fc4a71657956b4f343b83 authored 11 months ago
fix(es/codegen): Fix replacement when `inline_script` is on (#8659)

**Description:**

The replacements for `inline_script` might be with mistake

https://gi...

e1791340cd35e5465ff3f6b71ac596a138173d04 authored 11 months ago
chore: Publish 1.4.3-nightly-20240225.1

3258bf4839c6ca335d88c37b7e762b162b4487fd authored 11 months ago
chore: Bump crates

40682c8d1f55b42b0a086487e740e975244ed42a authored 11 months ago
fix(css/parser): Fix parsing of `@import` without `;` or space (#8657)

60b234077e26c2d319225ced2735e6d549c4557e authored 11 months ago
chore: Bump crates

4154cfa8cb24a5f88cf207c803e0886d5e2db12a authored 11 months ago
fix(es/codegen): Emit computed getter and setter signatures (#8656)

**Description:**

Emits computed getter/setter signatures.

66bf8e907d09349d847a99036747edb724c4a20a authored 11 months ago
chore: Publish 1.4.3-nightly-20240222.2

4fa09ebda3fa200b9c82f088cc744e493f98135c authored 11 months ago
chore: Bump crates

41820c0964c6e2a0921dc3c8b97a7980ce06bc34 authored 11 months ago
perf(visit): Use qualified paths for generated codes (#8655)

671c4a78dd294591a0b18a44e18edc29bba30a52 authored 11 months ago
chore: Bump crates

7c5113b6a9c9b13d1d73cc12a8cdd9853dca98a0 authored 11 months ago
perf(visit): Use `quote::quote!` instead of `pmutil::q!` (#8485)

**Description:**

**Related issue:**

- Closes #7071.

8defcb28196238e9f8bcbb0e8f345724d47f8882 authored 11 months ago
chore: Publish 1.4.3-nightly-20240222.1

728187daa52b7599dbdfd82774f323db11b9db0b authored 11 months ago
chore: Bump crates

359ae7a16aebe60657f0bb775a5dd057b181ce71 authored 11 months ago
feat(es/ast): Add alias to `EsVersion` (#8653)

**Related issue:**

- Closes #8516

7d62c762e657cdddf45c1a99c66285ae9cb07b5c authored 11 months ago
chore: Bump crates

c4230373e4379edbadf2aa0a5381bf18b1746bb9 authored 11 months ago
doc(es/minifier): Update examples code (#8652)

**Related issue:**

- Closes #8651

The core logic of SWC is correct, but there are incorre...

3bf3a62505cc3fc6eaf182b75c319ea4bc212ee8 authored 11 months ago
chore: Bump crates

5cab610db1e03bdcd97b583fb3b6fe3549a6f41b authored 11 months ago
fix(es/parser): Check for existence of modifiers while parsing `accessor` token (#8649)

**Related issue:**

- Closes #8526

ca23a3353cefb0064ab28d10ea86634be5a0c191 authored 11 months ago
chore: Bump crates

463cd3bf4c28e67dc577f1336a467ea98684b9f9 authored 11 months ago
fix(es/compat): Split declaration and init in `block-scoping` pass (#8648)

**Description:**

This does not support

```js
class Foo extends Bar {
constructor() ...

6fe6810c492ca20ad73d1536e328ddb804533537 authored 11 months ago
chore: Update changelog

f1a3bad4293687621bc3bd68f38d356efe735956 authored 11 months ago
chore: Publish `1.4.2` with `swc_core` `v0.90.10`

f07f5c35db87a0cd4b585a1430bfa16cd877c134 authored 11 months ago
chore: Publish 1.4.2-nightly-20240219.2

e761c3ddd2106924a050ee4df1e4ac4b3d340e6c authored 11 months ago
chore: Bump crates

129ace0272184da7bb1e06eb7a6f32dd4ec4ebd2 authored 11 months ago
fix(es/minifier): Abort property hoister on `this` usage (#8647)

**Related issue:**

- Closes #8643

97153206ad07c98e6f8f4f0a62b1f52eecbdf847 authored 11 months ago
chore: Bump crates

d7434beaf87ae6bc8e98b914754f242413d17ffd authored 11 months ago
fix(es/typescript): Handle exported JSX members (#8642)

**Related issue:**

- Closes #8640

22c8e2e1e9914ed161482dea9e63cd34504b6cbd authored 11 months ago
chore: Publish 1.4.2-nightly-20240219.1

90f7a29845013684f45b1e229cec2fa17b2bc18c authored 11 months ago
chore: Publish 1.4.2-nightly-20240216.1

9ac304be9e3948e2d723afb80a8ff6cc9811d1a9 authored 11 months ago
chore: Bump crates

84c05b5eec2077990709cdc404f3ee2cbd8344ff authored 12 months ago
fix(es/helpers): Add `addInitializer` to field decorators (#8619)

**Description:**

At some point the spec text of ES decorators was changed to also have
addIn...

cd38ef39d6a3b3f1e31d5144e2e8c11bd9144239 authored 12 months ago
chore: Bump crates

cb95f0478c79fb75f9ca7013bc7824b036e00f88 authored 12 months ago
fix(es/react): Validate pragma before parsing (#8637)

**Related issue:**

- Closes #7938

5f1cf018237d12f786fc6deee48cae5d7d3d77de authored 12 months ago
chore: Bump crates

09bedecff6e3715b18998c1590a3511dcaa938a2 authored 12 months ago
feat(es/minifier): Remove unused parameters of arrow functions (#8636)

**Related issue:**

- Closes #8626

8cd481306755fb8cd2436dabceb06ea7cbccbb78 authored 12 months ago
chore: Bump crates

d170d7bc2c0fbf4c95f395fcb79b45d8faab063d authored 12 months ago
test(es/transforms): Add a test for `reserved_words` pass (#8638)

**Related issue:**

- Closes #7691

a0b77e06645f27a2ffb9f0635b2fa4c8db2fe105 authored 12 months ago
chore: Bump crates

07bbfbd2a4328a28a80af35d4a99033dfa154ffe authored 12 months ago
feat(swc_core): Expose ES linter (#8635)

762959c72d08994c2ad7c4f43405e591cc6af6eb authored 12 months ago
chore: Bump crates

9b36e7fd232873d0184a6ed3c45b1f113f44d751 authored 12 months ago
test(es/parser): Add a test for `<<` (#8634)

**Related issue:**

- Closes #7621.

2c63b3114382940e5fa96ddd32ed823a78657ec7 authored 12 months ago
chore: Improve publish script

9b1a70bf3e2e82db66f0636ae4c1f1dcbadc9057 authored 12 months ago
chore: Update changelog

790d0d37191851cf2afb7df9f0275e669d986c14 authored 12 months ago
chore: Publish 1.4.1 with swc_core v0.90.8

83dfc26dac7966aa93176bce6a5ca8c5098b46c7 authored 12 months ago
chore: Publish 1.4.1-nightly-20240213.2

447b66cd1b167c9fc95564a1216f9634efba9056 authored 12 months ago
chore: Bump crates

6cca7cbfe87a99559d04e40c8d30233243d8d2a8 authored 12 months ago
fix(es/compat): Visit AssignExpr right branch in FnEnvHoister (#8633)

**Related issue:**

- Closes #8632

e5d6de0ea9fbab0e36791f59b58d6d2c76809ea5 authored 12 months ago
chore: Bump crates

52b6fd8808aa8cfd050f285ad030d9a77499c7e7 authored 12 months ago
build(cargo): Update `rustc` to `nightly-2024-02-06` (#8618)

6726b631e68cf7f14612e046c8cf057411e4a3c2 authored 12 months ago
chore: Bump crates

9ad0f9fedb7c10cafe71a77721842b97ff402165 authored 12 months ago
fix(es/decorators): Do not insert duplicate constructors (#8631)

**Description:**

Doesn't insert a duplicate ctor when the ctor uses overloads in TS.

**R...

21a447f35a79cdad4721cdefea26da1d355d34d3 authored 12 months ago
chore: Publish 1.4.1-nightly-20240213.1

3b76b9b094c57720a2f7c837eb84a85ce8117c82 authored 12 months ago
chore: Bump crates

89bd0c8f7daca435191e43700590913c9a1baa38 authored 12 months ago
build(plugin): Update `wasmer` to `v4.2.5` (#8624)

**Description:**

This is required to update rustc.

4e0d24089588da8952c6986f1bfcc47bcd9f84a2 authored 12 months ago
chore: Publish 1.4.1-nightly-20240210.1

361c9db6140a35c053021f2c7e0e8f0c9072eb84 authored 12 months ago
chore: Bump crates

6270c52c55196d0899f01af6b32d787e97103b6c authored 12 months ago
chore(ci): Update Wasm plugin for e2e testing (#8623)

cd7511a659e4cca448b1b5a0c3093279b3df2ddb authored 12 months ago
chore: Publish 1.4.1-nightly-20240208.2

da0ad79ed344141ececa839aa44dab51b65ed951 authored 12 months ago
chore: Bump crates

906cca43c123924e5db59dc7a1d661b9412254b4 authored 12 months ago
fix(es/plugin): Fix schema version issue (#8621)

132be951733660654b5c0992e19b5f3d414e7350 authored 12 months ago
chore: Publish 1.4.1-nightly-20240208.1

bcb9cdb0f11b103c142ac2561b16a4c12288a845 authored 12 months ago
chore: Bump crates

dd89beab2b6d2089cb58ed0d867826ea36b7debb authored 12 months ago
fix(binding/types): Update typings for `options.envs` to match implementation (#8620)

2a115cff716b3ac9216d03a4c88649fedff73850 authored 12 months ago
chore: Bump crates

e40a08a108b0f225684efd82e690551e0b387ce4 authored 12 months ago
fix(es/parser): Fix detection of `use strict` directive (#8617)

**Description:**

Directives should be at the start of the file, and this PR changes the parse...

95236e9abe546c455222a775f9648e82543dfaed authored 12 months ago
chore: Bump crates

f7baf240ba15286c9e381f3b037d677ee7b1f63c authored 12 months ago
test(es): Update `tsc` conformance test suite (#8615)

c0beba7708f88320617d02ce68f079bbe0252075 authored 12 months ago
chore: Bump crates

8febd34a7653fbd74277063e5c2ab4eb882bea3f authored 12 months ago
chore(preset-env): Update `browserslist-rs` (#8614)

e5585e99f120eb7c76625d90961fd6e4f12579e5 authored 12 months ago
chore: Bump crates

927b14a2e47b59c9ddf222372d624436eaaed8f6 authored 12 months ago
feat(es/minifier): Implement correct `hoist_props` (#8593)

**Description:**

- The option `hoist_props` now does what it's supposed to do.
- Dropping o...

3122e944a8a1720584b43c7f0c4db3508f0cf915 authored 12 months ago
chore: Publish 1.4.1-nightly-20240207.2

be55633273ae67bdcc8860f6d3eef8cf87d72950 authored 12 months ago
chore: Publish 1.4.1-nightly-20240207.1

6e23a1cb5bb33c68b0d07d279420993280d29915 authored 12 months ago
chore: Bump crates

319df6cb68c230ef1d0cb85fe2139c028dc34c38 authored 12 months ago
fix(es/parser): Rescan `<<` as `<` when parsing type args (#8607)

**Description:**

The related issue is a product to the fact that the lexer sees a `<<`
token...

9e6dad9baf900b44591c97c5467494c893f02661 authored 12 months ago
chore: Bump crates

c3f67ceb1eb0cab9ef4a47c321acf90684bf216a authored 12 months ago
fix(es/parser): Fix parsing of dynamic source phase imports (#8611)

7d724d8ea3d222721ddc1c2913771c3367b6f689 authored 12 months ago
chore: Bump crates

7a3b5545cdcb8450b42cfc1734355fe2a5249c61 authored 12 months ago
fix(es/parser): Set class property to `abstract` or `override` even in error states (#8610)

**Description:**

Ensures that a class property with `abstract` or `override` is marked as suc...

5a773061dbb8674d93fab46681492a7e08f95f2c authored 12 months ago
chore: Bump crates

3ee12cf56d00f1f7bafada7162af9615bf7d84d3 authored 12 months ago
chore(config): Remove an empty file in `swc_config` (#8609)

d87fef0fea661b3a50e43af85c12db98e978bc82 authored 12 months ago
chore: Update issue config

905525d6ca96221cedfd4f99ba607b21740e2c41 authored 12 months ago
chore: Bump crates

7517c4f98ffd8eadce344a3a612cdd5a710535f8 authored 12 months ago
fix(es/quote): Fix code generation of `AssignTarget` (#8604)

16e9d4ca31561caf4fb2a5182337eae78395dbe6 authored 12 months ago
chore: Bump crates

ae6debdcb3b0a6f5c24787fc88fd6d4d3c306397 authored 12 months ago
fix(es/quote): Support `AssignTarget`, really (#8603)

ef916614f1b714bc765721fd7a35a4a471ac6811 authored 12 months ago
chore: Bump crates

4f139d4f27f9e3ca7e661cfa1b7d32ed3947b511 authored 12 months ago
fix(es/quote): Allow variables typed `AssignTarget` (#8602)

**Description:**

This is required to fix https://github.com/vercel/turbo/pull/7272

**Rel...

6a48be4b6b91c71687c2edc1cf9db9538d9f5650 authored 12 months ago
chore: Bump crates

5fe45dbc44e1693af46dd23be80c80b96dcbdd98 authored 12 months ago
test: Update `@swc/plguin-jest` used for plugin e2e testing (#8601)

95fe3dbe931ec42a456fceb2d583d6a04e33edd6 authored 12 months ago
chore: Bump crates

94f7b3d3786788a156fc0b3403d6e9c2759f80c1 authored 12 months ago
refactor(bindings): Remove bindings for experimental packages (#8600)

**Description:**

These packages do not have the same versioning strategy as the main package.

6c50ff1bec9c49d0883016d0b2c0cfa3941290c7 authored 12 months ago
chore: Publish crates

096ae4abdde1d9de054221ab2cf9a9beb31ae75a authored 12 months ago
chore: Publish crates

d03f15cfc2a1458f59828a98a4c1f38d8a2cec12 authored 12 months ago