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(xtask): Add a command for nigjtly build

kdy1 opened this pull request over 1 year ago
fix(es/decorators): Fix a regression about class expressions

kdy1 opened this pull request over 1 year ago
fix(es/parser): Fix parsing of `await using`

kdy1 opened this pull request over 1 year ago
chore(ci): Remove unused concurrency tests

kdy1 opened this pull request over 1 year ago
fix(es/compat): Handle export default decorator only if not empty

magic-akari opened this pull request over 1 year ago
_initClass is not a function

Jack-Works opened this issue over 1 year ago
feat(es/compat): Implement decorator metadata proposal

alekitto opened this pull request over 1 year ago
`await using(true)` strips the `using`

lucacasonato opened this issue over 1 year ago
Anonymous class TS method decorator broken

lucacasonato opened this issue over 1 year ago
chore(xtask): Add `--features` to `xtask bench`

kdy1 opened this pull request over 1 year ago
fix(es/minifier): Don't inline functions if `keep_fnames` is enabled

kdy1 opened this pull request over 1 year ago
feat(css/parser): Store lexed comments

kdy1 opened this pull request over 1 year ago
fix(es/compat): Handle private names from class properties pass

kdy1 opened this pull request over 1 year ago
fix(es/minifier): Fix a bug related to private idents

kdy1 opened this pull request over 1 year ago
chore(xtask): Add `git reduce core-ver`

kdy1 opened this pull request over 1 year ago
Generate code from AST

Minilo-ng opened this issue over 1 year ago
refactor(atoms): Use custom string type instead of `string-cache`

kdy1 opened this pull request over 1 year ago
perf(es/typescript): Avoid redundant `retain_mu` by mark `type_only`

magic-akari opened this pull request over 1 year ago
Visit comments in swc plugin

JasonGrass opened this issue over 1 year ago
fix(ci): Fix CI

kdy1 opened this pull request over 1 year ago
Replace `string-cache` with `tendril`

kdy1 opened this issue over 1 year ago
fix(es/compat): Handle `__proto__` edge case in `shorthand` pass

magic-akari opened this pull request over 1 year ago
fix(es/helpers): Override mistake in `_interop_require_wildcard`

magic-akari opened this pull request over 1 year ago
Roadmap (huge refactorings)

kdy1 opened this issue over 1 year ago
chore(xtask): Migrate scripts to xtask

kdy1 opened this pull request over 1 year ago
refactor(es/parser): Introduce `TokenKind` along with `Token`

kdy1 opened this pull request over 1 year ago
fix(es/codegen): Fix codegen of type-only imports

ef4 opened this pull request over 1 year ago
fix(es/compat): Fix off-by-one issue of sourcemap

kdy1 opened this pull request over 1 year ago
chore: Use `cargo xtask`

kdy1 opened this pull request over 1 year ago
chore: Publish `v1.3.92` with `swc_core` `v0.83.38`

kdy1 opened this pull request over 1 year ago
Nested arrays cause off-by-one error in generated sourcemaps

marcins opened this issue over 1 year ago
Cannot serialize the AST with serde_json::to_string

cllu opened this issue over 1 year ago
refactor(es/module): Reimplement some functions of module/typescript

magic-akari opened this pull request over 1 year ago
test

balazsorban44 opened this issue over 1 year ago
test

balazsorban44 opened this issue over 1 year ago
chore: Update nissuer.yml

balazsorban44 opened this pull request over 1 year ago
fix(es/decorator): Support using static methods as decorators

kdy1 opened this pull request over 1 year ago
It doesn't work

kdy1 opened this issue over 1 year ago
Invalid issue test

kdy1 opened this issue over 1 year ago
chore: Configure `nissuer`

kdy1 opened this pull request over 1 year ago
fix(es/compat): Transform default-exported class decorators correctly

alekitto opened this pull request over 1 year ago
fix(es/module): Handle directives

magic-akari opened this pull request over 1 year ago
Literal string starts with `use` are droped unexpectedly

magic-akari opened this issue over 1 year ago
refactor(cli): Make CLI testable/managable with `swc-bump`

kdy1 opened this pull request over 1 year ago
fix(es/compat): Fix scoping of `explicit-resource-management`

