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

`swc x upgrade` for `swc_cli` crate

kdy1 opened this issue about 2 months ago
feat(es/plugin): Introduce `manual-tokio-runtmie` to `swc` crate

kdy1 opened this pull request about 2 months ago
feat(es): Add `es2023` and `es2024` to `EsVersion`

kdy1 opened this pull request about 2 months ago
Some apis have been updated, but the documents found are still old

Roxannej opened this issue about 2 months ago
Strip-types handing async arrow with multi-line type parameter

acutmore opened this issue about 2 months ago
perf(es/pass): Add `#[inline(always)]`

kdy1 opened this pull request about 2 months ago
perf(common): Make character analysis lazy

kdy1 opened this pull request about 2 months ago
TsImportEquals causes program to be considered a module. Should it?

dsherret opened this issue about 2 months ago
fix(es/parser): Parse `await using()` call

magic-akari opened this pull request about 2 months ago
Why is the dist/src folder created?

callor opened this issue about 2 months ago
fix(es/types): Add `jsc.experimental.keepImportAssertions` to types

kdy1 opened this pull request about 2 months ago
perf(es/transform): Add inline annotation

kdy1 opened this pull request about 2 months ago
perf(es/lints): Disable lints by default

kdy1 opened this pull request about 2 months ago
`await` keyword is dropped when calling function named `using`

wgoehrig opened this issue about 2 months ago
fix(es/resolver): Skip resolving lowercase `JSXIdentifiers`

magic-akari opened this pull request about 2 months ago
fix(es/generator): Fix code generation for `break` in nested while

CPunisher opened this pull request about 2 months ago
perf(es): Cache `current_dir()` system calls

kdy1 opened this pull request about 2 months ago
feat(es/parser): Ability to get script's potential module errors

dsherret opened this pull request about 2 months ago
Semicolon needed for stripped modifiers followed by `[` in strip mode

branchseer opened this issue about 2 months ago
perf(visit): Introduce `Pass` API and adjust visitor APIs for it

kdy1 opened this pull request about 2 months ago
Miscompilation of TypeScript classes with uninitialized member

magcius opened this issue about 2 months ago
fix(typescript): Check whether the method is abstract when checking `is_overload`

CPunisher opened this pull request about 2 months ago
feat(es/minifier): Optimize switch with side effect and termination tests

CPunisher opened this pull request about 2 months ago
chore(deps): update dependency swc-plugin-coverage-instrument to ^0.0.25

renovate[bot] opened this pull request about 2 months ago
fix(es/codegen): Improve EndsWithAlphaNum

CamWass opened this pull request about 2 months ago
Regex support for `format.comments` of minifier

DynamiteAndy opened this issue about 2 months ago
_ts_dispose_resources is not correctly invoked for `using` keyword

jtbandes opened this issue about 2 months ago
Ability to use a virtualised filesystem

asos-tomp opened this issue 2 months ago
fix(bindings/node): Add `VisitTsPropertySignature`

jzhan-canva opened this pull request 2 months ago
[Bug] 2022-03 decorator initialise class instance in wrong order

jzhan-canva opened this issue 2 months ago
Getting plugin runtime environment variables within the swc plugin

zhangtao25 opened this issue 2 months ago
doc(contributing): Document changeset

kdy1 opened this pull request 2 months ago
fix(es/renamer): Check `preserved` in normal renaming mode

unbyte opened this pull request 2 months ago
fix(bindings): Update napi to handle string with `\0`

Brooooooklyn opened this pull request 2 months ago
chore(ci): Remove miri ci for `swc_ecma_codegen` and `swc_ecma_minifier`

CPunisher opened this pull request 2 months ago
helper `set` is incorrectly renamed when it needs protection

unbyte opened this issue 2 months ago
fix: correct option types of wasm-typescript functions

bennypowers opened this pull request 2 months ago
lowering class causes `_this is not defined` error

unbyte opened this issue 2 months ago
fix: source map error with source-map-explorer

SyMind opened this pull request 2 months ago
fix(es/compat): Add missing visit children for `destructuring`

stormslowly opened this pull request 2 months ago
feat(es/minifier): Implement optional catch binding

