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/parser): `import type from from`

magic-akari opened this pull request about 1 year ago
Cannot parse `import type from from`

magic-akari opened this issue about 1 year ago
Release tag v1.3.97 disappeared from the repository

jirutka opened this issue about 1 year ago
Release tag v1.3.97 disappeared from the repository

jirutka opened this issue about 1 year ago
fix(es/parsing): Fix parsing of `type satisfies = 0;`

Zzzen opened this pull request about 1 year ago
fix(es/proposal): Improve resolving of `design:returntype`

ZakisM opened this pull request about 1 year ago
Emit `createRequire` for `require` calls when compiling to `module` targets

Systemcluster opened this issue about 1 year ago
fix(es/minifier): Apply new `SyntaxContext` to inlined `Arrow`

Austaras opened this pull request about 1 year ago
SWC output causes accessing `this` before `super()`

JSerFeng opened this issue about 1 year ago
fix(es/resolver): Ignore qualifiers of `TsImportType`

dsherret opened this pull request about 1 year ago
feat(es/parser): Add `peek_ahead` to the input buffer

kdy1 opened this pull request about 1 year ago
fix(es/module): Read link if an import is resolved as symlink

kdy1 opened this pull request about 1 year ago
fix(es/codegen): Fix codegen of type args of an import type and a type query

dsherret opened this pull request about 1 year ago
fix(es/minifier): Fix a bug of name mangler

kdy1 opened this pull request about 1 year ago
build(es): Remove duplicate `phf` dependency

dsherret opened this pull request about 1 year ago
fix(es/minifier): Remove hack for built-in class names

kdy1 opened this pull request about 1 year ago
perf(es/minifier): Improve format.inline_script

ZakisM opened this pull request about 1 year ago
refactor(common): Remove string_cache dependency

dsherret opened this pull request about 1 year ago
refactor: Remove `swc_ecma_dep_graph`

dsherret opened this pull request about 1 year ago
minify with mangle create incorrect code

tanhauhau opened this issue about 1 year ago
fix(es/codegen): Fix `get_ascii_only_ident`

kdy1 opened this pull request about 1 year ago
Ident sym + span.ctxt not unique in AST

sodiumjoe opened this issue about 1 year ago
fix(es/minifier): Make `Finalizer` inline literals

Austaras opened this pull request about 1 year ago
minify hoist_fns bug

Jack-Works opened this issue about 1 year ago
fix(es/minifier): Keep class with static block

Austaras opened this pull request about 1 year ago
fix(es/minifier): Fix a bug

kdy1 opened this pull request about 1 year ago
chore: Add `CODEOWNERS`

kdy1 opened this pull request about 1 year ago
fix(es/minifier): Respect `pure_funcs` for tagged tpls

kdy1 opened this pull request about 1 year ago
feat(es/ast): Support import phase

magic-akari opened this pull request about 1 year ago
The CSS Modules of @swc/css, can they support ICSS?

baranwang opened this issue about 1 year ago
feat(es/minifier): Swap bin expr to save paren

Austaras opened this pull request about 1 year ago
fix(es/module): support resolving exports from package.json

eandre opened this pull request about 1 year ago
Tagged template literals: minify does not shake pure tag function

jdanyow opened this issue about 1 year ago
chore(ci): Fix publish action

kdy1 opened this pull request about 1 year ago
chore(ci): Fix publish action

kdy1 opened this pull request about 1 year ago
refactor(swc_node_base): Rename to `swc_malloc`

kdy1 opened this pull request about 1 year ago
minifier removes too much code, leaving variable undefined

mischnic opened this issue about 1 year ago
passing `let let` to the parser should throw an error

sapphi-red opened this issue about 1 year ago
passing `export { default }` to the parser should throw an error

sapphi-red opened this issue about 1 year ago
chore(ci): Fix CI

kdy1 opened this pull request about 1 year ago
fix(es/module): Fix regressions of `jsc.paths`

kdy1 opened this pull request about 1 year ago
jsc.paths regression in 1.3.79

alexeagle opened this issue about 1 year ago
jsc.paths regression in 1.3.79

alexeagle opened this issue about 1 year ago
fix(es/parser): Consider ASI while parsing TypeScript type aliases

kdy1 opened this pull request about 1 year ago
fix(es/parser): Fix ASI hazard of `static`

magic-akari opened this pull request about 1 year ago
fix(es/parser): Adjust the context for cond expr while parsing JSX

kdy1 opened this pull request about 1 year ago
minify.format.ascii_only results in invalid escape sequences

mischnic opened this issue about 1 year ago
Regression in 1.3.79

alexeagle opened this issue about 1 year ago
fix(es/codegen): Check for trailing comments while emitting an arrow

kdy1 opened this pull request about 1 year ago
Regression in release 1.3.79

alexeagle opened this issue about 1 year ago
fix(es/minifier): Enable seq inliner for const declarations

Austaras opened this pull request about 1 year ago
Comments after `get/set` are lost

hax opened this issue about 1 year ago
Caught by ASI hazard introduced by class fields

hax opened this issue about 1 year ago
feat(es/minifier): Support `format.inline_script`

bvanjoi opened this pull request about 1 year ago
Minifier incorrectly omits arrow param parenthesis with comment

mischnic opened this issue about 1 year ago
chore: Publish `v1.3.97` with `swc_core` `v0.86.46`

kdy1 opened this pull request about 1 year ago
refactor(atoms): Improve APIs

kdy1 opened this pull request about 1 year ago
fix(es/minifier): Use `cooked` while converting tpls into strings

kdy1 opened this pull request about 1 year ago
perf(css/parser): Use `AtomStoreCell`

kdy1 opened this pull request about 1 year ago
fix(es/decorators): Minimize class declarations transformation

magic-akari opened this pull request about 1 year ago
TS assertion on left hand side of binary expr leads to parsing error

dsherret opened this issue about 1 year ago
bug: Unexpected token `Bar`. Expected jsx identifier

layershifter opened this issue about 1 year ago
Generate a changelog for the crate.

bvanjoi opened this issue about 1 year ago
perf(atoms): Update `hstr` to make global APIs fast

kdy1 opened this pull request about 1 year ago
[css/modules] composes chain is broken due to order of class names

Thiry1 opened this issue about 1 year ago
[css/modules] composes chain is broken due to order of class names

Thiry1 opened this issue about 1 year ago
perf(css/parser): Use `AtomStore`

kdy1 opened this pull request about 1 year ago
Make CSS parser use AtomStore API

kdy1 opened this issue about 1 year ago
Make HTML parser use AtomStore API

kdy1 opened this issue about 1 year ago
Make XML parser use AtomStore API

kdy1 opened this issue about 1 year ago
CSS/HTML/XML parser must use AtomStore API

kdy1 opened this issue about 1 year ago
side-effect-free decorators

billowz opened this issue about 1 year ago
perf(atoms): Introduce `AtomStoreCell`

dsherret opened this pull request about 1 year ago
perf(es/lexer): Remove needless clones of `Rc<RefCell<AtomStore>>`

dsherret opened this pull request about 1 year ago
Option to disable use of createElement in jsx automatic transform

dsherret opened this issue about 1 year ago
build(preset-env/base): Upgrade `browserslist-rs` to `v0.13.0`

mischnic opened this pull request about 1 year ago
chore(node-binding): Upgrade jemalloc

Austaras opened this pull request about 1 year ago
perf(es/parser): Use smarter lookup table for lexer

kdy1 opened this pull request about 1 year ago
perf(es/parser): Use jump table for lexing identifiers and keywords

kdy1 opened this pull request about 1 year ago
perf(es/parser): Improve performance

kdy1 opened this pull request about 1 year ago
perf(es/parser): Remove needless `strcmp` ops

kdy1 opened this pull request about 1 year ago
perf(es/minifier): Remove needless operations for char freq analysis

kdy1 opened this pull request about 1 year ago
build(cargo): Update rustc to `nightly-2023-11-04`

kdy1 opened this pull request about 1 year ago
perf(atoms): Experiment with empty atom set

kdy1 opened this pull request about 1 year ago
fix(css/modules): Fix handling of `:global()` selector

kdy1 opened this pull request about 1 year ago
fix(css/modules): Allow out-of-order class names for `composes`

kdy1 opened this pull request about 1 year ago
feat(es/codegen): Respect `ascii_only: false` for `StrLit`

kdy1 opened this pull request about 1 year ago
chore: Publish `v1.3.96` with `swc_core` `v0.86.29`

kdy1 opened this pull request about 1 year ago
perf(es): Delete useless partition and extend in comments

bvanjoi opened this pull request about 1 year ago
perf(es/typescript): Visit ts import/export only once

magic-akari opened this pull request about 1 year ago
fix(es/react): Visit children nodes in `jsx-src` pass

kdy1 opened this pull request about 1 year ago