Skip to content

Commit 18df05b

Browse files
docs: add potentially breaking to roadmap.
1 parent 35f39dd commit 18df05b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/roadmap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ Next:
2121

2222
- Emit source maps and clearer diagnostics for transform choices.
2323
- Benchmark scope analysis choices: compare `periscopic`, `scope-analyzer`, and `eslint-scope` on fixtures and pick the final adapter.
24+
25+
## Potential Breaking Changes (flag/document clearly)
26+
27+
- Template literal specifier rewriting: skip or gate rewriting when `TemplateLiteral` has expressions to avoid touching non-static specifiers; needs opt-in or documented behavior change.
28+
- Cycle detection hardening: expand extensions (.ts/.tsx/.mts/.cts) and normalize/realpath paths, which may surface new cycle warnings/errors, especially on Windows or mixed TS/JS projects.

0 commit comments

Comments
 (0)