CPunisher opened this pull request 2 months ago
Retrieve musl path dynamically instead of hardcoded

jevillard opened this issue 2 months ago
fix(es/minifier): Do not abort process on invalid inputs

kdy1 opened this pull request 2 months ago
fix(es/parser): Correct `>` and `<` when exit type context

magic-akari opened this pull request 2 months ago
chore(es/typescript): Improve enum comments and sourcemap

magic-akari opened this pull request 2 months ago
@swc/jest TypeError with @swc/[email protected]

dlabrecq opened this issue 2 months ago
Reserved Keywords Are Not Checked

CursedMun opened this issue 2 months ago
feat(es): Introduce `runPluginFirst` for Wasm plugins

kdy1 opened this pull request 2 months ago
fix(es): Run esnext transforms on esnext target

kdy1 opened this pull request 2 months ago
Error: Cannot find module '@swc/types'

chrisdeo opened this issue 2 months ago
feat(es/minifier): Support unary negate in `cast_to_number`

levi-nz opened this pull request 2 months ago
chore(ci): Fix miri error

CPunisher opened this pull request 2 months ago
chore: Use major version for breaking changes

kdy1 opened this pull request 2 months ago
feat(es/minifier): Drop redundant function parameters

levi-nz opened this pull request 2 months ago
fix(es/lints): Correct the false positive error of TS2309

magic-akari opened this pull request 2 months ago
chore(deps): update dependency magic-string to v0.30.12

renovate[bot] opened this pull request 2 months ago
fix(es/minifier): Only merge last if return

Austaras opened this pull request 2 months ago
[TS] Exporting Namespace Aliases Breaks `export =` Syntax

manuth opened this issue 2 months ago
fix(es/codegen): Emit space after div if rhs has leading comment

Austaras opened this pull request 2 months ago
Incorrect compressor behavior in switch

bin1357 opened this issue 2 months ago
fix(es/codegen): Fix source map so it works with Sentry

SyMind opened this pull request 3 months ago
Mangle class method names

levi-nz opened this issue 3 months ago
feat(bindings/html): Accept `Buffer|string` instead of `Buffer`

kdy1 opened this pull request 3 months ago
build: Update `rustc` to `nightly-2024-10-07`

kdy1 opened this pull request 3 months ago
feat(es/testing): Parse test code as a `Program` instead of a `Module`

levi-nz opened this pull request 3 months ago
fix(ci): Fix target triples

kdy1 opened this pull request 3 months ago
fix(es/testing): Revert #9264

kdy1 opened this pull request 3 months ago
fix(es/minifier): Compress consecutive return statements properly

canalun opened this pull request 3 months ago
Wrong compress for consecutive switch statements

canalun opened this issue 3 months ago
fix(html/minifier): Fix HTML minifier TS types

slorber opened this pull request 3 months ago
Ability to modify import extensions, like ".scss" to ".css"

wermanoid opened this issue 3 months ago
perf(es): Avoid needless string comparisons

kdy1 opened this pull request 3 months ago
chore(atoms): Update `hstr`

kdy1 opened this pull request 3 months ago
chore(deps): update cargo (patch)

renovate[bot] opened this pull request 3 months ago
fix(es/module): Allow TypeScript nodes for `Rewriter`

kdy1 opened this pull request 3 months ago
perf(es/typescript): Reduce unnecessary visits

magic-akari opened this pull request 3 months ago
perf(es/codegen): Reduce usage of `tracing::instrument`

kdy1 opened this pull request 3 months ago
perf(es/transforms): Copy benchmarks from `oxc`

kdy1 opened this pull request 3 months ago
Known performance issues

kdy1 opened this issue 3 months ago
`swc-loader` does not respect webpack's `devtool` config

harunurhan opened this issue 3 months ago
chore: Bump crates

kdy1 opened this pull request 3 months ago
fix(es/minifier): Ignore using declarations

kdy1 opened this pull request 3 months ago
feat(es): Add options to disable all `esnext` transforms and lints

kdy1 opened this pull request 3 months ago
chore: Git tag while bumping crates

kdy1 opened this pull request 3 months ago