swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(es/parser): support Flow anonymous keyof indexers (#11792) ## Summary - parse unnamed Flow object indexers like `{[keyof T]: V}` - normalize unnamed Flow indexers to anonymous `TsIndexSignature` nodes - add a dedicated issue #11791 Flow fixture and update existing unnamed indexer snapshots ## Testing - `git submodule update --init --recursive` - `UPDATE=1 cargo test -p swc_ecma_parser --features flow --test flow -- --ignored` - `cargo test -p swc_ecma_parser` - `cargo test -p swc_ecma_parser --features flow --test flow -- --ignored` - `cargo fmt --all` - `cargo clippy --all --all-targets -- -D warnings` Fixes #11791
main
7 hours ago
chore: bump cargo-mono to 0.6.7
kdy1/bump-cargo-mono-0.6.7
8 hours ago
fix(parser): skip Flow internal slots in anon indexers
kdy1/issue-11791-flow-keyof-indexer
8 hours ago
docs: require PR template for pull requests (#11793) **Description:** - Add an AGENTS.md git workflow instruction requiring contributors to follow the repository PR template when creating or updating pull requests. - Make the expected PR workflow explicit in the repo instructions. **Related issue (if exists):** - None.
main
8 hours ago
docs: require PR template for pull requests
kdy1/update-pr-template-instructions
8 hours ago
Create weak-icons-smile.md
kdy1/issue-11791-flow-keyof-indexer
8 hours ago
fix(es/parser): Allow return type annotation on Flow constructors (#11790) **Description:** Flow allows explicit return type annotations on class constructors, unlike TypeScript which forbids them (TS1093). This PR skips the TS1093 error emission when parsing in Flow mode. **BREAKING CHANGE:** No **Related issue:** - Closes #11789
main
9 hours ago
fix(es/parser): Allow return type annotation on Flow constructors Flow allows explicit return type annotations (e.g. ) on class constructors, unlike TypeScript which forbids them (TS1093). Skip the TS1093 error emission when parsing in Flow mode.
oblador:fix/flow-constructor-type
12 hours ago
Latest Branches
CodSpeed Performance Gauge
+2%
chore: bump cargo-mono to 0.6.7
#11794
8 hours ago
6a1f4f7
kdy1/bump-cargo-mono-0.6.7
CodSpeed Performance Gauge
0%
fix(parser): support Flow anonymous keyof indexers
#11792
8 hours ago
80cc194
kdy1/issue-11791-flow-keyof-indexer
CodSpeed Performance Gauge
0%
docs: require PR template for pull requests
#11793
8 hours ago
c6fdc55
kdy1/update-pr-template-instructions
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs