mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
feat: upgrade prettier to v3
This commit is contained in:
@@ -72,7 +72,10 @@ class LightweightDefinitionBuilder {
|
||||
|
||||
readonly typeChecker: ts.TypeChecker;
|
||||
|
||||
constructor(sourcePath: string | string[], readonly includeComments: boolean) {
|
||||
constructor(
|
||||
sourcePath: string | string[],
|
||||
readonly includeComments: boolean,
|
||||
) {
|
||||
const rootNames = Array.isArray(sourcePath)
|
||||
? sourcePath
|
||||
: expandPathToFilesSync(path.resolve(sourcePath), it => it.endsWith('.ts'));
|
||||
|
||||
Reference in New Issue
Block a user