@pinuts/bsr-uikit-relaunch 0.2.9 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hooks/withFieldGroup.d.ts.map +1 -1
- package/dist/hooks/withFieldGroup.js +0 -1
- package/dist/index.js +2 -134
- package/dist/{main.js.LICENSE.txt → index.js.LICENSE.txt} +2 -2
- package/dist/items/BSRAddressSelector/BSRAddressSelector.d.ts.map +1 -1
- package/dist/items/BSRAddressSelector/BSRAddressSelector.js +1 -2
- package/dist/items/BSRAddressSelector/BSRStreetPlzSelector.d.ts.map +1 -1
- package/dist/items/BSRAddressSelector/BSRStreetPlzSelector.js +1 -2
- package/dist/styles/main.scss +5 -3
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +2 -2
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +4 -4
- package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +2 -2
- package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +2 -2
- package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
- package/node_modules/@babel/runtime/helpers/superPropSet.js +2 -2
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/cs/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/de/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/es/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/fr/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/it/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/ja/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/ko/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.decorators.d.ts +15 -13
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.dom.d.ts +219 -1115
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.core.d.ts +9 -9
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.iterable.d.ts +27 -90
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.symbol.wellknown.d.ts +10 -10
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.array.include.d.ts +9 -9
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.intl.d.ts +1 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.d.ts +2 -3
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.sharedmemory.d.ts +14 -14
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.typedarrays.d.ts +9 -9
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.bigint.d.ts +50 -54
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.intl.d.ts +36 -36
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.sharedmemory.d.ts +11 -13
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.string.d.ts +0 -2
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.intl.d.ts +17 -17
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.weakref.d.ts +0 -2
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.array.d.ts +11 -11
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.d.ts +2 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.error.d.ts +0 -2
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.intl.d.ts +9 -9
- package/node_modules/{typescript/lib/lib.es2024.sharedmemory.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts} +0 -29
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.array.d.ts +99 -99
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es5.d.ts +252 -252
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.array.d.ts +1 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.collection.d.ts +11 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.d.ts +5 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.d.ts +34 -311
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/pl/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/pt-br/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/ru/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/tr/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript/lib/_tsc.js → @pinuts/form-builder/node_modules/typescript/lib/tsc.js} +1863 -3484
- package/node_modules/{typescript/lib/_tsserver.js → @pinuts/form-builder/node_modules/typescript/lib/tsserver.js} +1 -1
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typesMap.json +497 -497
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typescript.d.ts +22 -82
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typescript.js +2998 -5593
- package/node_modules/{typescript/lib/_typingsInstaller.js → @pinuts/form-builder/node_modules/typescript/lib/typingsInstaller.js} +16 -2
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/zh-cn/diagnosticMessages.generated.json +5 -17
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/zh-tw/diagnosticMessages.generated.json +4 -16
- package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/package.json +23 -22
- package/node_modules/@types/hoist-non-react-statics/README.md +13 -13
- package/node_modules/@types/hoist-non-react-statics/index.d.ts +12 -12
- package/node_modules/@types/hoist-non-react-statics/package.json +3 -4
- package/node_modules/@types/prop-types/LICENSE +21 -0
- package/node_modules/@types/prop-types/README.md +15 -0
- package/node_modules/@types/prop-types/index.d.ts +114 -0
- package/node_modules/@types/prop-types/package.json +35 -0
- package/node_modules/@types/react/README.md +3 -3
- package/node_modules/@types/react/canary.d.ts +118 -3
- package/node_modules/@types/react/experimental.d.ts +4 -89
- package/node_modules/@types/react/index.d.ts +772 -435
- package/node_modules/@types/react/package.json +9 -9
- package/node_modules/@types/react/ts5.0/canary.d.ts +118 -3
- package/node_modules/@types/react/ts5.0/experimental.d.ts +4 -89
- package/node_modules/@types/react/ts5.0/index.d.ts +768 -431
- package/node_modules/hoist-non-react-statics/CHANGELOG.md +37 -0
- package/node_modules/tslib/modules/index.d.ts +0 -1
- package/node_modules/tslib/modules/index.js +0 -2
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +0 -7
- package/node_modules/tslib/tslib.es6.js +1 -24
- package/node_modules/tslib/tslib.es6.mjs +1 -24
- package/node_modules/tslib/tslib.js +1 -56
- package/package.json +4 -5
- package/webpack.config.js +99 -109
- package/.nvmrc +0 -1
- package/dist/main.css +0 -4
- package/dist/main.js +0 -2
- package/dist/styles.css +0 -1
- package/dist/styles.js +0 -0
- package/node_modules/@types/react/compiler-runtime.d.ts +0 -4
- package/node_modules/@types/react/ts5.0/v18/global.d.ts +0 -160
- package/node_modules/@types/react/ts5.0/v18/index.d.ts +0 -4543
- package/node_modules/@types/react/ts5.0/v18/jsx-dev-runtime.d.ts +0 -45
- package/node_modules/@types/react/ts5.0/v18/jsx-runtime.d.ts +0 -36
- package/node_modules/@types/react/ts5.0/v18/ts5.0/global.d.ts +0 -160
- package/node_modules/@types/react/ts5.0/v18/ts5.0/index.d.ts +0 -4530
- package/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-dev-runtime.d.ts +0 -44
- package/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-runtime.d.ts +0 -35
- package/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +0 -21
- package/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +0 -65
- package/node_modules/typescript/lib/lib.es2024.collection.d.ts +0 -29
- package/node_modules/typescript/lib/lib.es2024.d.ts +0 -26
- package/node_modules/typescript/lib/lib.es2024.full.d.ts +0 -24
- package/node_modules/typescript/lib/tsc.js +0 -8
- package/node_modules/typescript/lib/tsserver.js +0 -8
- package/node_modules/typescript/lib/typingsInstaller.js +0 -8
- /package/dist/styles/{form.scss → _form.scss} +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/LICENSE.txt +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/README.md +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/SECURITY.md +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/ThirdPartyNoticeText.txt +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/bin/tsc +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/bin/tsserver +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/cancellationToken.js +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.decorators.legacy.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.dom.asynciterable.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.dom.iterable.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.collection.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.generator.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.promise.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.proxy.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.reflect.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2015.symbol.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2016.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.date.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.intl.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.object.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2017.string.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.asyncgenerator.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.asynciterable.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.intl.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.promise.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2018.regexp.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.array.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.intl.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.object.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.string.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2019.symbol.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.date.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.number.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.promise.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.promise.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2021.string.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.object.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.regexp.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2022.string.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.collection.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es2023.intl.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.es6.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.decorators.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.disposable.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.full.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.intl.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.esnext.iterator.d.ts +0 -0
- /package/node_modules/{typescript/lib/lib.es2024.object.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.object.d.ts} +0 -0
- /package/node_modules/{typescript/lib/lib.es2024.promise.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.promise.d.ts} +0 -0
- /package/node_modules/{typescript/lib/lib.es2024.regexp.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.regexp.d.ts} +0 -0
- /package/node_modules/{typescript/lib/lib.es2024.string.d.ts → @pinuts/form-builder/node_modules/typescript/lib/lib.esnext.string.d.ts} +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.scripthost.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.asynciterable.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.importscripts.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/lib.webworker.iterable.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/tsserverlibrary.d.ts +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/tsserverlibrary.js +0 -0
- /package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/watchGuard.js +0 -0
- /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/LICENSE +0 -0
- /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/README.md +0 -0
- /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/package.json +0 -0
- /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/path.js +0 -0
- /package/node_modules/{@babel/runtime/node_modules/regenerator-runtime → regenerator-runtime}/runtime.js +0 -0
package/node_modules/{typescript → @pinuts/form-builder/node_modules/typescript}/lib/typescript.d.ts
RENAMED
|
@@ -107,7 +107,6 @@ declare namespace ts {
|
|
|
107
107
|
GetApplicableRefactors = "getApplicableRefactors",
|
|
108
108
|
GetEditsForRefactor = "getEditsForRefactor",
|
|
109
109
|
GetMoveToRefactoringFileSuggestions = "getMoveToRefactoringFileSuggestions",
|
|
110
|
-
PreparePasteEdits = "preparePasteEdits",
|
|
111
110
|
GetPasteEdits = "getPasteEdits",
|
|
112
111
|
OrganizeImports = "organizeImports",
|
|
113
112
|
GetEditsForFileRename = "getEditsForFileRename",
|
|
@@ -364,10 +363,6 @@ declare namespace ts {
|
|
|
364
363
|
* Indicate if the file name list of the project is needed
|
|
365
364
|
*/
|
|
366
365
|
needFileNameList: boolean;
|
|
367
|
-
/**
|
|
368
|
-
* if true returns details about default configured project calculation
|
|
369
|
-
*/
|
|
370
|
-
needDefaultConfiguredProjectInfo?: boolean;
|
|
371
366
|
}
|
|
372
367
|
/**
|
|
373
368
|
* A request to get the project information of the current file.
|
|
@@ -391,17 +386,6 @@ declare namespace ts {
|
|
|
391
386
|
*/
|
|
392
387
|
projectFileName: string;
|
|
393
388
|
}
|
|
394
|
-
/**
|
|
395
|
-
* Details about the default project for the file if tsconfig file is found
|
|
396
|
-
*/
|
|
397
|
-
export interface DefaultConfiguredProjectInfo {
|
|
398
|
-
/** List of config files looked and did not match because file was not part of root file names */
|
|
399
|
-
notMatchedByConfig?: readonly string[];
|
|
400
|
-
/** List of projects which were loaded but file was not part of the project or is file from referenced project */
|
|
401
|
-
notInProject?: readonly string[];
|
|
402
|
-
/** Configured project used as default */
|
|
403
|
-
defaultProject?: string;
|
|
404
|
-
}
|
|
405
389
|
/**
|
|
406
390
|
* Response message body for "projectInfo" request
|
|
407
391
|
*/
|
|
@@ -419,10 +403,6 @@ declare namespace ts {
|
|
|
419
403
|
* Indicates if the project has a active language service instance
|
|
420
404
|
*/
|
|
421
405
|
languageServiceDisabled?: boolean;
|
|
422
|
-
/**
|
|
423
|
-
* Information about default project
|
|
424
|
-
*/
|
|
425
|
-
configuredProjectInfo?: DefaultConfiguredProjectInfo;
|
|
426
406
|
}
|
|
427
407
|
/**
|
|
428
408
|
* Represents diagnostic info that includes location of diagnostic in two forms
|
|
@@ -515,19 +495,6 @@ declare namespace ts {
|
|
|
515
495
|
files: string[];
|
|
516
496
|
};
|
|
517
497
|
}
|
|
518
|
-
/**
|
|
519
|
-
* Request to check if `pasteEdits` should be provided for a given location post copying text from that location.
|
|
520
|
-
*/
|
|
521
|
-
export interface PreparePasteEditsRequest extends FileRequest {
|
|
522
|
-
command: CommandTypes.PreparePasteEdits;
|
|
523
|
-
arguments: PreparePasteEditsRequestArgs;
|
|
524
|
-
}
|
|
525
|
-
export interface PreparePasteEditsRequestArgs extends FileRequestArgs {
|
|
526
|
-
copiedTextSpan: TextSpan[];
|
|
527
|
-
}
|
|
528
|
-
export interface PreparePasteEditsResponse extends Response {
|
|
529
|
-
body: boolean;
|
|
530
|
-
}
|
|
531
498
|
/**
|
|
532
499
|
* Request refactorings at a given position post pasting text from some other location.
|
|
533
500
|
*/
|
|
@@ -2540,7 +2507,6 @@ declare namespace ts {
|
|
|
2540
2507
|
ES2021 = "es2021",
|
|
2541
2508
|
ES2022 = "es2022",
|
|
2542
2509
|
ES2023 = "es2023",
|
|
2543
|
-
ES2024 = "es2024",
|
|
2544
2510
|
ESNext = "esnext",
|
|
2545
2511
|
JSON = "json",
|
|
2546
2512
|
Latest = "esnext",
|
|
@@ -2842,6 +2808,7 @@ declare namespace ts {
|
|
|
2842
2808
|
abstract class Project implements LanguageServiceHost, ModuleResolutionHost {
|
|
2843
2809
|
readonly projectKind: ProjectKind;
|
|
2844
2810
|
readonly projectService: ProjectService;
|
|
2811
|
+
private documentRegistry;
|
|
2845
2812
|
private compilerOptions;
|
|
2846
2813
|
compileOnSaveEnabled: boolean;
|
|
2847
2814
|
protected watchOptions: WatchOptions | undefined;
|
|
@@ -2861,6 +2828,7 @@ declare namespace ts {
|
|
|
2861
2828
|
private lastReportedFileNames;
|
|
2862
2829
|
private lastReportedVersion;
|
|
2863
2830
|
protected projectErrors: Diagnostic[] | undefined;
|
|
2831
|
+
protected isInitialLoadPending: () => boolean;
|
|
2864
2832
|
private typingsCache;
|
|
2865
2833
|
private typingWatchers;
|
|
2866
2834
|
private readonly cancellationToken;
|
|
@@ -2874,14 +2842,14 @@ declare namespace ts {
|
|
|
2874
2842
|
readonly jsDocParsingMode: JSDocParsingMode | undefined;
|
|
2875
2843
|
isKnownTypesPackageName(name: string): boolean;
|
|
2876
2844
|
installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>;
|
|
2877
|
-
getCompilationSettings(): CompilerOptions;
|
|
2878
|
-
getCompilerOptions(): CompilerOptions;
|
|
2845
|
+
getCompilationSettings(): ts.CompilerOptions;
|
|
2846
|
+
getCompilerOptions(): ts.CompilerOptions;
|
|
2879
2847
|
getNewLine(): string;
|
|
2880
2848
|
getProjectVersion(): string;
|
|
2881
2849
|
getProjectReferences(): readonly ProjectReference[] | undefined;
|
|
2882
2850
|
getScriptFileNames(): string[];
|
|
2883
2851
|
private getOrCreateScriptInfoAndAttachToProject;
|
|
2884
|
-
getScriptKind(fileName: string): ScriptKind;
|
|
2852
|
+
getScriptKind(fileName: string): ts.ScriptKind;
|
|
2885
2853
|
getScriptVersion(filename: string): string;
|
|
2886
2854
|
getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
|
|
2887
2855
|
getCancellationToken(): HostCancellationToken;
|
|
@@ -2917,16 +2885,16 @@ declare namespace ts {
|
|
|
2917
2885
|
getProjectName(): string;
|
|
2918
2886
|
protected removeLocalTypingsFromTypeAcquisition(newTypeAcquisition: TypeAcquisition): TypeAcquisition;
|
|
2919
2887
|
getExternalFiles(updateLevel?: ProgramUpdateLevel): SortedReadonlyArray<string>;
|
|
2920
|
-
getSourceFile(path: Path): SourceFile | undefined;
|
|
2888
|
+
getSourceFile(path: Path): ts.SourceFile | undefined;
|
|
2921
2889
|
close(): void;
|
|
2922
2890
|
private detachScriptInfoIfNotRoot;
|
|
2923
2891
|
isClosed(): boolean;
|
|
2924
2892
|
hasRoots(): boolean;
|
|
2925
2893
|
getRootFiles(): NormalizedPath[];
|
|
2926
|
-
getRootScriptInfos(): ScriptInfo[];
|
|
2894
|
+
getRootScriptInfos(): ts.server.ScriptInfo[];
|
|
2927
2895
|
getScriptInfos(): ScriptInfo[];
|
|
2928
2896
|
getExcludedFiles(): readonly NormalizedPath[];
|
|
2929
|
-
getFileNames(excludeFilesFromExternalLibraries?: boolean, excludeConfigFiles?: boolean): NormalizedPath[];
|
|
2897
|
+
getFileNames(excludeFilesFromExternalLibraries?: boolean, excludeConfigFiles?: boolean): ts.server.NormalizedPath[];
|
|
2930
2898
|
hasConfigFile(configFilePath: NormalizedPath): boolean;
|
|
2931
2899
|
containsScriptInfo(info: ScriptInfo): boolean;
|
|
2932
2900
|
containsFile(filename: NormalizedPath, requireOpen?: boolean): boolean;
|
|
@@ -2951,18 +2919,19 @@ declare namespace ts {
|
|
|
2951
2919
|
private isValidGeneratedFileWatcher;
|
|
2952
2920
|
private clearGeneratedFileWatch;
|
|
2953
2921
|
getScriptInfoForNormalizedPath(fileName: NormalizedPath): ScriptInfo | undefined;
|
|
2954
|
-
getScriptInfo(uncheckedFileName: string): ScriptInfo | undefined;
|
|
2922
|
+
getScriptInfo(uncheckedFileName: string): ts.server.ScriptInfo | undefined;
|
|
2955
2923
|
filesToString(writeProjectFileNames: boolean): string;
|
|
2956
2924
|
private filesToStringWorker;
|
|
2957
2925
|
setCompilerOptions(compilerOptions: CompilerOptions): void;
|
|
2958
2926
|
setTypeAcquisition(newTypeAcquisition: TypeAcquisition | undefined): void;
|
|
2959
|
-
getTypeAcquisition(): TypeAcquisition;
|
|
2927
|
+
getTypeAcquisition(): ts.TypeAcquisition;
|
|
2960
2928
|
protected removeRoot(info: ScriptInfo): void;
|
|
2961
2929
|
protected enableGlobalPlugins(options: CompilerOptions): void;
|
|
2962
2930
|
protected enablePlugin(pluginConfigEntry: PluginImport, searchPaths: string[]): void;
|
|
2963
2931
|
/** Starts a new check for diagnostics. Call this if some file has updated that would cause diagnostics to be changed. */
|
|
2964
2932
|
refreshDiagnostics(): void;
|
|
2965
2933
|
private isDefaultProjectForOpenFiles;
|
|
2934
|
+
private getCompilerOptionsForNoDtsResolutionProject;
|
|
2966
2935
|
}
|
|
2967
2936
|
/**
|
|
2968
2937
|
* If a file is opened and no tsconfig (or jsconfig) is found,
|
|
@@ -2989,7 +2958,7 @@ declare namespace ts {
|
|
|
2989
2958
|
getScriptFileNames(): string[];
|
|
2990
2959
|
getLanguageService(): never;
|
|
2991
2960
|
getHostForAutoImportProvider(): never;
|
|
2992
|
-
getProjectReferences(): readonly ProjectReference[] | undefined;
|
|
2961
|
+
getProjectReferences(): readonly ts.ProjectReference[] | undefined;
|
|
2993
2962
|
}
|
|
2994
2963
|
/**
|
|
2995
2964
|
* If a file is opened, the server will look for a tsconfig (or jsconfig)
|
|
@@ -3006,7 +2975,7 @@ declare namespace ts {
|
|
|
3006
2975
|
* @returns: true if set of files in the project stays the same and false - otherwise.
|
|
3007
2976
|
*/
|
|
3008
2977
|
updateGraph(): boolean;
|
|
3009
|
-
getConfigFilePath(): NormalizedPath;
|
|
2978
|
+
getConfigFilePath(): ts.server.NormalizedPath;
|
|
3010
2979
|
getProjectReferences(): readonly ProjectReference[] | undefined;
|
|
3011
2980
|
updateReferences(refs: readonly ProjectReference[] | undefined): void;
|
|
3012
2981
|
/**
|
|
@@ -3030,14 +2999,14 @@ declare namespace ts {
|
|
|
3030
2999
|
compileOnSaveEnabled: boolean;
|
|
3031
3000
|
excludedFiles: readonly NormalizedPath[];
|
|
3032
3001
|
updateGraph(): boolean;
|
|
3033
|
-
getExcludedFiles(): readonly NormalizedPath[];
|
|
3002
|
+
getExcludedFiles(): readonly ts.server.NormalizedPath[];
|
|
3034
3003
|
}
|
|
3035
3004
|
function convertFormatOptions(protocolOptions: protocol.FormatCodeSettings): FormatCodeSettings;
|
|
3036
3005
|
function convertCompilerOptions(protocolOptions: protocol.ExternalProjectCompilerOptions): CompilerOptions & protocol.CompileOnSaveMixin;
|
|
3037
3006
|
function convertWatchOptions(protocolOptions: protocol.ExternalProjectCompilerOptions, currentDirectory?: string): WatchOptionsAndErrors | undefined;
|
|
3038
3007
|
function convertTypeAcquisition(protocolOptions: protocol.InferredProjectCompilerOptions): TypeAcquisition | undefined;
|
|
3039
3008
|
function tryConvertScriptKindName(scriptKindName: protocol.ScriptKindName | ScriptKind): ScriptKind;
|
|
3040
|
-
function convertScriptKindName(scriptKindName: protocol.ScriptKindName): ScriptKind;
|
|
3009
|
+
function convertScriptKindName(scriptKindName: protocol.ScriptKindName): ScriptKind.Unknown | ScriptKind.JS | ScriptKind.JSX | ScriptKind.TS | ScriptKind.TSX;
|
|
3041
3010
|
const maxProgramSizeForNonTsFiles: number;
|
|
3042
3011
|
const ProjectsUpdatedInBackgroundEvent = "projectsUpdatedInBackground";
|
|
3043
3012
|
interface ProjectsUpdatedInBackgroundEvent {
|
|
@@ -3308,7 +3277,6 @@ declare namespace ts {
|
|
|
3308
3277
|
private deleteScriptInfo;
|
|
3309
3278
|
private configFileExists;
|
|
3310
3279
|
private createConfigFileWatcherForParsedConfig;
|
|
3311
|
-
private ensureConfigFileWatcherForProject;
|
|
3312
3280
|
private forEachConfigFileLocation;
|
|
3313
3281
|
private getConfigFileNameForFileFromCache;
|
|
3314
3282
|
private setConfigFileNameForFileInCache;
|
|
@@ -3322,7 +3290,6 @@ declare namespace ts {
|
|
|
3322
3290
|
private updateNonInferredProjectFiles;
|
|
3323
3291
|
private updateRootAndOptionsOfNonInferredProject;
|
|
3324
3292
|
private reloadFileNamesOfParsedConfig;
|
|
3325
|
-
private setProjectForReload;
|
|
3326
3293
|
private clearSemanticCache;
|
|
3327
3294
|
private getOrCreateInferredProjectForProjectRootPathIfEnabled;
|
|
3328
3295
|
private getOrCreateSingleInferredProjectIfEnabled;
|
|
@@ -3369,8 +3336,6 @@ declare namespace ts {
|
|
|
3369
3336
|
private getOrCreateOpenScriptInfo;
|
|
3370
3337
|
private assignProjectToOpenedScriptInfo;
|
|
3371
3338
|
private tryFindDefaultConfiguredProjectForOpenScriptInfo;
|
|
3372
|
-
private isMatchedByConfig;
|
|
3373
|
-
private tryFindDefaultConfiguredProjectForOpenScriptInfoOrClosedFileInfo;
|
|
3374
3339
|
private tryFindDefaultConfiguredProjectAndLoadAncestorsForOpenScriptInfo;
|
|
3375
3340
|
private ensureProjectChildren;
|
|
3376
3341
|
private cleanupConfiguredProjects;
|
|
@@ -3515,11 +3480,9 @@ declare namespace ts {
|
|
|
3515
3480
|
private getDocumentHighlights;
|
|
3516
3481
|
private provideInlayHints;
|
|
3517
3482
|
private mapCode;
|
|
3518
|
-
private getCopilotRelatedInfo;
|
|
3519
3483
|
private setCompilerOptionsForInferredProjects;
|
|
3520
3484
|
private getProjectInfo;
|
|
3521
3485
|
private getProjectInfoWorker;
|
|
3522
|
-
private getDefaultConfiguredProjectInfo;
|
|
3523
3486
|
private getRenameInfo;
|
|
3524
3487
|
private getProjects;
|
|
3525
3488
|
private getDefaultProject;
|
|
@@ -3572,7 +3535,6 @@ declare namespace ts {
|
|
|
3572
3535
|
private getApplicableRefactors;
|
|
3573
3536
|
private getEditsForRefactor;
|
|
3574
3537
|
private getMoveToRefactoringFileSuggestions;
|
|
3575
|
-
private preparePasteEdits;
|
|
3576
3538
|
private getPasteEdits;
|
|
3577
3539
|
private organizeImports;
|
|
3578
3540
|
private getEditsForFileRename;
|
|
@@ -3633,7 +3595,7 @@ declare namespace ts {
|
|
|
3633
3595
|
readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefined, includes: readonly string[] | undefined, depth?: number): string[];
|
|
3634
3596
|
}
|
|
3635
3597
|
}
|
|
3636
|
-
const versionMajorMinor = "5.
|
|
3598
|
+
const versionMajorMinor = "5.6";
|
|
3637
3599
|
/** The version of the TypeScript compiler release */
|
|
3638
3600
|
const version: string;
|
|
3639
3601
|
/**
|
|
@@ -4021,11 +3983,10 @@ declare namespace ts {
|
|
|
4021
3983
|
JSDocImportTag = 351,
|
|
4022
3984
|
SyntaxList = 352,
|
|
4023
3985
|
NotEmittedStatement = 353,
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
Count = 358,
|
|
3986
|
+
PartiallyEmittedExpression = 354,
|
|
3987
|
+
CommaListExpression = 355,
|
|
3988
|
+
SyntheticReferenceExpression = 356,
|
|
3989
|
+
Count = 357,
|
|
4029
3990
|
FirstAssignment = 64,
|
|
4030
3991
|
LastAssignment = 79,
|
|
4031
3992
|
FirstCompoundAssignment = 65,
|
|
@@ -5137,7 +5098,7 @@ declare namespace ts {
|
|
|
5137
5098
|
interface InstanceofExpression extends BinaryExpression {
|
|
5138
5099
|
readonly operatorToken: Token<SyntaxKind.InstanceOfKeyword>;
|
|
5139
5100
|
}
|
|
5140
|
-
type CallLikeExpression = CallExpression | NewExpression | TaggedTemplateExpression | Decorator |
|
|
5101
|
+
type CallLikeExpression = CallExpression | NewExpression | TaggedTemplateExpression | Decorator | JsxOpeningLikeElement | InstanceofExpression;
|
|
5141
5102
|
interface AsExpression extends Expression {
|
|
5142
5103
|
readonly kind: SyntaxKind.AsExpression;
|
|
5143
5104
|
readonly expression: Expression;
|
|
@@ -5173,7 +5134,6 @@ declare namespace ts {
|
|
|
5173
5134
|
readonly closingElement: JsxClosingElement;
|
|
5174
5135
|
}
|
|
5175
5136
|
type JsxOpeningLikeElement = JsxSelfClosingElement | JsxOpeningElement;
|
|
5176
|
-
type JsxCallLike = JsxOpeningLikeElement | JsxOpeningFragment;
|
|
5177
5137
|
type JsxAttributeLike = JsxAttribute | JsxSpreadAttribute;
|
|
5178
5138
|
type JsxAttributeName = Identifier | JsxNamespacedName;
|
|
5179
5139
|
type JsxTagNameExpression = Identifier | ThisExpression | JsxTagNamePropertyAccess | JsxNamespacedName;
|
|
@@ -5252,9 +5212,6 @@ declare namespace ts {
|
|
|
5252
5212
|
interface NotEmittedStatement extends Statement {
|
|
5253
5213
|
readonly kind: SyntaxKind.NotEmittedStatement;
|
|
5254
5214
|
}
|
|
5255
|
-
interface NotEmittedTypeElement extends TypeElement {
|
|
5256
|
-
readonly kind: SyntaxKind.NotEmittedTypeElement;
|
|
5257
|
-
}
|
|
5258
5215
|
/**
|
|
5259
5216
|
* A list of comma-separated expressions. This node is only created by transformations.
|
|
5260
5217
|
*/
|
|
@@ -6158,7 +6115,7 @@ declare namespace ts {
|
|
|
6158
6115
|
getPrivateIdentifierPropertyOfType(leftType: Type, name: string, location: Node): Symbol | undefined;
|
|
6159
6116
|
getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined;
|
|
6160
6117
|
getIndexInfosOfType(type: Type): readonly IndexInfo[];
|
|
6161
|
-
getIndexInfosOfIndexSymbol: (indexSymbol: Symbol
|
|
6118
|
+
getIndexInfosOfIndexSymbol: (indexSymbol: Symbol) => IndexInfo[];
|
|
6162
6119
|
getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[];
|
|
6163
6120
|
getIndexTypeOfType(type: Type, kind: IndexKind): Type | undefined;
|
|
6164
6121
|
getBaseTypes(type: InterfaceType): BaseType[];
|
|
@@ -7025,7 +6982,6 @@ declare namespace ts {
|
|
|
7025
6982
|
moduleDetection?: ModuleDetectionKind;
|
|
7026
6983
|
newLine?: NewLineKind;
|
|
7027
6984
|
noEmit?: boolean;
|
|
7028
|
-
noCheck?: boolean;
|
|
7029
6985
|
noEmitHelpers?: boolean;
|
|
7030
6986
|
noEmitOnError?: boolean;
|
|
7031
6987
|
noErrorTruncation?: boolean;
|
|
@@ -7065,7 +7021,6 @@ declare namespace ts {
|
|
|
7065
7021
|
removeComments?: boolean;
|
|
7066
7022
|
resolvePackageJsonExports?: boolean;
|
|
7067
7023
|
resolvePackageJsonImports?: boolean;
|
|
7068
|
-
rewriteRelativeImportExtensions?: boolean;
|
|
7069
7024
|
rootDir?: string;
|
|
7070
7025
|
rootDirs?: string[];
|
|
7071
7026
|
skipLibCheck?: boolean;
|
|
@@ -7176,7 +7131,6 @@ declare namespace ts {
|
|
|
7176
7131
|
ES2021 = 8,
|
|
7177
7132
|
ES2022 = 9,
|
|
7178
7133
|
ES2023 = 10,
|
|
7179
|
-
ES2024 = 11,
|
|
7180
7134
|
ESNext = 99,
|
|
7181
7135
|
JSON = 100,
|
|
7182
7136
|
Latest = 99,
|
|
@@ -7859,7 +7813,6 @@ declare namespace ts {
|
|
|
7859
7813
|
createSourceFile(statements: readonly Statement[], endOfFileToken: EndOfFileToken, flags: NodeFlags): SourceFile;
|
|
7860
7814
|
updateSourceFile(node: SourceFile, statements: readonly Statement[], isDeclarationFile?: boolean, referencedFiles?: readonly FileReference[], typeReferences?: readonly FileReference[], hasNoDefaultLib?: boolean, libReferences?: readonly FileReference[]): SourceFile;
|
|
7861
7815
|
createNotEmittedStatement(original: Node): NotEmittedStatement;
|
|
7862
|
-
createNotEmittedTypeElement(): NotEmittedTypeElement;
|
|
7863
7816
|
createPartiallyEmittedExpression(expression: Expression, original?: Node): PartiallyEmittedExpression;
|
|
7864
7817
|
updatePartiallyEmittedExpression(node: PartiallyEmittedExpression, expression: Expression): PartiallyEmittedExpression;
|
|
7865
7818
|
createCommaListExpression(elements: readonly Expression[]): CommaListExpression;
|
|
@@ -8741,7 +8694,6 @@ declare namespace ts {
|
|
|
8741
8694
|
function isTypeOnlyImportDeclaration(node: Node): node is TypeOnlyImportDeclaration;
|
|
8742
8695
|
function isTypeOnlyExportDeclaration(node: Node): node is TypeOnlyExportDeclaration;
|
|
8743
8696
|
function isTypeOnlyImportOrExportDeclaration(node: Node): node is TypeOnlyAliasDeclaration;
|
|
8744
|
-
function isPartOfTypeOnlyImportOrExportDeclaration(node: Node): boolean;
|
|
8745
8697
|
function isStringTextContainingNode(node: Node): node is StringLiteral | TemplateLiteralToken;
|
|
8746
8698
|
function isImportAttributeName(node: Node): node is ImportAttributeName;
|
|
8747
8699
|
function isModifier(node: Node): node is Modifier;
|
|
@@ -8790,7 +8742,6 @@ declare namespace ts {
|
|
|
8790
8742
|
function isJsxAttributeLike(node: Node): node is JsxAttributeLike;
|
|
8791
8743
|
function isStringLiteralOrJsxExpression(node: Node): node is StringLiteral | JsxExpression;
|
|
8792
8744
|
function isJsxOpeningLikeElement(node: Node): node is JsxOpeningLikeElement;
|
|
8793
|
-
function isJsxCallLike(node: Node): node is JsxCallLike;
|
|
8794
8745
|
function isCaseOrDefaultClause(node: Node): node is CaseOrDefaultClause;
|
|
8795
8746
|
/** True if node is of a kind that may contain comment text. */
|
|
8796
8747
|
function isJSDocCommentContainingNode(node: Node): boolean;
|
|
@@ -9169,7 +9120,6 @@ declare namespace ts {
|
|
|
9169
9120
|
jsDocParsingMode?: JSDocParsingMode;
|
|
9170
9121
|
}
|
|
9171
9122
|
function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => string | undefined): ParsedCommandLine;
|
|
9172
|
-
function parseBuildCommand(commandLine: readonly string[]): ParsedBuildCommand;
|
|
9173
9123
|
/**
|
|
9174
9124
|
* Reads the config file, reports errors if any and exits if the config file cannot be found
|
|
9175
9125
|
*/
|
|
@@ -9224,13 +9174,6 @@ declare namespace ts {
|
|
|
9224
9174
|
options: TypeAcquisition;
|
|
9225
9175
|
errors: Diagnostic[];
|
|
9226
9176
|
};
|
|
9227
|
-
/** Parsed command line for build */
|
|
9228
|
-
interface ParsedBuildCommand {
|
|
9229
|
-
buildOptions: BuildOptions;
|
|
9230
|
-
watchOptions: WatchOptions | undefined;
|
|
9231
|
-
projects: string[];
|
|
9232
|
-
errors: Diagnostic[];
|
|
9233
|
-
}
|
|
9234
9177
|
type DiagnosticReporter = (diagnostic: Diagnostic) => void;
|
|
9235
9178
|
/**
|
|
9236
9179
|
* Reports config file diagnostics
|
|
@@ -9958,8 +9901,6 @@ declare namespace ts {
|
|
|
9958
9901
|
emit(targetSourceFile?: SourceFile, writeFile?: WriteFileCallback, cancellationToken?: CancellationToken, emitOnlyDtsFiles?: boolean, customTransformers?: CustomTransformers): EmitResult | undefined;
|
|
9959
9902
|
}
|
|
9960
9903
|
type InvalidatedProject<T extends BuilderProgram> = UpdateOutputFileStampsProject | BuildInvalidedProject<T>;
|
|
9961
|
-
/** Returns true if commandline is --build and needs to be parsed useing parseBuildCommand */
|
|
9962
|
-
function isBuildCommand(commandLineArgs: readonly string[]): boolean;
|
|
9963
9904
|
function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings;
|
|
9964
9905
|
/**
|
|
9965
9906
|
* Represents an immutable snapshot of a script at a specified time.Once acquired, the
|
|
@@ -10234,7 +10175,6 @@ declare namespace ts {
|
|
|
10234
10175
|
uncommentSelection(fileName: string, textRange: TextRange): TextChange[];
|
|
10235
10176
|
getSupportedCodeFixes(fileName?: string): readonly string[];
|
|
10236
10177
|
dispose(): void;
|
|
10237
|
-
preparePasteEditsForFile(fileName: string, copiedTextRanges: TextRange[]): boolean;
|
|
10238
10178
|
getPasteEdits(args: PasteEditsArgs, formatOptions: FormatCodeSettings): PasteEdits;
|
|
10239
10179
|
}
|
|
10240
10180
|
interface JsxClosingTagInfo {
|