File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
get-context/get-package-json-files/package-json-file Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { newlines } from '../../../lib/newlines';
99import type { Syncpack } from '../../../types' ;
1010import {
1111 exhaustiveCheck ,
12- strategyByName
12+ strategyByName ,
1313} from '../../get-config/path-strategy' ;
1414import type { JsonFile } from '../get-patterns/read-json-safe' ;
1515import { Instance } from './instance' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { $R } from '../../$R';
44import type { Syncpack } from '../../../types' ;
55import {
66 exhaustiveCheck ,
7- strategyByName
7+ strategyByName ,
88} from '../../get-config/path-strategy' ;
99import type { Delete } from '../../get-groups/version-group/instance-group' ;
1010import { DELETE } from '../../get-groups/version-group/instance-group' ;
Original file line number Diff line number Diff line change 33 readFileSync ,
44 readJsonSync ,
55 removeSync ,
6- writeFileSync
6+ writeFileSync ,
77} from 'fs-extra' ;
88import { sync as globSync } from 'glob' ;
99import { join } from 'path' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type {
55 Cli as cli ,
66 Private as privateSchema ,
77 Public as publicSchema ,
8- SyncpackRc as syncpackRc
8+ SyncpackRc as syncpackRc ,
99} from './get-context/get-config/schema' ;
1010import type * as paths from './get-context/get-config/schema/paths' ;
1111import type * as semverGroup from './get-context/get-config/schema/semver-group' ;
You can’t perform that action at this time.
0 commit comments