Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
swc
Super-fast javascript / typescript compiler and rust libraries
Collective -
Host: opensource -
https://opencollective.com/swc
- Website: https://swc.rs
- Code: https://github.com/swc-project
SourceMapProxy::lookup_char_pos causes out of bounds memory access
github.com/swc-project/swc - kwonoj opened this issue almost 2 years ago
github.com/swc-project/swc - kwonoj opened this issue almost 2 years ago
after compiled: export keyword “char” has been replaced like "_char", but import still use "char"
github.com/swc-project/swc - yangaihe opened this issue almost 2 years ago
github.com/swc-project/swc - yangaihe opened this issue almost 2 years ago
test(es/plugin): Enable E2E test again
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
fix(plugin_runner): try to workaround wasmer-wasix/host-reqwest issue
github.com/swc-project/swc - kwonoj opened this pull request almost 2 years ago
github.com/swc-project/swc - kwonoj opened this pull request almost 2 years ago
refactor(plugin/runner): Fix publish action
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
build(cargo): Update `swc_core` to `v0.75`
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
chore: Publish `v1.3.48` with `swc_core` `v0.75.0`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
fix(es/parser): Reset ctx for cond while parsing a stmt
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
chore: Publish `v1.3.47` with `swc_core` `v0.74.6`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
can't install without nightly
github.com/swc-project/swc - ExProbitasFiducia opened this issue almost 2 years ago
github.com/swc-project/swc - ExProbitasFiducia opened this issue almost 2 years ago
fix(es): Fix a crash related to an empty source map
github.com/swc-project/swc - chenyukang opened this pull request almost 2 years ago
github.com/swc-project/swc - chenyukang opened this pull request almost 2 years ago
"hoist_props" results in incorrect code when optional-chaining with brackets
github.com/swc-project/swc - ashvinsrivatsa opened this issue almost 2 years ago
github.com/swc-project/swc - ashvinsrivatsa opened this issue almost 2 years ago
Getting `segmentation fault` when running tests
github.com/swc-project/swc - omry-hay opened this issue almost 2 years ago
github.com/swc-project/swc - omry-hay opened this issue almost 2 years ago
Does swc currently support yarn berry pnp?
github.com/swc-project/swc - hyeongrok7874 opened this issue almost 2 years ago
github.com/swc-project/swc - hyeongrok7874 opened this issue almost 2 years ago
fix(register): inline sourcemap
github.com/swc-project/swc-node - robbiespeed opened this pull request almost 2 years ago
github.com/swc-project/swc-node - robbiespeed opened this pull request almost 2 years ago
fix(es/parser): Use a hard error for missing r-paren in an if stmt
github.com/swc-project/swc - chenyukang opened this pull request almost 2 years ago
github.com/swc-project/swc - chenyukang opened this pull request almost 2 years ago
fix(es/testing): Ensure that we call `fold_program`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
Fix typo in minification.mdx
github.com/swc-project/website - chuntington opened this pull request almost 2 years ago
github.com/swc-project/website - chuntington opened this pull request almost 2 years ago
fix(testing): Use program as entry
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
feat(es): Expose stage 3 decorator
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
fix(es/typescript): handle enum bit compute
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
Bitwise << left shift invalid result when in a TS Enum
github.com/swc-project/swc - Codex- opened this issue almost 2 years ago
github.com/swc-project/swc - Codex- opened this issue almost 2 years ago
build(cargo): Update `swc_core` to `v0.74`
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
Make helpers an optional peer dependency of core
github.com/swc-project/swc - mischnic opened this pull request almost 2 years ago
github.com/swc-project/swc - mischnic opened this pull request almost 2 years ago
fix(es/compat): Fix `finally` handling of `generator`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
refactor(macros/ast-node): Drop `darling` to reduce compile time
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
fix(ecma-transforms-optimization) correct `arguments` typos
github.com/swc-project/swc - ajjahn opened this pull request almost 2 years ago
github.com/swc-project/swc - ajjahn opened this pull request almost 2 years ago
@swc/core peerDependency of @swc/helpers is not optional
github.com/swc-project/swc - kgregory opened this issue almost 2 years ago
github.com/swc-project/swc - kgregory opened this issue almost 2 years ago
Wrong behavior for loop with finally statement.
github.com/swc-project/swc - dudubs opened this issue almost 2 years ago
github.com/swc-project/swc - dudubs opened this issue almost 2 years ago
doc(ecma-macros): fix `*_children_with_path` typos
github.com/swc-project/swc - ajjahn opened this pull request almost 2 years ago
github.com/swc-project/swc - ajjahn opened this pull request almost 2 years ago
No-op plugin causes strange transforms
github.com/swc-project/swc - kvnvelasco opened this issue almost 2 years ago
github.com/swc-project/swc - kvnvelasco opened this issue almost 2 years ago
swc@helpers undefined
github.com/swc-project/swc - mateusz-serkowski opened this issue almost 2 years ago
github.com/swc-project/swc - mateusz-serkowski opened this issue almost 2 years ago
Peer dependency issue with `@swc/helpers`
github.com/swc-project/swc - utkdmr opened this issue almost 2 years ago
github.com/swc-project/swc - utkdmr opened this issue almost 2 years ago
chore: Publish `v1.3.46` with fixed `peerDependency`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
Unable to resolve @swc/helpers depdency
github.com/swc-project/swc - niesl opened this issue almost 2 years ago
github.com/swc-project/swc - niesl opened this issue almost 2 years ago
Peer dependency resolution issue with `@swc/[email protected]`
github.com/swc-project/swc - par6n opened this issue almost 2 years ago
github.com/swc-project/swc - par6n opened this issue almost 2 years ago
refactor(es/typescript): Reimplement TypeScript pass
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
chore: Publish `v1.3.45` with `swc_core` `v0.74.0`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
fix(es/minifier): Don't remove used var decl
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
Bump typescript from 4.3.5 to 5.0.3
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
Bump @types/node from 12.20.55 to 18.15.11
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
fix(core) ecma_loader_parking_lot reexport name
github.com/swc-project/swc - ajjahn opened this pull request almost 2 years ago
github.com/swc-project/swc - ajjahn opened this pull request almost 2 years ago
Make sourcemaps work with both error stack & debugger
github.com/swc-project/swc-node - ranjan-purbey opened this pull request almost 2 years ago
github.com/swc-project/swc-node - ranjan-purbey opened this pull request almost 2 years ago
feat(plugin/runner): Update `wasmer` to `v3`
github.com/swc-project/swc - kwonoj opened this pull request almost 2 years ago
github.com/swc-project/swc - kwonoj opened this pull request almost 2 years ago
fix(es/transform_typescript): should consider `A` as a type in `export { type A }`
github.com/swc-project/swc - hyf0 opened this pull request almost 2 years ago
github.com/swc-project/swc - hyf0 opened this pull request almost 2 years ago
SWC creates code resulting in an `Uncaught ReferenceError` with default minify/compress settings
github.com/swc-project/swc - danieldiekmeier opened this issue almost 2 years ago
github.com/swc-project/swc - danieldiekmeier opened this issue almost 2 years ago
Finish auto accessor and stage 3 decorator
github.com/swc-project/swc - kdy1 opened this issue almost 2 years ago
github.com/swc-project/swc - kdy1 opened this issue almost 2 years ago
fix(es/parser): fix infinite loop on jsx in js
github.com/swc-project/swc - marvinhagemeister opened this pull request almost 2 years ago
github.com/swc-project/swc - marvinhagemeister opened this pull request almost 2 years ago
Infinite loop when JSX code is in `.js` file
github.com/swc-project/swc - marvinhagemeister opened this issue almost 2 years ago
github.com/swc-project/swc - marvinhagemeister opened this issue almost 2 years ago
feat(plugin_runner): improve cache path
github.com/swc-project/swc - kwonoj opened this pull request almost 2 years ago
github.com/swc-project/swc - kwonoj opened this pull request almost 2 years ago
Parser error for type parameters containing a generic function signature
github.com/swc-project/swc - jakebailey opened this issue almost 2 years ago
github.com/swc-project/swc - jakebailey opened this issue almost 2 years ago
feat(css/modules): Preserve spans of CSS class names
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
fix(es/modules): Hint nodejs for multiple `export *`
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
Implement new `@swc/helpers`
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
remeda findIndex.lazy behaves differently when running in dev mode vs. built
github.com/swc-project/swc - cassus opened this issue almost 2 years ago
github.com/swc-project/swc - cassus opened this issue almost 2 years ago
Can not import named-export from transpiled cjs
github.com/swc-project/swc - snowyu opened this issue almost 2 years ago
github.com/swc-project/swc - snowyu opened this issue almost 2 years ago
test(es/plugin): Enable E2E plugin test
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
Compilation omits import aliases for TypeScript
github.com/swc-project/swc - 3axap4eHko opened this issue almost 2 years ago
github.com/swc-project/swc - 3axap4eHko opened this issue almost 2 years ago
fix(es/compat): Handle shorthand object prop when rename
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
props key of window is transformed
github.com/swc-project/swc - ClarkXia opened this issue almost 2 years ago
github.com/swc-project/swc - ClarkXia opened this issue almost 2 years ago
build(cargo): Update rustc and `swc_core`
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
build(cargo): Revert rustc upgrade
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
build(cargo): Update rustc and swc_core
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
[RFC] Next Step for @swc/helpers
github.com/swc-project/swc - magic-akari opened this issue almost 2 years ago
github.com/swc-project/swc - magic-akari opened this issue almost 2 years ago
Optional chaining with nested property accessors produces invalid code
github.com/swc-project/swc - mattcompiles opened this issue almost 2 years ago
github.com/swc-project/swc - mattcompiles opened this issue almost 2 years ago
Preserving relative path resolution using `import.meta.resolve(…)` and `new URL(…, import.meta.url)`
github.com/swc-project/swc - lgarron opened this issue almost 2 years ago
github.com/swc-project/swc - lgarron opened this issue almost 2 years ago
Bump typescript from 4.3.5 to 5.0.2
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
Bump @types/node from 12.20.47 to 18.15.10
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
Fix cheatsheet typo: VsiitMutWith -> VisitMutWith
github.com/swc-project/website - ajjahn opened this pull request almost 2 years ago
github.com/swc-project/website - ajjahn opened this pull request almost 2 years ago
Could not compile custom plugins with a stable rust
github.com/swc-project/swc - thekip opened this issue almost 2 years ago
github.com/swc-project/swc - thekip opened this issue almost 2 years ago
Can we publish the swc_plugin_loadable_components to crates.io that we can import it when swc_core@lastest.
github.com/swc-project/plugins - GiveMe-A-Name opened this issue almost 2 years ago
github.com/swc-project/plugins - GiveMe-A-Name opened this issue almost 2 years ago
docs: register node api usage
github.com/swc-project/swc-node - JiangWeixian opened this pull request almost 2 years ago
github.com/swc-project/swc-node - JiangWeixian opened this pull request almost 2 years ago
build(cargo): Update `swc_core` to `v0.72.0`
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
feat(relay): Port patches from next.js repo
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
Decorators support with @node-swc/register sparks problems. Nothing works :'(
github.com/swc-project/swc-node - ElMehdiBouamama opened this issue almost 2 years ago
github.com/swc-project/swc-node - ElMehdiBouamama opened this issue almost 2 years ago
fix: @swc/helpers
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/swc - magic-akari opened this pull request almost 2 years ago
Emit deep imports for helpers when using Common JS
github.com/swc-project/swc - andersekdahl opened this issue almost 2 years ago
github.com/swc-project/swc - andersekdahl opened this issue almost 2 years ago
Infinite loop when transpile to `SystemJs` module.
github.com/swc-project/swc - thy486 opened this issue almost 2 years ago
github.com/swc-project/swc - thy486 opened this issue almost 2 years ago
refactor(emotion): Use source hash instead of file path for class names
github.com/swc-project/plugins - vmaerten opened this pull request almost 2 years ago
github.com/swc-project/plugins - vmaerten opened this pull request almost 2 years ago
fix: Resolve the error of missing map file.
github.com/swc-project/swc - limerickgds opened this pull request almost 2 years ago
github.com/swc-project/swc - limerickgds opened this pull request almost 2 years ago
[@swc/plugin-emotion] generates different className for snapshot
github.com/swc-project/plugins - vmaerten opened this issue almost 2 years ago
github.com/swc-project/plugins - vmaerten opened this issue almost 2 years ago
`printSync` of `wasm-web` fails with a deserialization error
github.com/swc-project/swc - seuai opened this issue almost 2 years ago
github.com/swc-project/swc - seuai opened this issue almost 2 years ago
Add more info for tsc
github.com/swc-project/website - magic-akari opened this pull request almost 2 years ago
github.com/swc-project/website - magic-akari opened this pull request almost 2 years ago
refactor(relay): Extract transforms to a separate crate
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/plugins - kdy1 opened this pull request almost 2 years ago
can not register @swc-node/register/esm with ERR_PACKAGE_PATH_NOT_EXPORTED error
github.com/swc-project/swc-node - item4 opened this issue almost 2 years ago
github.com/swc-project/swc-node - item4 opened this issue almost 2 years ago
fix(es/resolver): Fix resolving of types
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
`ts-decorate` and `ts-metadata` helpers not found in Script source type
github.com/swc-project/swc - JSerFeng opened this issue almost 2 years ago
github.com/swc-project/swc - JSerFeng opened this issue almost 2 years ago
Use config { mode: 'usage' } and the core-js path was not found
github.com/swc-project/swc-loader - fuwei-1993 opened this issue almost 2 years ago
github.com/swc-project/swc-loader - fuwei-1993 opened this issue almost 2 years ago
fix(css/parser): FIx parsing of `leaflet`
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
github.com/swc-project/swc - kdy1 opened this pull request almost 2 years ago
Bump @types/node from 12.20.47 to 18.15.5
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
github.com/swc-project/cli - dependabot[bot] opened this pull request almost 2 years ago
No diagnostic for missing paren in if statement
github.com/swc-project/swc - dsherret opened this issue almost 2 years ago
github.com/swc-project/swc - dsherret opened this issue almost 2 years ago
Force formatting and fix ci node version requirement
github.com/swc-project/cli - 3axap4eHko opened this pull request almost 2 years ago
github.com/swc-project/cli - 3axap4eHko opened this pull request almost 2 years ago
fix(options): CLI option --ignore
github.com/swc-project/cli - 3axap4eHko opened this pull request almost 2 years ago
github.com/swc-project/cli - 3axap4eHko opened this pull request almost 2 years ago
`--ignore` and `--only` do not work
github.com/swc-project/cli - 3axap4eHko opened this issue almost 2 years ago
github.com/swc-project/cli - 3axap4eHko opened this issue almost 2 years ago
Emotion css prop using object styles produces no sourceMaps
github.com/swc-project/plugins - soconnor-affinity opened this issue almost 2 years ago
github.com/swc-project/plugins - soconnor-affinity opened this issue almost 2 years ago
display rust structs untranslated
github.com/swc-project/swc-playground - bmacnaughton opened this issue almost 2 years ago
github.com/swc-project/swc-playground - bmacnaughton opened this issue almost 2 years ago
Fix typo in `selecting-swc-core` docs
github.com/swc-project/website - AbhiPrasad opened this pull request almost 2 years ago
github.com/swc-project/website - AbhiPrasad opened this pull request almost 2 years ago
Styled components not working after upgrading 1.5.45 → 1.5.48
github.com/swc-project/plugins - shouze opened this issue almost 2 years ago
github.com/swc-project/plugins - shouze opened this issue almost 2 years ago