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

feat(es/minifier): Remove unused parameters of arrow functions

kdy1 opened this pull request 11 months ago
feat(swc_core): Expose ES linter

kdy1 opened this pull request 11 months ago
test(es/parser): Add a test for `<<`

kdy1 opened this pull request 11 months ago
fix(es/compat): Visit AssignExpr right branch in FnEnvHoister

magic-akari opened this pull request 11 months ago
Incorrectly captured `this` when destructuring async result

SarahAnnTolsma opened this issue 11 months ago
fix(es/decorators): Do not insert duplicate constructors

dsherret opened this pull request 11 months ago
swc does not remove unused arguments during minification

bradzacher opened this issue 11 months ago
refactor(bindings): Make `@swc/core` a subpackage

kdy1 opened this pull request 11 months ago
build(plugin): Update `wasmer` to `v4.2.5`

kdy1 opened this pull request 11 months ago
chore(ci): Update Wasm plugin for e2e testing

kdy1 opened this pull request 11 months ago
fix(es/plugin): Fix schema version issue

kdy1 opened this pull request 11 months ago
fix(binding/types): Update typings for `options.envs` to match implementation

davidmurdoch opened this pull request 11 months ago
fix(es/helpers): Add `addInitializer` to field decorators

phiresky opened this pull request 11 months ago
build(cargo): Update `rustc` to `nightly-2024-02-06`

kdy1 opened this pull request 11 months ago
fix(es/parser): Fix detection of `use strict` directive

kdy1 opened this pull request 11 months ago
test(es): Update `tsc` conformance test suite

kdy1 opened this pull request 11 months ago
chore(preset-env): Update `browserslist-rs`

kdy1 opened this pull request 11 months ago
fix(es/parser): Fix parsing of dynamic source phase imports

dsherret opened this pull request 11 months ago
chore(config): Remove an empty file in `swc_config`

dsherret opened this pull request 11 months ago
refactor: Remove dependency on swc_cached from swc_config

dsherret opened this pull request 11 months ago
fix(es/parser): Rescan `<<` as `<` when parsing type args

yannkaiser opened this pull request 11 months ago
`jsc.baseUrl` docs are confusing

PeterJCLaw opened this issue 11 months ago
fix(es/quote): Fix code generation of `AssignTarget`

kdy1 opened this pull request 11 months ago
fix(es/quote): Support `AssignTarget`, really

kdy1 opened this pull request 11 months ago
fix(es/quote): Allow variables typed `AssignTarget`

kdy1 opened this pull request 11 months ago
test: Update `@swc/plguin-jest` used for plugin e2e testing

kdy1 opened this pull request 11 months ago
refactor(bindings): Remove bindings for experimental packages

kdy1 opened this pull request 11 months ago
chore: Publish `v1.4.0` with `swc_core` `v0.90.x`

kdy1 opened this pull request 11 months ago
fix(es/resolver): Skip property in JSX member

magic-akari opened this pull request 11 months ago
fix(es/typescript): Handle exported JSX binding name in TypeScript namespace

magic-akari opened this pull request 11 months ago
Compiling to directory yields "src" subdirectory.

localip opened this issue 11 months ago
Typescript namespace local component

ValeryLosik opened this issue 11 months ago
feat(es/minifier): Implement correct `hoist_props`

kdy1 opened this pull request 11 months ago
refactor(es/minifier): Remove wrong implementation of `hoist_props`

kdy1 opened this pull request 11 months ago
feat(es/minifier): Implement `hoist_props` using seq inliner

kdy1 opened this pull request 11 months ago
test(es/testing): Ensure that `test_inline!` is working properly

kdy1 opened this pull request 11 months ago
fix(es/lexer): Fix typo in `package` keyword

yannkaiser opened this pull request 11 months ago
Typo in lexer table for the keyword package

yannkaiser opened this issue 11 months ago
Compress - Wrong output

INeedJobToStartWork opened this issue 11 months ago
feat(es/minifier): Inline more IIFE arguments

kdy1 opened this pull request 11 months ago
fix(es/minifier): Fix top-level check

kdy1 opened this pull request 11 months ago
feat(es/minifier): Respect more options

