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: Publish crates

ed648337f1640dfb7d646b1df4047b81b9d6c46d authored over 1 year ago
fix(ci): Fix CI (#8079)

7073e83f65ed5e98ee294c8e366a80b0a0f5921f authored over 1 year ago
chore: Publish crates

34e03c4661b9e138d54278855fb7be28db997cdb authored over 1 year ago
refactor(atoms): Remove usage of `js_word!` to drop `string-cache` (#7976)

**Description:**

This PR is to prepare removal of `string-cache`. Actually, this PR does not ...

84cec8766db77062cc984c777dd716358ee8fd6e authored over 1 year ago
chore: Publish `@swc/[email protected]`

2da1037748a79163b5f8d4348803ad7adf5e6366 authored over 1 year ago
chore: Publish crates

d716dc823b5e23ec45b1ed795a7c4dcb8fbfc7eb authored over 1 year ago
fix(es/helpers): Override mistake in `_interop_require_wildcard` (#8076)

**Related issue:**

- https://github.com/babel/babel/issues/15995

1346528477bd8c587f0ee0d5fa6969f397739ddb authored over 1 year ago
chore: Publish crates

48432665453d7eaa44c64b216d308cd33c547e86 authored over 1 year ago
chore(xtask): Migrate scripts to xtask (#8072)

This PR adds

- `xtask clean`
- `xtask bench`

a5621bb30a665c8022d7004ccde53f574443cbe1 authored over 1 year ago
chore: Publish crates

5c6c82bc6abe20c66bb849e76ac5d37a080dadf2 authored over 1 year ago
fix(es/codegen): Fix codegen of type-only imports (#8070)

6f45b4693e6d35bf05bacb89b65c7f013d0366a2 authored over 1 year ago
chore: Publish crates

a6527bf9ab642da23fce1d1a7303f37640bb1220 authored over 1 year ago
refactor(es/parser): Introduce `TokenKind` along with `Token` (#8071)

**Description:**

This is extracted from https://github.com/swc-project/swc/pull/7790 because ...

9b9bc51c28fee51de9eeedf6d49fbe115d6052e6 authored over 1 year ago
chore: Publish crates

da9bee9776bbc0d36f04b97e809deb34252d0cf4 authored over 1 year ago
refactor(es/module): Reimplement some functions of module/typescript (#8063)

3e5b062cd2792703371bbbfeaf1be309e8280abd authored over 1 year ago
chore: Publish crates

70ec648a638a94954012f141e750a4d539d15709 authored over 1 year ago
chore: Use `cargo xtask` (#8068)

6420aefca5bd22af3a75b7ad34741509ed35377a authored over 1 year ago
chore: Publish crates

a35fed015fdb3bdf7d388f50b9edeef46016b01d authored over 1 year ago
chore: Publish `v1.3.92` with `swc_core` `v0.83.38` (#8067)

28af87581186ca62b6992f6262e888c9abce4684 authored over 1 year ago
chore: Add `evanw.github.io` to the allowed repro hosts

c26ee63839df040644082ed6ff88bd2571c3af44 authored over 1 year ago
chore: Publish crates

0edd36842bf0c45df8021cd67da8e1ae2f8f8132 authored over 1 year ago
chore: Update nissuer.yml (#8060)

See https://github.com/swc-project/swc/issues/8059#issuecomment-1744960852

a2f1010b4e312d972d901705da971b887b1b254a authored over 1 year ago
chore: Publish crates

89676946e6db6e23ac48878c5f54a702a1a325fe authored over 1 year ago
fix(es/compat): Use `async` and `await` correctly in `block-scoping` pass (#8056)

**Related issue:**

- Closes #7989

8318ea82c28d3cf55e701f6da2f3077efe8ca653 authored over 1 year ago
chore: Mark reproduction link required

c6e0a18292001cb46722b533213acdf374311edc authored over 1 year ago
chore: Configure issue validator

a5558236b715e49dbbb7842edfb24baa7a3f0760 authored over 1 year ago
chore: Publish crates

4abfbaacc486812413f997e219564195e5f544e3 authored over 1 year ago
chore: Configure `nissuer` (#8053)

**Description:**

Add https://github.com/marketplace/actions/nissuer to the repository.

2a508bcb9a7fb4d3323b4e08c0702b1191f95b96 authored over 1 year ago
chore: Publish crates

b3a59613ab7dbcfb6b5ab9dc6bfcc7602bf06082 authored over 1 year ago
fix(es/compat): Transform default-exported class decorators correctly (#8050)

**Description:**

Process decorators on the class expression on `export default` declaration a...

a751f1cfaf415917ab2a5e5098d9ca32bffa907b authored over 1 year ago
chore: Publish crates

c53a6551548be10e0730c497b7df4adcb0471fa0 authored over 1 year ago
fix(es/module): Handle directives (#8048)

**Related issue:**

- Closes: #8047

4d8e1013bb7775f60d463276cc3233ecd7849b31 authored over 1 year ago
chore: Fix CI

0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0 authored over 1 year ago
chore: Fix CI condition

9c9c03b76b7de8df754437e3ee2d4ab5d079b96d authored over 1 year ago
chore: Publish crates

92c6be7681aa0eb683d29d1e730a880e83f15e39 authored over 1 year ago
refactor(cli): Make CLI testable/managable with `swc-bump` (#8045)

**Description:**

It was hard to maintain CLI because actual logic was in `./bindings`.

f717cf21cc1cea5e30e87c4d08861daadb25ab14 authored over 1 year ago
chore: Publish crates

2bf935c68bd489f469abf52f59523f069c373751 authored over 1 year ago
fix(es/compat): Fix scoping of `explicit-resource-management` (#8044)

**Related issue:**

- Closes #8020

96a7a4d045d08547fed75c79a7156f79262edfc2 authored over 1 year ago
chore(ci): Fix publish action for minifier

77b8591d86dee33c92277b4b2d301d8cb253c16b authored over 1 year ago
chore: Publish crates

63387672d751861d2b19666b5ecc2161303bf8d8 authored over 1 year ago
chore(ci): Prepare multi-package repository (#8043)

f2bc6a3fcc7367726afe55b4fa4c6bde839fbd70 authored over 1 year ago
chore(ci): Fix publish action

8ddb0dafa25e21020f6378ee4c29fa286654ea30 authored over 1 year ago
chore: Publish crates

13161c45cd981b584e6d0bc3077ebe36154485e4 authored over 1 year ago
chore: Publish `v1.3.91` with `swc_core` `v0.83.34` (#8040)

020027d5d9f131301bcc2a1d6b8f33c21765d97a authored over 1 year ago
chore: Publish crates

203b2297c3dbdc2ff66f09d96b5f3f2450217358 authored over 1 year ago
fix(es/minifier): Check if object shorthand is skippable for seq inliner (#8036)

**Related issue:**

- Closes #7984

01391e3c13e42b7f42f80ab13b396cad182942ff authored over 1 year ago
chore: Fix yarn lockfile

c0625361a1ad7537ca53a157fbdc8599fbbe2a44 authored over 1 year ago
chore: Publish crates

3fd6f64e60d6badb8847d583ebeba59b0077a0d4 authored over 1 year ago
fix(es/compat): Generate `OptCall` for `OptCall` for private fields (#8031)

**Related issue:**

- Closes #8003

06b6eb999964c25a964b0105bd7a4f20b51300dd authored over 1 year ago
chore: Fix yarn lockfile

7f9127420867cba856faa4ede8ef62ec3146e382 authored over 1 year ago
chore(ci): Remove wrong `if`s

dec68c32126e38066feb813fce4635e7d40a8429 authored over 1 year ago
chore: Publish crates

8f445f49c9eebc7b0b695d82c208332f9732076e authored over 1 year ago
chore(ci): Expose more crates to JS (#8033)

186ecfadb55430405d1a4e1400574a6e958f9458 authored over 1 year ago
chore: Publish crates

5283e5bf82c1561f28cb7ce3cdc19d5f32cacb15 authored over 1 year ago
fix(es/typescript): Preserve default value of an exported binding in a namespace (#8029)

**Related issue:**

- Closes: #8025

cf96171a53589118a0103495169e02fed10a675f authored over 1 year ago
chore: Publish crates

d35de6444e65a60935740b707f678292406a9bbd authored over 1 year ago
chore(ci): Prepare `@swc/minifier` (#8027)

8214b9ed4e214dc6a52e7d2c80cd3b8ca87d3a12 authored over 1 year ago
chore: Publish crates

537932b581d40bc6421b1ae8fdaf8bf947a84ef7 authored over 1 year ago
doc(counter): Document the purpose of the package (#8032)

b6b5a4d3a6f1c6c74d47c855081a8fee17066829 authored over 1 year ago
chore: Publish crates

90387bb340f7a641f2845c28f6407fc925eeaa4e authored over 1 year ago
refactor(es): Extract parser/codegen code for `swc::Compiler` (#8030)

a13f5cbe03f067b376f9f3318ef822142551eb96 authored over 1 year ago
chore: Publish crates

920362685b39d64f9ef9da62b24d1161437ecf53 authored over 1 year ago
refactor(es/minifier): Move JS options to `swc_ecma_minifier` (#8028)

**Description:**

This is not a public API, though.

725f7f5bda0881bdaac1bf1254f58e5341633d4e authored over 1 year ago
chore: Publish crates

2153c05c66b7dc3166ae4d832275dd936ab0757e authored over 1 year ago
fix(es/module): Sort the exported ESM bindings (#8024)

**Related issue:**

- Closes: #8023

990ca06aca3242a789e165f4318c95d0bb64b02e authored over 1 year ago
chore: Publish crates

83f77ddfcef06fbb097db7b04b49d011a0452f1c authored over 1 year ago
feat(bindings): Create a minifier-only package (#7993)

64d8f4b59f81c71bffbb906595bafa356f326924 authored over 1 year ago
chore: Publish crates

632a63a46e1b5b22034a6e35affb2d8fa983a23c authored over 1 year ago
fix(es/compat): Use return statements for method and setter decorator (#8017)

**Description:**

This aligns with other implementations such as TypeScript's and correctly im...

38bc71006ed6f46c0145e07acccce75f7be26553 authored over 1 year ago
chore: Publish crates

0871d4e0f0eb526b67e521660bc71cacbc64f769 authored over 1 year ago
fix(es/typescript): Rename wrong `unresolved_mark` (#8018)

**Related issue:**

- Closes: #8016

58172689ce7f8dd2f0a79d8771c52fe309880b44 authored over 1 year ago
chore: Publish crates

8231f874e759ad32ef75a79b18afc4ae163381b8 authored over 1 year ago
chore: Publish `v1.3.90` with `swc_core` `v0.83.26` (#8013)

724b83b05d7f12a922044b88c9a8821a2ed24779 authored over 1 year ago
chore: Publish crates

0e24dc9c74500c17b89628e1237c247abb6d9e3c authored over 1 year ago
fix(es/typescript): Handle qualified access in assign pat (#8012)

**Related issue:**

- Closes #8011
- https://github.com/swc-project/swc/discussions/5186

2f01aba978415add87994f9b20e3e2db83fc48b6 authored over 1 year ago
chore: Publish crates

7c227870c870ac8ae9d492c3a4f40f38778749e6 authored over 1 year ago
fix(es/typescript): Handle `DeclareCollect` correctly (#8008)

**Related issue:**

- Closes #8007

9d08b8a6145d486e570a22563c62a69722cf8759 authored over 1 year ago
chore: Publish crates

78e12595a4ec54bc4cb709d562b8f5557e73cabe authored over 1 year ago
fix(es/codegen): Fix codegen of optional chaining expr with a comment (#8005)

**Related issue:**

- Closes #8004

f07bb482e694a422591085621a38aff747294502 authored over 1 year ago
chore: Publish crates

b74a9f4357e6110723a1013f5352e83e4ce97b67 authored over 1 year ago
fix(es/codegen): Fix codegen of unicode surrogates (#7985)

**Description:**

x-ref: https://vercel.slack.com/archives/C02HY34AKME/p1695334071194139

...

39c680d814644fbde50b0f73a29aebe791812eb2 authored over 1 year ago
chore: Publish crates

243d68d8dcefd76f2af685095ff5eb7346a1b85b authored over 1 year ago
chore: Publish `v1.3.89` with `swc_core` `v0.83.22` (#8002)

98d283cb34f5c4bdbb35312465353a3b1a904c64 authored over 1 year ago
chore: Publish crates

5a94ff1083597b275bb3bf2460af1a6e6b1656b2 authored over 1 year ago
fix(es/compat): Skip function scope in `block-scoped-fns` pass (#7975)

**Related issue:**

- Closes: #2793

d91a554033c8ce0ea2b2538b0e86abf5a81eac76 authored over 1 year ago
chore: Publish crates

e146ff7d8ee124d2c8d19965ae0ccf0ad660f069 authored over 1 year ago
refactor(es/typescript): Reimplement TypeScript pass (#7202)

**Description:**

## Bugfixes
- Exported `let`/`var` declarations in TypeScript namespaces sh...

9c9a538f23cb2bcd2f46e156babf64c7a81db245 authored over 1 year ago
chore: Publish crates

bea10ef5f5adbee3f10ba3316370f4f3266e3171 authored over 1 year ago
fix(es): Enable resolver if `jsc.baseUrl` is specified (#7998)

**Related issue:**

- Closes #7990

f374ad903a066ebf3a7e54a3656cb3fc44b37445 authored over 1 year ago
chore: Publish crates

489797f1cfed5f04021d0f8a1d7f8b02ffd310ad authored over 1 year ago
chore: Publish `v1.3.88` with `swc_core` `v0.83.19` (#7997)

dff9e15b72a4e1cf6d2789851010a04bec41e8df authored over 1 year ago
chore: Publish crates

36de9de6009bec342390d09a62dc1845d6bbc263 authored over 1 year ago
feat(es/config): Accept `jsc.experimental.keepImportAssertions` (#7995)

**Related issue:**

- Closes #7923.

4d777ee270183ba375b68c003e61692af6d571c3 authored over 1 year ago
chore: Publish crates

3eb23eba7b05ea8acea72e6e47cdaba48129597a authored over 1 year ago
refactor(bindingins): Create `@swc/counter` (#7991)

0acbb5f78daa52cf505e077993a694eb966368af authored over 1 year ago
chore: Publish crates

276be28ae132758d4584f81a4c9d857f2725ae4c authored over 1 year ago
chore: Publish `v1.3.87` with `swc_core` `v0.83.18` (#7986)

866f34d2787a5c78c7dcec387286b70da5a29c25 authored over 1 year ago
chore: Publish crates

ee6260d53bf699b8c74b34fc4950c7806dc1b91b authored over 1 year ago
fix(es/compat): Handle nullish in fn expr scope (#7980)

**Related issue:**

- Closes: #7977

5050f5820a43b8de7a87511070405e189eaafb5f authored over 1 year ago
chore: Publish crates

95285e8a4ac6c9ebe33c636ae84e8a4da2564424 authored over 1 year ago