kdy1 opened this pull request over 1 year ago
chore(ci): Prepare multi-package repository

kdy1 opened this pull request over 1 year ago
fix(es/minifier): Fix `node-fetch`

kdy1 opened this pull request over 1 year ago
[WRONG] ESM imports are hoisted, even by runtimes

Havunen opened this issue over 1 year ago
chore: Publish `v1.3.91` with `swc_core` `v0.83.34`

kdy1 opened this pull request over 1 year ago
fix(es/minifier): Check if object shorthand is skippable for seq inliner

Austaras opened this pull request over 1 year ago
chore(ci): Make CI for extra packages semi-automatic

kdy1 opened this pull request over 1 year ago
chore(ci): Make CI for extra packages semi-automatic

kdy1 opened this pull request over 1 year ago
chore(ci): Expose more crates to JS

kdy1 opened this pull request over 1 year ago
doc(counter): Document the purpose of the package

kdy1 opened this pull request over 1 year ago
fix(es/compat): Generate `OptCall` for `OptCall` for private fields

Austaras opened this pull request over 1 year ago
refactor(es): Extract parser/codegen code for `swc::Compiler`

kdy1 opened this pull request over 1 year ago
fix(es/typescript): Preserve default value of an exported binding in a namespace

magic-akari opened this pull request over 1 year ago
refactor(es/minifier): Move JS options to `swc_ecma_minifier`

kdy1 opened this pull request over 1 year ago
chore(ci): Prepare `@swc/minifier`

kdy1 opened this pull request over 1 year ago
Concise design from oxc: `AssignmentTarget`

kdy1 opened this issue over 1 year ago
Default value not preserved in TypeScript exported binding

magic-akari opened this issue over 1 year ago
fix(es/module): Sort the exported ESM bindings

magic-akari opened this pull request over 1 year ago
[es/module]: ESM exported binding shoulde be sorted

magic-akari opened this issue over 1 year ago
fix(es/compat): wrap transpiled decorators in arrow functions

jrandolf opened this pull request over 1 year ago
Static decorators are executed at the wrong time

jrandolf opened this issue over 1 year ago
incorrect scope of declarations surrounding `using` declarations

tjjfvi opened this issue over 1 year ago
Unable to use .jsx files which are inside node_modules using swc loader.

shibisuriya opened this issue over 1 year ago
fix(es/typescript): Rename wrong `unresolved_mark`

magic-akari opened this pull request over 1 year ago
fix(es/compat): Use return statements for method and setter decorator

jrandolf opened this pull request over 1 year ago
Private decorator implementation is incorrect.

jrandolf opened this issue over 1 year ago
chore: Publish `v1.3.90` with `swc_core` `v0.83.26`

kdy1 opened this pull request over 1 year ago
fix(es/typescript): Handle qualified access in assign pat

magic-akari opened this pull request over 1 year ago
for-of loop variable scoping is invalid for nested loops

simplan-niklas opened this issue over 1 year ago
fix(es/typescript): Handle `DeclareCollect` correctly

magic-akari opened this pull request over 1 year ago
fix(es/minifier): Fix compression of switch statements

kdy1 opened this pull request over 1 year ago
fix(es/codegen): Fix codegen of optional chaining expr with a comment

kdy1 opened this pull request over 1 year ago
TypeScript cast with comment breaks return evaluation

JasonGore opened this issue over 1 year ago
chore: Publish `v1.3.89` with `swc_core` `v0.83.22`

kdy1 opened this pull request over 1 year ago
Replacing Babel/loader with swc/loader giving unknown error

jainChetan81 opened this issue over 1 year ago
jsc.assumptions documentation missing and iterableIsArray not working

GeorgeZhangZHY opened this issue over 1 year ago
fix(es): Enable resolver if `jsc.baseUrl` is specified

kdy1 opened this pull request over 1 year ago
chore: Publish `v1.3.88` with `swc_core` `v0.83.19`

kdy1 opened this pull request over 1 year ago
SWC Compiler error at Nest.js 10

swxtz opened this issue over 1 year ago
feat(es/config): Accept `jsc.experimental.keepImportAssertions`

kdy1 opened this pull request over 1 year ago
[Wrong] Don't declare an enum with name `Object`

rohanrajpal opened this issue over 1 year ago