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

perf(es/minifier): Reduce time wasted by `rayon`

kdy1 opened this pull request 23 days ago
perf(es/minifier): Update `hstr` to `v0.2.14`

kdy1 opened this pull request 23 days ago
perf(es/minifier): Use `FastId` for DCE

kdy1 opened this pull request 23 days ago
Minify failed when meet some webpack comment

JSerFeng opened this issue 24 days ago
fix(typescript): Fix wrong check for super class

CPunisher opened this pull request 24 days ago
[Bug]: TypeScript `export declare` JS emit is wrong

robpalme opened this issue 24 days ago
fix: Remove `Caused by: 'failed to parse'` from TS blank space

kdy1 opened this pull request 26 days ago
chore(deps): update cargo (patch)

renovate[bot] opened this pull request 26 days ago
fix(es/codegen): Emit semicolon after using declarations

kdy1 opened this pull request 27 days ago
fix(es/parser): Do not drop semicolon after using declarations

kdy1 opened this pull request 28 days ago
[WIP] check ascii_only first fix #9515

ahaoboy opened this pull request 28 days ago
perf(es/minifier): Improve parallelism and cache friendliness

kdy1 opened this pull request 29 days ago
doc(types): fix broken links

Thiry1 opened this pull request 29 days ago
Typescript doesn't transpile to Javascript. Am I missing something?

kratess opened this issue about 1 month ago
Simplify should strip unused `class`

wmertens opened this issue about 1 month ago
perf(es/lexer): Use `logos` for `Text => RawToken => Token` phase

kdy1 opened this pull request about 1 month ago
fix(parser): Handle import types in function parameter type annotations

devin-ai-integration[bot] opened this pull request about 1 month ago
perf: Arena based ast

CPunisher opened this pull request about 1 month ago
Test issue

kdy1 opened this issue about 1 month ago
fix: don't panic when wasm bytecheck faild

hardfist opened this pull request about 1 month ago
perf(es/base): Use `bound_names` instead of `find_pat_ids` to improve performance

magic-akari opened this pull request about 1 month ago
cjs/mjs extensions are stripped from output files

JacobLey opened this issue about 1 month ago
chore: Update `url` to fix `cargo deny`

kdy1 opened this pull request about 1 month ago
fix(es/parser): Do not parse empty stmt after using decl

dsherret opened this pull request about 1 month ago
ICU plural syntax doesn't work for numbers

cold-universe opened this issue about 1 month ago
feat: TsImportType - support import attributes

dsherret opened this pull request about 1 month ago
Typographical Error

sharma-shray opened this pull request about 1 month ago
chore(deps): update dependency magic-string to v0.30.17

renovate[bot] opened this pull request about 1 month ago
Version conflicts between syn 1.x and 2.x when using swc_core 0.59.40

asde29873012549 opened this issue about 1 month ago
Version conflicts between syn 1.x and 2.x when using swc_core 0.59.40

asde29873012549 opened this issue about 1 month ago
[Bug] transformer can't tag variable scope correctly in some edge case

GiveMe-A-Name opened this issue about 1 month ago
module type nodenext does not output commonJS for commonJS files

NotWoods opened this issue about 1 month ago
chore(ci): Speedup ci

CPunisher opened this pull request about 2 months ago
support babel-plugin-transform-unicode-regex

leerle opened this issue about 2 months ago
Wrong syntax context of variables with the same names as catch params

CPunisher opened this issue about 2 months ago
feat(es/transforms): Add `module.outFileExtension`

hanseltime opened this pull request about 2 months ago
SWC schema.json doesn't support es2023 and es2024 for target

gabrieledarrigo opened this issue about 2 months ago
Missing readme on npm for @swc/core package

Romakita opened this issue about 2 months ago
When unknown browser version used, all polyfills are added to the bundle

erykpiast opened this issue about 2 months ago
fix(es/minifier): Do not inline into the exact LHS

kdy1 opened this pull request about 2 months ago
fix(es/compat): Fix marker for inlined helpers

kdy1 opened this pull request about 2 months ago
feat(es/minifier): Support `preserve_annotations` of terser

