Skip to content

Commit d6f8491

Browse files
chore: bump version. (#38)
1 parent fe3219f commit d6f8491

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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+
## Refactors
26+
27+
- Split `src/format.ts` into focused modules: exports planning (idiomatic/helper), import/require lowering, diagnostics/warnings, and code-emission utilities; add lightweight integration harness and incremental tests to keep coverage tight during the split.
28+
- Add lint rule/enforcer for import ordering: builtins first, then npm/library deps, then relative paths.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knighted/module",
3-
"version": "1.3.0-rc.1",
3+
"version": "1.3.0",
44
"description": "Bidirectional transform for ES modules and CommonJS.",
55
"type": "module",
66
"main": "dist/module.js",

0 commit comments

Comments
 (0)