incremental-compiler 13.1.23 → 13.1.25
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/README.md +13 -13
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/incremental-compiler.mjs +4 -4
- package/browser/esm2020/lib/index.mjs +74 -74
- package/browser/esm2020/lib/models.mjs +5 -5
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/fesm2015/incremental-compiler.mjs +74 -74
- package/browser/fesm2020/incremental-compiler.mjs +74 -74
- package/browser/incremental-compiler.d.ts +4 -4
- package/browser/lib/models.d.ts +33 -33
- package/client/README.md +24 -24
- package/client/esm2020/incremental-compiler.mjs +4 -4
- package/client/esm2020/lib/index.mjs +74 -74
- package/client/esm2020/lib/models.mjs +5 -5
- package/client/esm2020/public-api.mjs +1 -1
- package/client/fesm2015/incremental-compiler.mjs +74 -74
- package/client/fesm2020/incremental-compiler.mjs +74 -74
- package/client/incremental-compiler.d.ts +4 -4
- package/client/lib/models.d.ts +33 -33
- package/client/package.json +42 -41
- package/index.d.ts +1 -1
- package/index.js.map +1 -1
- package/lib/base-client-compiler.backend.d.ts +56 -56
- package/lib/base-client-compiler.backend.js.map +1 -1
- package/lib/change-of-file.backend.d.ts +14 -14
- package/lib/change-of-file.backend.js.map +1 -1
- package/lib/compiler-manager.backend.d.ts +26 -26
- package/lib/compiler-manager.backend.js.map +1 -1
- package/lib/decorators.backend.d.ts +5 -5
- package/lib/decorators.backend.js.map +1 -1
- package/lib/helpers.backend.d.ts +3 -3
- package/lib/helpers.backend.js.map +1 -1
- package/lib/index.d.ts +40 -40
- package/lib/index.js.map +1 -1
- package/lib/models.d.ts +34 -34
- package/lib/models.js.map +1 -1
- package/package.json +4 -4
- package/package.json_devDependencies.json +216 -216
- package/package.json_tnp.json5 +53 -50
- package/tmp-environment.json +49 -46
- package/websql/README.md +24 -24
- package/websql/esm2020/incremental-compiler.mjs +4 -4
- package/websql/esm2020/lib/index.mjs +74 -74
- package/websql/esm2020/lib/models.mjs +5 -5
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/fesm2015/incremental-compiler.mjs +74 -74
- package/websql/fesm2020/incremental-compiler.mjs +74 -74
- package/websql/incremental-compiler.d.ts +4 -4
- package/websql/lib/models.d.ts +33 -33
@@ -1,78 +1,78 @@
|
|
1
|
-
/* */
|
2
|
-
/* */
|
3
|
-
/* */
|
4
|
-
/* */
|
5
|
-
/* */
|
6
|
-
/* */
|
7
|
-
/* */
|
8
|
-
/* */
|
9
|
-
/* */
|
10
|
-
/* */
|
11
|
-
/* */
|
12
|
-
/* */
|
13
|
-
/* */
|
14
|
-
/* */
|
15
|
-
/* */
|
16
|
-
/* */
|
17
|
-
/* */
|
18
|
-
/* */
|
19
|
-
/* */
|
20
|
-
/* */
|
21
|
-
/* */
|
22
|
-
/* */
|
23
|
-
/* */
|
24
|
-
/* */
|
25
|
-
/* */
|
26
|
-
/* */
|
27
|
-
/* */
|
28
|
-
/* */
|
29
|
-
/* */
|
30
|
-
/* */
|
31
|
-
/* */
|
32
|
-
/* */
|
33
|
-
/* */
|
34
|
-
/* */
|
35
|
-
/* */
|
36
|
-
/* */
|
37
|
-
/* */
|
38
|
-
/* */
|
39
|
-
/* */
|
40
|
-
/* */
|
41
|
-
/* */
|
42
|
-
/* */
|
43
|
-
/* */
|
44
|
-
/* */
|
45
|
-
/* */
|
46
|
-
/* */
|
47
|
-
/* */
|
48
|
-
/* */
|
49
|
-
/* */
|
50
|
-
/* */
|
51
|
-
/* */
|
52
|
-
/* */
|
53
|
-
/* */
|
54
|
-
/* */
|
55
|
-
/* */
|
56
|
-
/* */
|
57
|
-
/* */
|
58
|
-
/* */
|
59
|
-
/* */
|
60
|
-
/* */
|
61
|
-
/* */
|
62
|
-
/* */
|
63
|
-
/* */
|
64
|
-
/* */
|
65
|
-
/* */
|
66
|
-
/* */
|
67
|
-
/* */
|
68
|
-
/* */
|
69
|
-
/* */
|
70
|
-
/* */
|
71
|
-
/* */
|
72
|
-
;
|
1
|
+
/* */
|
2
|
+
/* */
|
3
|
+
/* */
|
4
|
+
/* */
|
5
|
+
/* */
|
6
|
+
/* */
|
7
|
+
/* */
|
8
|
+
/* */
|
9
|
+
/* */
|
10
|
+
/* */
|
11
|
+
/* */
|
12
|
+
/* */
|
13
|
+
/* */
|
14
|
+
/* */
|
15
|
+
/* */
|
16
|
+
/* */
|
17
|
+
/* */
|
18
|
+
/* */
|
19
|
+
/* */
|
20
|
+
/* */
|
21
|
+
/* */
|
22
|
+
/* */
|
23
|
+
/* */
|
24
|
+
/* */
|
25
|
+
/* */
|
26
|
+
/* */
|
27
|
+
/* */
|
28
|
+
/* */
|
29
|
+
/* */
|
30
|
+
/* */
|
31
|
+
/* */
|
32
|
+
/* */
|
33
|
+
/* */
|
34
|
+
/* */
|
35
|
+
/* */
|
36
|
+
/* */
|
37
|
+
/* */
|
38
|
+
/* */
|
39
|
+
/* */
|
40
|
+
/* */
|
41
|
+
/* */
|
42
|
+
/* */
|
43
|
+
/* */
|
44
|
+
/* */
|
45
|
+
/* */
|
46
|
+
/* */
|
47
|
+
/* */
|
48
|
+
/* */
|
49
|
+
/* */
|
50
|
+
/* */
|
51
|
+
/* */
|
52
|
+
/* */
|
53
|
+
/* */
|
54
|
+
/* */
|
55
|
+
/* */
|
56
|
+
/* */
|
57
|
+
/* */
|
58
|
+
/* */
|
59
|
+
/* */
|
60
|
+
/* */
|
61
|
+
/* */
|
62
|
+
/* */
|
63
|
+
/* */
|
64
|
+
/* */
|
65
|
+
/* */
|
66
|
+
/* */
|
67
|
+
/* */
|
68
|
+
/* */
|
69
|
+
/* */
|
70
|
+
/* */
|
71
|
+
/* */
|
72
|
+
;
|
73
73
|
({}); // @--end-of-file-for-module=incremental-compiler lib/index.ts
|
74
74
|
|
75
|
-
/**
|
76
|
-
* Generated bundle index. Do not edit.
|
75
|
+
/**
|
76
|
+
* Generated bundle index. Do not edit.
|
77
77
|
*/
|
78
78
|
//# sourceMappingURL=incremental-compiler.mjs.map
|
package/websql/lib/models.d.ts
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
import { ConfigModels } from 'tnp-config/websql';
|
3
|
-
export declare namespace Models {
|
4
|
-
interface StartAndWatchOptions {
|
5
|
-
afterInitCallBack?: () => void;
|
6
|
-
watchOnly?: boolean;
|
7
|
-
}
|
8
|
-
interface BaseClientCompilerOptions {
|
9
|
-
folderPath?: string | string[];
|
10
|
-
/**
|
11
|
-
* It will cache in memory previouse files
|
12
|
-
* to limit async actions calls
|
13
|
-
* and prevent not changed files emiting change event
|
14
|
-
*/
|
15
|
-
folderPathContentCheck?: string | string[];
|
16
|
-
watchDepth?: Number;
|
17
|
-
/**
|
18
|
-
* default true
|
19
|
-
*/
|
20
|
-
followSymlinks?: boolean;
|
21
|
-
/**
|
22
|
-
* Notify compiler if file is unlinked
|
23
|
-
* default: false
|
24
|
-
*/
|
25
|
-
notifyOnFileUnlink?: boolean;
|
26
|
-
ignoreFolderPatter?: string[];
|
27
|
-
allowedOnlyFileExt?: string[];
|
28
|
-
/**
|
29
|
-
* useful when using **allowedOnlyFileExt**
|
30
|
-
*/
|
31
|
-
additionallyAllowedFilesWithNames?: string[];
|
32
|
-
executeOutsideScenario?: boolean;
|
33
|
-
subscribeOnlyFor?: ConfigModels.FileExtension[];
|
34
|
-
}
|
2
|
+
import { ConfigModels } from 'tnp-config/websql';
|
3
|
+
export declare namespace Models {
|
4
|
+
interface StartAndWatchOptions {
|
5
|
+
afterInitCallBack?: () => void;
|
6
|
+
watchOnly?: boolean;
|
7
|
+
}
|
8
|
+
interface BaseClientCompilerOptions {
|
9
|
+
folderPath?: string | string[];
|
10
|
+
/**
|
11
|
+
* It will cache in memory previouse files
|
12
|
+
* to limit async actions calls
|
13
|
+
* and prevent not changed files emiting change event
|
14
|
+
*/
|
15
|
+
folderPathContentCheck?: string | string[];
|
16
|
+
watchDepth?: Number;
|
17
|
+
/**
|
18
|
+
* default true
|
19
|
+
*/
|
20
|
+
followSymlinks?: boolean;
|
21
|
+
/**
|
22
|
+
* Notify compiler if file is unlinked
|
23
|
+
* default: false
|
24
|
+
*/
|
25
|
+
notifyOnFileUnlink?: boolean;
|
26
|
+
ignoreFolderPatter?: string[];
|
27
|
+
allowedOnlyFileExt?: string[];
|
28
|
+
/**
|
29
|
+
* useful when using **allowedOnlyFileExt**
|
30
|
+
*/
|
31
|
+
additionallyAllowedFilesWithNames?: string[];
|
32
|
+
executeOutsideScenario?: boolean;
|
33
|
+
subscribeOnlyFor?: ConfigModels.FileExtension[];
|
34
|
+
}
|
35
35
|
}
|