@visulima/package 1.10.2 → 2.0.0
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 +27 -0
- package/README.md +3 -27
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1199 -3
- package/dist/index.d.mts +1199 -3
- package/dist/index.d.ts +1199 -3
- package/dist/index.mjs +1 -1
- package/dist/package-json.d.cts +2 -21
- package/dist/package-json.d.mts +2 -21
- package/dist/package-json.d.ts +2 -21
- package/dist/shared/package.CEeDTVje.d.cts +786 -0
- package/dist/shared/package.CEeDTVje.d.mts +786 -0
- package/dist/shared/package.CEeDTVje.d.ts +786 -0
- package/package.json +5 -22
- package/dist/shared/package.CsOwsdKK.mjs +0 -1
- package/dist/shared/package.IUWQuIXW.cjs +0 -1
- package/dist/shared/package.SZmjOQBM.d.cts +0 -2076
- package/dist/shared/package.SZmjOQBM.d.mts +0 -2076
- package/dist/shared/package.SZmjOQBM.d.ts +0 -2076
- package/dist/tsconfig/index.cjs +0 -1
- package/dist/tsconfig/index.d.cts +0 -34
- package/dist/tsconfig/index.d.mts +0 -34
- package/dist/tsconfig/index.d.ts +0 -34
- package/dist/tsconfig/index.mjs +0 -1
package/dist/tsconfig/index.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../shared/package.IUWQuIXW.cjs");exports.findTSConfig=i.findTSConfig;exports.findTSConfigSync=i.findTSConfigSync;exports.findTsConfig=i.findTsConfig;exports.findTsConfigSync=i.findTsConfigSync;exports.implicitBaseUrlSymbol=i.implicitBaseUrlSymbol;exports.readTsConfig=i.readTsConfig;exports.writeTSConfig=i.writeTSConfig;exports.writeTsConfig=i.writeTsConfig;exports.writeTsConfigSync=i.writeTsConfigSync;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { T as TsConfigJsonResolved, a as TsConfigJson } from '../shared/package.SZmjOQBM.cjs';
|
|
2
|
-
import { WriteJsonOptions } from '@visulima/fs';
|
|
3
|
-
import 'normalize-package-data';
|
|
4
|
-
|
|
5
|
-
type Options$1 = {
|
|
6
|
-
cache?: Map<string, TsConfigJsonResolved> | boolean;
|
|
7
|
-
configFileName?: string;
|
|
8
|
-
};
|
|
9
|
-
type TsConfigResult = {
|
|
10
|
-
config: TsConfigJsonResolved;
|
|
11
|
-
path: string;
|
|
12
|
-
};
|
|
13
|
-
declare const findTsConfig: (cwd?: URL | string, options?: Options$1) => Promise<TsConfigResult>;
|
|
14
|
-
declare const findTSConfig: (cwd?: URL | string, options?: Options$1) => Promise<TsConfigResult>;
|
|
15
|
-
declare const findTsConfigSync: (cwd?: URL | string, options?: Options$1) => TsConfigResult;
|
|
16
|
-
declare const findTSConfigSync: (cwd?: URL | string, options?: Options$1) => TsConfigResult;
|
|
17
|
-
|
|
18
|
-
type Options = {
|
|
19
|
-
tscCompatible?: boolean;
|
|
20
|
-
};
|
|
21
|
-
declare const implicitBaseUrlSymbol: unique symbol;
|
|
22
|
-
declare const readTsConfig: (tsconfigPath: string, options?: Options) => TsConfigJsonResolved;
|
|
23
|
-
|
|
24
|
-
declare const writeTsConfig: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
25
|
-
cwd?: URL | string;
|
|
26
|
-
}) => Promise<void>;
|
|
27
|
-
declare const writeTSConfig: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
28
|
-
cwd?: URL | string;
|
|
29
|
-
}) => Promise<void>;
|
|
30
|
-
declare const writeTsConfigSync: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
31
|
-
cwd?: URL | string;
|
|
32
|
-
}) => void;
|
|
33
|
-
|
|
34
|
-
export { type TsConfigResult, findTSConfig, findTSConfigSync, findTsConfig, findTsConfigSync, implicitBaseUrlSymbol, readTsConfig, writeTSConfig, writeTsConfig, writeTsConfigSync };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { T as TsConfigJsonResolved, a as TsConfigJson } from '../shared/package.SZmjOQBM.mjs';
|
|
2
|
-
import { WriteJsonOptions } from '@visulima/fs';
|
|
3
|
-
import 'normalize-package-data';
|
|
4
|
-
|
|
5
|
-
type Options$1 = {
|
|
6
|
-
cache?: Map<string, TsConfigJsonResolved> | boolean;
|
|
7
|
-
configFileName?: string;
|
|
8
|
-
};
|
|
9
|
-
type TsConfigResult = {
|
|
10
|
-
config: TsConfigJsonResolved;
|
|
11
|
-
path: string;
|
|
12
|
-
};
|
|
13
|
-
declare const findTsConfig: (cwd?: URL | string, options?: Options$1) => Promise<TsConfigResult>;
|
|
14
|
-
declare const findTSConfig: (cwd?: URL | string, options?: Options$1) => Promise<TsConfigResult>;
|
|
15
|
-
declare const findTsConfigSync: (cwd?: URL | string, options?: Options$1) => TsConfigResult;
|
|
16
|
-
declare const findTSConfigSync: (cwd?: URL | string, options?: Options$1) => TsConfigResult;
|
|
17
|
-
|
|
18
|
-
type Options = {
|
|
19
|
-
tscCompatible?: boolean;
|
|
20
|
-
};
|
|
21
|
-
declare const implicitBaseUrlSymbol: unique symbol;
|
|
22
|
-
declare const readTsConfig: (tsconfigPath: string, options?: Options) => TsConfigJsonResolved;
|
|
23
|
-
|
|
24
|
-
declare const writeTsConfig: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
25
|
-
cwd?: URL | string;
|
|
26
|
-
}) => Promise<void>;
|
|
27
|
-
declare const writeTSConfig: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
28
|
-
cwd?: URL | string;
|
|
29
|
-
}) => Promise<void>;
|
|
30
|
-
declare const writeTsConfigSync: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
31
|
-
cwd?: URL | string;
|
|
32
|
-
}) => void;
|
|
33
|
-
|
|
34
|
-
export { type TsConfigResult, findTSConfig, findTSConfigSync, findTsConfig, findTsConfigSync, implicitBaseUrlSymbol, readTsConfig, writeTSConfig, writeTsConfig, writeTsConfigSync };
|
package/dist/tsconfig/index.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { T as TsConfigJsonResolved, a as TsConfigJson } from '../shared/package.SZmjOQBM.js';
|
|
2
|
-
import { WriteJsonOptions } from '@visulima/fs';
|
|
3
|
-
import 'normalize-package-data';
|
|
4
|
-
|
|
5
|
-
type Options$1 = {
|
|
6
|
-
cache?: Map<string, TsConfigJsonResolved> | boolean;
|
|
7
|
-
configFileName?: string;
|
|
8
|
-
};
|
|
9
|
-
type TsConfigResult = {
|
|
10
|
-
config: TsConfigJsonResolved;
|
|
11
|
-
path: string;
|
|
12
|
-
};
|
|
13
|
-
declare const findTsConfig: (cwd?: URL | string, options?: Options$1) => Promise<TsConfigResult>;
|
|
14
|
-
declare const findTSConfig: (cwd?: URL | string, options?: Options$1) => Promise<TsConfigResult>;
|
|
15
|
-
declare const findTsConfigSync: (cwd?: URL | string, options?: Options$1) => TsConfigResult;
|
|
16
|
-
declare const findTSConfigSync: (cwd?: URL | string, options?: Options$1) => TsConfigResult;
|
|
17
|
-
|
|
18
|
-
type Options = {
|
|
19
|
-
tscCompatible?: boolean;
|
|
20
|
-
};
|
|
21
|
-
declare const implicitBaseUrlSymbol: unique symbol;
|
|
22
|
-
declare const readTsConfig: (tsconfigPath: string, options?: Options) => TsConfigJsonResolved;
|
|
23
|
-
|
|
24
|
-
declare const writeTsConfig: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
25
|
-
cwd?: URL | string;
|
|
26
|
-
}) => Promise<void>;
|
|
27
|
-
declare const writeTSConfig: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
28
|
-
cwd?: URL | string;
|
|
29
|
-
}) => Promise<void>;
|
|
30
|
-
declare const writeTsConfigSync: (tsConfig: TsConfigJson, options?: WriteJsonOptions & {
|
|
31
|
-
cwd?: URL | string;
|
|
32
|
-
}) => void;
|
|
33
|
-
|
|
34
|
-
export { type TsConfigResult, findTSConfig, findTSConfigSync, findTsConfig, findTsConfigSync, implicitBaseUrlSymbol, readTsConfig, writeTSConfig, writeTsConfig, writeTsConfigSync };
|
package/dist/tsconfig/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{f as s,e as f,a,b as o,i as g,r,w as C,c as T,d as e}from"../shared/package.CsOwsdKK.mjs";export{s as findTSConfig,f as findTSConfigSync,a as findTsConfig,o as findTsConfigSync,g as implicitBaseUrlSymbol,r as readTsConfig,C as writeTSConfig,T as writeTsConfig,e as writeTsConfigSync};
|