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/minifier): Handle switch cases

magic-akari opened this pull request 9 months ago
fix(es/resolver): Correctly check strict mode

Austaras opened this pull request 9 months ago
fix(es/utils): Preserve optional chain effect

Austaras opened this pull request 9 months ago
[DRAFT] fix(visit): Revert visitor stack changes

kdy1 opened this pull request 9 months ago
doc(swc_core): Resolve build issue with `--all-features` flag

magic-akari opened this pull request 9 months ago
chore(ci): Add miri tests

Brooooooklyn opened this pull request 9 months ago
Update rust-toolchain version, and fix compilation error

bgw opened this pull request 9 months ago
fix(es/plugin): Create `tokio` runtime only if necessary

h-a-n-a opened this pull request 9 months ago
fix(es/helpers): Add missing helpers

sschen86 opened this pull request 9 months ago
minifier: invalid handling of function scope

hyp3rflow opened this issue 9 months ago
SWC has a segfault condition

kdy1 opened this issue 9 months ago
refactor(es/decorator): Remove unsafe code

dsherret opened this pull request 9 months ago
refactor(visit): Simplify `Vec::move_map`

dsherret opened this pull request 9 months ago
duplicated identifier with `mangle.safari10`

taozhou-glean opened this issue 9 months ago
refactor(es): Make the code compile with `miri`

dsherret opened this pull request 9 months ago
fix(es/compat): Handle class fields correctly

magic-akari opened this pull request 9 months ago
test(es): Update `conformance` test suite from `tsc`

kdy1 opened this pull request 9 months ago
parse & print

coderbaozi opened this issue 9 months ago
ModuleItem node type imperfect some types are missing

coderbaozi opened this issue 9 months ago
docs.rs failed to build swc_common-0.33.22

Boshen opened this issue 9 months ago
fix(es/minifier): Abort IIFE invoker in function parameters

kdy1 opened this pull request 9 months ago
fix(plugin/runner): Pin version of `virtual-fs`

kdy1 opened this pull request 9 months ago
minify: inlined variable declaration missing

kryops opened this issue 9 months ago
minify: inlined variable declaration missing

kryops opened this issue 9 months ago
build(plugin): Update `rkyv` to `v0.8.0-alpha.2`

kdy1 opened this pull request 9 months ago
ast node walker

coderbaozi opened this issue 9 months ago
build(cargo): Update rustc to `nightly-2024-04-03`

kdy1 opened this pull request 9 months ago
fix(es/module): Respect `module.resolveFully` in more cases

kdy1 opened this pull request 9 months ago
fix(visit): Improve `Map` implementation for `Box`

dsherret opened this pull request 9 months ago
fix(es/decorators): Fix capacity overflow with decorators

dsherret opened this pull request 9 months ago
Soundness issue in `swc_visit`

mmastrac opened this issue 9 months ago
fix(es/parser): Maybe fix segfault by removing arena

dsherret opened this pull request 9 months ago
fix(es/transforms): Fix capacity overflow with decorators

dsherret opened this pull request 9 months ago
fix(es/minifier): Respect `top_retain` for top-level functions

kdy1 opened this pull request 9 months ago
minifier: invalid function handling in switch statement

hyp3rflow opened this issue 9 months ago
feat(es/minifier): Evaluate spread of arrays

kdy1 opened this pull request 9 months ago
chore(deps): Update dependencies

kdy1 opened this pull request 9 months ago
fix(es/minifier): Abort fn inliner if there's a spread arg

kdy1 opened this pull request 9 months ago
minifier: Expand an argument with a spread with an array

kdy1 opened this issue 9 months ago
Documented `swc.minifySync()` example doesn't work

s100 opened this issue 9 months ago
Fail to parse inside NodeJS but works on playground

Nazeofel opened this issue 9 months ago
fix(es/typescript): Drop definite class properites

kdy1 opened this pull request 9 months ago
fix(es): Change default value of `inputSourceMap` to `true`

kdy1 opened this pull request 9 months ago
fix(common): Fix source index for `inputSourceMap`

kdy1 opened this pull request 9 months ago
perf(atoms): Update `hstr`

kdy1 opened this pull request 9 months ago
fix(es/bugfixes): Fix fn transform in nameless fns

AlfonzAlfonz opened this pull request 9 months ago
inputSourceMap default value is not true

littleprincewdk opened this issue 9 months ago
feat(plugin/runner): Improve error message for Wasm plugin crashes

kdy1 opened this pull request 9 months ago
chore(es/transforms): Add `repository` field to `swc_ecma_ext_transforms`

paolobarbolini opened this pull request 9 months ago
fix(es/parser): Tweak msg of `SyntaxError::UsingDeclNotEnabled`

TrickyPi opened this pull request 9 months ago
Minifier incorrectly renames identifiers

levi-nz opened this issue 10 months ago
perf(es/parser): Use faster unicode crate

kdy1 opened this pull request 10 months ago
fix(es/module): Fix `jsc.paths` with `resolveFully`

kdy1 opened this pull request 10 months ago
Directory import error on compiled output

stelescuraul opened this issue 10 months ago
feat(common): Use range mappings for source maps

kdy1 opened this pull request 10 months ago
fix(es/compat): Handle TDZ correctly

magic-akari opened this pull request 10 months ago
fix(es/minifier): Fix tpl-to-string conversion

kdy1 opened this pull request 10 months ago
build(bindings/node): Update `sourcemap`

kdy1 opened this pull request 10 months ago
Reference to class in function in computed key wrongly throws

nicolo-ribaudo opened this issue 10 months ago
fix(es/parser): Parse `await using` in for head

magic-akari opened this pull request 10 months ago
`await using` Declarations in `for-of` Loops is not supported.

TrickyPi opened this issue 10 months ago
Reuse wasm runtime from node.js

kdy1 opened this issue 10 months ago
chore(deps): Update `sourcemap` to `v8.0.0`

kdy1 opened this pull request 10 months ago
fix(es/helpers): Fix metadata of decorators being `undefined`

sschen86 opened this pull request 10 months ago
fix(es/utils): Mark `ident` of default fn/class as binding

stormslowly opened this pull request 10 months ago
fix(es/minifier): Abort eval on `valueOf` or `toString`

kdy1 opened this pull request 10 months ago
fix(es/decorators): Fix decorator initialization order

kdy1 opened this pull request 10 months ago
Incorrection compilation for target es2017 when compiling swc

rycfung opened this issue 10 months ago
feat(es/lints): Detect duplicate bindings in export defaults

stormslowly opened this pull request 10 months ago
chore: Provide a script to update all SWC crates

kdy1 opened this pull request 10 months ago
fix(es/parser): Fix parsing of TypeScript type instantiation

kdy1 opened this pull request 10 months ago
fix(es/module): Fix interop of `jsc.paths` with symlinks

kdy1 opened this pull request 10 months ago
export default named function should report top level name conflict

stormslowly opened this issue 10 months ago
hygiene_with_config repeat variable names are not modified

JackGuiYang12 opened this issue 10 months ago
@swc/types package hasn't been published in a while

davidmurdoch opened this issue 10 months ago
feat(es/minifier): Handle more indexing expression

levi-nz opened this pull request 10 months ago