File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# debarrel
22
3+ ## 0.7.11
4+
5+ ### Patch Changes
6+
7+ - Parse JSONC ` tsconfig.json ` files (comments and trailing commas) so tsconfig path aliases resolve on real-world configs.
8+ - Route semantic-analyzer-resolved rewrites through ` buildRewriteFromTarget ` so default imports and barrel metrics stay correct.
9+ - Distinguish ` export { default } from "./x" ` from ` export { Foo as default } ` when choosing import type.
10+ - Cache workspace source file listings during namespace-importer detection.
11+ - Use ` path.relative ` instead of a hand-rolled relative path helper.
12+
313## 0.7.10
414
515### Patch Changes
Original file line number Diff line number Diff line change 11schema_version : " 1.0"
22
33name : " debarrel"
4- version : " 0.7.10 "
4+ version : " 0.7.11 "
55description : " Debarrel JS/TS codebases. Removing barrel files and replacing import statements."
66author : " Mo Mohebifar <mo@codemod.com>"
77license : " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " debarrel" ,
3- "version" : " 0.7.10 " ,
3+ "version" : " 0.7.11 " ,
44 "description" : " Debarrel JS/TS codebases. Removing barrel files and replacing import statements." ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments