incremental-compiler 13.1.17 → 13.1.19

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.
Files changed (41) hide show
  1. package/README.md +13 -13
  2. package/app.js +3 -3
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/incremental-compiler.mjs +4 -4
  5. package/browser/esm2020/lib/index.mjs +74 -74
  6. package/browser/esm2020/lib/models.mjs +5 -5
  7. package/browser/esm2020/public-api.mjs +1 -1
  8. package/browser/fesm2015/incremental-compiler.mjs +74 -74
  9. package/browser/fesm2020/incremental-compiler.mjs +74 -74
  10. package/browser/incremental-compiler.d.ts +4 -4
  11. package/browser/lib/models.d.ts +33 -33
  12. package/client/README.md +24 -24
  13. package/client/esm2020/incremental-compiler.mjs +4 -4
  14. package/client/esm2020/lib/index.mjs +74 -74
  15. package/client/esm2020/lib/models.mjs +5 -5
  16. package/client/esm2020/public-api.mjs +1 -1
  17. package/client/fesm2015/incremental-compiler.mjs +74 -74
  18. package/client/fesm2020/incremental-compiler.mjs +74 -74
  19. package/client/incremental-compiler.d.ts +4 -4
  20. package/client/lib/models.d.ts +33 -33
  21. package/index.d.ts +1 -1
  22. package/lib/base-client-compiler.backend.d.ts +48 -48
  23. package/lib/change-of-file.backend.d.ts +14 -14
  24. package/lib/compiler-manager.backend.d.ts +27 -27
  25. package/lib/decorators.backend.d.ts +5 -5
  26. package/lib/helpers.backend.d.ts +2 -2
  27. package/lib/index.d.ts +40 -40
  28. package/lib/models.d.ts +34 -34
  29. package/package.json +4 -4
  30. package/package.json_devDependencies.json +216 -216
  31. package/package.json_tnp.json5 +50 -50
  32. package/tmp-environment.json +35 -38
  33. package/websql/README.md +24 -24
  34. package/websql/esm2020/incremental-compiler.mjs +4 -4
  35. package/websql/esm2020/lib/index.mjs +74 -74
  36. package/websql/esm2020/lib/models.mjs +5 -5
  37. package/websql/esm2020/public-api.mjs +1 -1
  38. package/websql/fesm2015/incremental-compiler.mjs +74 -74
  39. package/websql/fesm2020/incremental-compiler.mjs +74 -74
  40. package/websql/incremental-compiler.d.ts +4 -4
  41. 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
@@ -1,6 +1,6 @@
1
1
  // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="incremental-compiler" />
2
+ /**
3
+ * Generated bundle index. Do not edit.
4
+ */
5
+ /// <amd-module name="incremental-compiler" />
6
6
  export * from './public-api';
@@ -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
  }