kdy1 opened this pull request about 2 months ago
chore(ci): Fix `cargo deny` action

kdy1 opened this pull request about 2 months ago
refactor(estree/compat): Do not use nightly features

kdy1 opened this pull request about 2 months ago
feat: Apply Wasm-breaking changes

kdy1 opened this pull request about 2 months ago
Don't depend on nightly features in "swc_estree_compat"

bartlomieju opened this issue about 2 months ago
Unable to Override .swcrc exclude Array in Jest with @swc/jest transformer

piotrkabacinski opened this issue about 2 months ago
decorators code tranform seems to run before the plugin transform

mantou132 opened this issue about 2 months ago
chore(deps): update dependency magic-string to v0.30.14

renovate[bot] opened this pull request about 2 months ago
fix(es/codegen): Use raw value for emitting JSX text

magic-akari opened this pull request about 2 months ago
Official python bindings

juanmirocks opened this issue about 2 months ago
Fix 2022-03 decorators initialization order

jzhan-canva opened this pull request about 2 months ago
fix(es/minifier): Drop `console` in optional chainings

CPunisher opened this pull request about 2 months ago
@swc/core will turn > in jsx code into >, causing syntax errors

Yekongs opened this issue about 2 months ago
`console?.log('')` not dropped during minify

hikerpig opened this issue about 2 months ago
Improve dead code removal for object's empty methods

yf-yang opened this issue 2 months ago
fix(@swc/types): tsc build file ignored by npm

jeasonstudio opened this pull request 2 months ago
Error: Cannot use import statement outside a module

zombieJ opened this issue 2 months ago
Array method toSorted was not transformed

Alan-Asl opened this issue 2 months ago
error stackframes in class constructors have the wrong name

eps1lon opened this issue 2 months ago
chore(deps): update dependency magic-string to v0.30.13

renovate[bot] opened this pull request 2 months ago
doc(types): Document `Assumptions` API

kdy1 opened this pull request 2 months ago
fix(es): Source map `super(...args)` calls in injected constructors

kdy1 opened this pull request 2 months ago
feat(visit): Derive serde for `AstParentKind`

kdy1 opened this pull request 2 months ago
`super(...args)` from transpilation not sourcemapped

eps1lon opened this issue 2 months ago
[Minification] Hoist static methods with alias

SukkaW opened this issue 2 months ago
fix(es/plugin): Migrate `swc plugin new` to use `.cargo/config.toml`

SpanishPear opened this pull request 2 months ago
chore(bindings/node): Format `binding.js`

kenjiding opened this pull request 2 months ago
Introduce ability to config `run_plugin_first` on plugin level

jzhan-canva opened this issue 2 months ago
`@swc/cli` doesn't work under `pnpm` run script

andrejleitner opened this issue 2 months ago
refactor: Delay Wasm-plugin breaking changes

kdy1 opened this pull request 2 months ago
fix(es/resolver): Ignore `VarDecl` with `declare: true`

kdy1 opened this pull request 2 months ago
fix(deps): update cargo (patch)

renovate[bot] opened this pull request 2 months ago
perf(es/plugin): Make `analyze_source_file` lazy, again

kdy1 opened this pull request 2 months ago
feat(plugin): Update `wasmer` to `v5`

kdy1 opened this pull request 2 months ago
feat(plugin): Bump `rkyv` to `v0.8.8`

kdy1 opened this pull request 2 months ago
feat(es/codegen): Implement proper `inline_script` support

kdy1 opened this pull request 2 months ago
Drop empty constructors during minification

NullVoxPopuli opened this issue 2 months ago
Drop empty constructors during minification

NullVoxPopuli opened this issue 2 months ago
refactor(es/compat): Use special span instead of passing `static_blocks_mark`

magic-akari opened this pull request 3 months ago
chore(deps): update cargo (patch)

renovate[bot] opened this pull request 3 months ago
[minifier] closing tags should be escaped

layershifter opened this issue 3 months ago
`@swc/wasm-typescript` allow alias path option

Ceres6 opened this issue 3 months ago
fix(es): Fix typo in feature name

hardfist opened this pull request 3 months ago