Avatar for the swc-project user
swc-project
swc
BlogDocsChangelog

Performance History

Latest Results

fix(es/resolver): Include export import aliases in namespace pre-scan `pre_scan_namespace_exports` only inspected `ModuleDecl::ExportDecl`, so `export import A = ...` (a `TsImportEqualsDecl { is_export: true, .. }`) was never added to `namespace_export_names`. The alias binding was then routed to the body-local scope instead of the namespace's merged export scope, and references from sibling re-opens of the same namespace fell through to outer/unresolved bindings, violating TypeScript's namespace-merge semantics. Recognise the exported import-equals form in the pre-scan, adding the alias to `values` (and to `types` when not `is_type_only`), mirroring how `export namespace`/`export class`/`export enum` are tracked. The existing `visit_mut_ts_import_equals_decl` `modify` call now routes the binding to the shared export scope, and type-position lookups in sibling bodies resolve through `mark_for_ref_inner`'s `declared_types -> declared_symbols` fall-through. Signed-off-by: Onyeka Obi <softwareengineerasaservant@isurvivable.cv>
MavenRain:fix/resolver-namespace-merge
11 hours ago
ci: fix publish musl linker and windows tests
kdy1/fix-publish-1-15-37-follow-up
12 hours ago
chore: add changeset for SourceFile hash change
hardfist:codex/remove-source-file-hashes
13 hours ago
ci: provide aarch64 musl linker in publish job
kdy1/fix-publish-aarch64-musl-linker
13 hours ago
refactor(common): use single SourceFile plugin wire format
hardfist:codex/remove-source-file-hashes
13 hours ago
fix(es): preserve decorator init order for accessors
kdy1/fix-11846-decorator-init-order
13 hours ago

Latest Branches

CodSpeed Performance Gauge
+4%
fix(es/resolver): Merge re-opened TypeScript namespace scopes#11872
11 hours ago
a9c8700
MavenRain:fix/resolver-namespace-merge
CodSpeed Performance Gauge
0%
ci: fix publish musl linker and windows tests#11890
12 hours ago
91eb109
kdy1/fix-publish-1-15-37-follow-up
CodSpeed Performance Gauge
+1%
13 hours ago
f4cb015
hardfist:codex/remove-source-file-hashes
© 2026 CodSpeed Technology
Home Terms Privacy Docs