kdy1 opened this pull request 11 months ago
An arrow function is not allowed here (related #5077)

nyannyacha opened this issue 11 months ago
fix(es/parser): Utilize `TokenKind`

kdy1 opened this pull request 11 months ago
Add supported node version in readme

scarletquasar opened this issue 12 months ago
Inheritance Issue with SWC Compilation

y1j2x34 opened this issue 12 months ago
fix(cli): Make Rust CLI use sourcemap code from the `swc` crate

kdy1 opened this pull request 12 months ago
fix(es/codegen): Fix codegen of async methods with decorators

kdy1 opened this pull request 12 months ago
fix(es/proposals): Support using `using` keyword with functions

kdy1 opened this pull request 12 months ago
test(es/minifer): Update the passing terser test list

kdy1 opened this pull request 12 months ago
Panic when specifying an invalid ident in `@jsx` pragma

lucacasonato opened this issue 12 months ago
Could `minify()` support `module: "unknown"`?

walkerburgin opened this issue 12 months ago
Support the `using` keyword for functions

KyleJune opened this issue 12 months ago
fix(es/testing): Make `test_inline!` not read output as a file

kdy1 opened this pull request 12 months ago
Wrong compress with undefined (which is declared by user) on void 0

INeedJobToStartWork opened this issue 12 months ago
chore: Publish `v1.3.107` with `swc_core` `v0.89.4`

kdy1 opened this pull request 12 months ago
fix(es/codegen): Do not produce octal literals

kdy1 opened this pull request 12 months ago
Document compiling nested CSS classes in styled-jsx

vpontis opened this issue 12 months ago
Panicked at plugin.rs: Failed to invoke plugin

dlabrecq opened this issue 12 months ago
Panicked at plugin.rs: Failed to invoke plugin

dlabrecq opened this issue 12 months ago
cannot install swc_cli

zhuguoxi opened this issue 12 months ago
cargo install swc_cli error

zhuguoxi opened this issue 12 months ago
Decorator's context access has the wrong behaviour

Jamesernator opened this issue 12 months ago
fix(es/decorator): Preserve state while traversing the `module_items` scope

magic-akari opened this pull request 12 months ago
fix(es/decorator): Skip TypeScript class method/prop declarations

magic-akari opened this pull request 12 months ago
chore: Publish `v1.3.106` with `swc_core` `v0.89.1`

kdy1 opened this pull request 12 months ago
Decorator transform puts variables in incorrect scope

0f-0b opened this issue 12 months ago
fix(es/loader): Make `tsc` resolver work for bare specifier

XHMM opened this pull request 12 months ago
swc build includes base folder after updgrade

daytona63 opened this issue 12 months ago
fix(es/loader): Don't use browser versions for `jsc.paths`

kdy1 opened this pull request 12 months ago
fix(common): Fix source map generation with `inputSourceMap`

kdy1 opened this pull request 12 months ago
`transform` exception exists in `inputSourceMap`

noyobo opened this issue 12 months ago
chore(common): Update `sourcemap`

kdy1 opened this pull request 12 months ago
fix(es/compat): Support vars from `reserved_word` pass

kdy1 opened this pull request 12 months ago
fix(binding/types): Add `bugfixes` field to EnvConfig

Themezv opened this pull request 12 months ago
feat(swc_core): Expose `preset_env_base`

kdy1 opened this pull request 12 months ago
fix(es/quote): Add support for import phase to quote macro

JSerFeng opened this pull request 12 months ago
fix(es/module): Fix handling of `*` in `jsc.paths`

kdy1 opened this pull request 12 months ago
chore(ci): Fix CI

kdy1 opened this pull request 12 months ago
fix(es/module): Fix resolving of dependencies

kdy1 opened this pull request 12 months ago
refactor(es/ast): Improve type definitions of patterns

kdy1 opened this pull request 12 months ago
chore: Publish `v1.3.105` with `swc_core` `v0.87.29`

kdy1 opened this pull request 12 months ago
plugin-emotion still does not work uniformly

DavideDaniel opened this issue 12 months ago
SWC incorrectly adds underscore to imported star import

phiresky opened this issue 12 months ago