@visulima/tsconfig 1.1.2 → 1.1.4
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/CHANGELOG.md +19 -0
- package/README.md +9 -9
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @visulima/tsconfig [1.1.4](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.3...@visulima/tsconfig@1.1.4) (2024-12-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/fs:** upgraded to 2.3.3
|
|
7
|
+
* **@visulima/path:** upgraded to 1.2.0
|
|
8
|
+
|
|
9
|
+
## @visulima/tsconfig [1.1.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.2...@visulima/tsconfig@1.1.3) (2024-12-27)
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@visulima/fs:** upgraded to 2.3.2
|
|
19
|
+
|
|
1
20
|
## @visulima/tsconfig [1.1.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.1...@visulima/tsconfig@1.1.2) (2024-12-12)
|
|
2
21
|
|
|
3
22
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -183,7 +183,7 @@ Instructs the TypeScript compiler how to watch files.
|
|
|
183
183
|
|
|
184
184
|
#### Defined in
|
|
185
185
|
|
|
186
|
-
node\_modules/.pnpm/type-fest@4.
|
|
186
|
+
node\_modules/.pnpm/type-fest@4.31.0/node\_modules/type-fest/source/tsconfig-json.d.ts:1
|
|
187
187
|
|
|
188
188
|
## Other
|
|
189
189
|
|
|
@@ -218,7 +218,7 @@ An `Error` when the "tsconfig.json" file is not found.
|
|
|
218
218
|
|
|
219
219
|
#### Defined in
|
|
220
220
|
|
|
221
|
-
[packages/tsconfig/src/find-tsconfig.ts:29](https://github.com/visulima/visulima/blob/
|
|
221
|
+
[packages/tsconfig/src/find-tsconfig.ts:29](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/find-tsconfig.ts#L29)
|
|
222
222
|
|
|
223
223
|
***
|
|
224
224
|
|
|
@@ -240,7 +240,7 @@ function findTsConfigSync(cwd?, options?): TsConfigResult
|
|
|
240
240
|
|
|
241
241
|
#### Defined in
|
|
242
242
|
|
|
243
|
-
[packages/tsconfig/src/find-tsconfig.ts:66](https://github.com/visulima/visulima/blob/
|
|
243
|
+
[packages/tsconfig/src/find-tsconfig.ts:66](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/find-tsconfig.ts#L66)
|
|
244
244
|
|
|
245
245
|
***
|
|
246
246
|
|
|
@@ -330,7 +330,7 @@ Instructs the TypeScript compiler how to watch files.
|
|
|
330
330
|
|
|
331
331
|
#### Defined in
|
|
332
332
|
|
|
333
|
-
[packages/tsconfig/src/read-tsconfig.ts:307](https://github.com/visulima/visulima/blob/
|
|
333
|
+
[packages/tsconfig/src/read-tsconfig.ts:307](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/read-tsconfig.ts#L307)
|
|
334
334
|
|
|
335
335
|
***
|
|
336
336
|
|
|
@@ -362,7 +362,7 @@ The return type of function is `Promise<void>`.
|
|
|
362
362
|
|
|
363
363
|
#### Defined in
|
|
364
364
|
|
|
365
|
-
[packages/tsconfig/src/write-tsconfig.ts:17](https://github.com/visulima/visulima/blob/
|
|
365
|
+
[packages/tsconfig/src/write-tsconfig.ts:17](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/write-tsconfig.ts#L17)
|
|
366
366
|
|
|
367
367
|
***
|
|
368
368
|
|
|
@@ -394,7 +394,7 @@ The return type of function is `Promise<void>`.
|
|
|
394
394
|
|
|
395
395
|
#### Defined in
|
|
396
396
|
|
|
397
|
-
[packages/tsconfig/src/write-tsconfig.ts:35](https://github.com/visulima/visulima/blob/
|
|
397
|
+
[packages/tsconfig/src/write-tsconfig.ts:35](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/write-tsconfig.ts#L35)
|
|
398
398
|
|
|
399
399
|
***
|
|
400
400
|
|
|
@@ -406,7 +406,7 @@ const implicitBaseUrlSymbol: typeof implicitBaseUrlSymbol;
|
|
|
406
406
|
|
|
407
407
|
#### Defined in
|
|
408
408
|
|
|
409
|
-
[packages/tsconfig/src/read-tsconfig.ts:304](https://github.com/visulima/visulima/blob/
|
|
409
|
+
[packages/tsconfig/src/read-tsconfig.ts:304](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/read-tsconfig.ts#L304)
|
|
410
410
|
|
|
411
411
|
***
|
|
412
412
|
|
|
@@ -418,7 +418,7 @@ type TsConfigJsonResolved: Except<TsConfigJson, "extends">;
|
|
|
418
418
|
|
|
419
419
|
#### Defined in
|
|
420
420
|
|
|
421
|
-
[packages/tsconfig/src/types.ts:3](https://github.com/visulima/visulima/blob/
|
|
421
|
+
[packages/tsconfig/src/types.ts:3](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/types.ts#L3)
|
|
422
422
|
|
|
423
423
|
***
|
|
424
424
|
|
|
@@ -444,7 +444,7 @@ path: string;
|
|
|
444
444
|
|
|
445
445
|
#### Defined in
|
|
446
446
|
|
|
447
|
-
[packages/tsconfig/src/find-tsconfig.ts:14](https://github.com/visulima/visulima/blob/
|
|
447
|
+
[packages/tsconfig/src/find-tsconfig.ts:14](https://github.com/visulima/visulima/blob/2374dadf62026394df061c7bf8ce1e99ce0304c4/packages/tsconfig/src/find-tsconfig.ts#L14)
|
|
448
448
|
|
|
449
449
|
## File
|
|
450
450
|
|
package/dist/index.d.cts
CHANGED
|
@@ -34,8 +34,8 @@ type Includes<Value extends readonly any[], Item> =
|
|
|
34
34
|
@category Utilities
|
|
35
35
|
*/
|
|
36
36
|
type IsEqual<A, B> =
|
|
37
|
-
(<G>() => G extends A ? 1 : 2) extends
|
|
38
|
-
(<G>() => G extends B ? 1 : 2)
|
|
37
|
+
(<G>() => G extends A & G | G ? 1 : 2) extends
|
|
38
|
+
(<G>() => G extends B & G | G ? 1 : 2)
|
|
39
39
|
? true
|
|
40
40
|
: false;
|
|
41
41
|
|
package/dist/index.d.mts
CHANGED
|
@@ -34,8 +34,8 @@ type Includes<Value extends readonly any[], Item> =
|
|
|
34
34
|
@category Utilities
|
|
35
35
|
*/
|
|
36
36
|
type IsEqual<A, B> =
|
|
37
|
-
(<G>() => G extends A ? 1 : 2) extends
|
|
38
|
-
(<G>() => G extends B ? 1 : 2)
|
|
37
|
+
(<G>() => G extends A & G | G ? 1 : 2) extends
|
|
38
|
+
(<G>() => G extends B & G | G ? 1 : 2)
|
|
39
39
|
? true
|
|
40
40
|
: false;
|
|
41
41
|
|
package/dist/index.d.ts
CHANGED
|
@@ -34,8 +34,8 @@ type Includes<Value extends readonly any[], Item> =
|
|
|
34
34
|
@category Utilities
|
|
35
35
|
*/
|
|
36
36
|
type IsEqual<A, B> =
|
|
37
|
-
(<G>() => G extends A ? 1 : 2) extends
|
|
38
|
-
(<G>() => G extends B ? 1 : 2)
|
|
37
|
+
(<G>() => G extends A & G | G ? 1 : 2) extends
|
|
38
|
+
(<G>() => G extends B & G | G ? 1 : 2)
|
|
39
39
|
? true
|
|
40
40
|
: false;
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tsconfig",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Find and/or parse the tsconfig.json file from a directory path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"CHANGELOG.md"
|
|
68
68
|
],
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@visulima/fs": "2.3.
|
|
71
|
-
"@visulima/path": "1.
|
|
70
|
+
"@visulima/fs": "2.3.3",
|
|
71
|
+
"@visulima/path": "1.2.0",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"resolve-pkg-maps": "^1.0.0"
|
|
74
74
|
},
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"@anolilab/eslint-config": "^15.0.3",
|
|
77
77
|
"@anolilab/prettier-config": "^5.0.14",
|
|
78
78
|
"@anolilab/semantic-release-pnpm": "1.1.3",
|
|
79
|
-
"@anolilab/semantic-release-preset": "^9.0.
|
|
80
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
79
|
+
"@anolilab/semantic-release-preset": "^9.0.3",
|
|
80
|
+
"@arethetypeswrong/cli": "^0.17.2",
|
|
81
81
|
"@babel/core": "^7.26.0",
|
|
82
82
|
"@ckeditor/typedoc-plugins": "43.0.0",
|
|
83
83
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"secretlint": "9.0.0",
|
|
104
104
|
"semantic-release": "^24.2.0",
|
|
105
105
|
"tempy": "^3.1.0",
|
|
106
|
-
"type-fest": "^4.
|
|
106
|
+
"type-fest": "^4.31.0",
|
|
107
107
|
"typedoc": "0.26.10",
|
|
108
108
|
"typedoc-plugin-markdown": "4.2.9",
|
|
109
109
|
"typedoc-plugin-rename-defaults": "0.7.1",
|