incremental-compiler 18.0.20 → 18.0.21
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 +9 -9
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/package.json +3 -3
- package/taon.jsonc +50 -50
- package/tmp-environment.json +29 -29
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
# INCREMENTAL COMPILER
|
2
|
-
|
3
|
-
A library for any kind of incremental compilers and file watchers, based on the excellent Chokidar.
|
4
|
-
|
5
|
-
## Example Use Case
|
6
|
-
|
7
|
-
You want to call a specific function for each file in your "src" folder within your project.
|
8
|
-
After calling this function for each file, you set up watchers on those files. For each change in a file in "src," the function is called again for that particular file.
|
9
|
-
|
1
|
+
# INCREMENTAL COMPILER
|
2
|
+
|
3
|
+
A library for any kind of incremental compilers and file watchers, based on the excellent Chokidar.
|
4
|
+
|
5
|
+
## Example Use Case
|
6
|
+
|
7
|
+
You want to call a specific function for each file in your "src" folder within your project.
|
8
|
+
After calling this function for each file, you set up watchers on those files. For each change in a file in "src," the function is called again for that particular file.
|
9
|
+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
2
2
|
|
3
|
-
Assets from this folder are being shipped with this npm package (incremental-compiler@18.0.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@18.0.21)
|
4
4
|
created from this project.
|
5
5
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/package.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
]
|
49
49
|
},
|
50
50
|
"name": "incremental-compiler",
|
51
|
-
"version": "18.0.
|
51
|
+
"version": "18.0.21",
|
52
52
|
"license": "MIT",
|
53
53
|
"dependencies": {
|
54
54
|
"@types/chokidar": "2.1.3",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
"dateformat": "3.0.3",
|
60
60
|
"fs-extra": "8.1.0",
|
61
61
|
"glob": "7.1.2",
|
62
|
-
"tnp-core": "~18.0.
|
62
|
+
"tnp-core": "~18.0.47"
|
63
63
|
},
|
64
64
|
"private": false,
|
65
|
-
"lastBuildTagHash": "
|
65
|
+
"lastBuildTagHash": "d70475bc73e1407714b75b6978944e74f820a8f7",
|
66
66
|
"devDependencies": {},
|
67
67
|
"main": "dist/app.electron.js"
|
68
68
|
}
|
package/taon.jsonc
CHANGED
@@ -1,50 +1,50 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
|
4
|
-
"overrided": {
|
5
|
-
"ignoreDepsPattern": [],
|
6
|
-
"includeAsDev": [],
|
7
|
-
|
8
|
-
"includeOnly": [
|
9
|
-
"@types/glob",
|
10
|
-
"glob",
|
11
|
-
"fs-extra",
|
12
|
-
"@types/fs-extra",
|
13
|
-
"chokidar",
|
14
|
-
"@types/chokidar",
|
15
|
-
"dateformat",
|
16
|
-
"@types/dateformat",
|
17
|
-
"tnp-core"
|
18
|
-
],
|
19
|
-
|
20
|
-
"dependencies": {},
|
21
|
-
"linkedFolders": [],
|
22
|
-
"npmFixes": []
|
23
|
-
},
|
24
|
-
|
25
|
-
"smartContainerBuildTarget": "",
|
26
|
-
"linkedRepos": [],
|
27
|
-
|
28
|
-
"libReleaseOptions": {
|
29
|
-
"nodts": false,
|
30
|
-
"obscure": false,
|
31
|
-
"ugly": false,
|
32
|
-
"includeNodeModules": false,
|
33
|
-
"cliBuildNoDts": false,
|
34
|
-
"cliBuildObscure": false,
|
35
|
-
"cliBuildIncludeNodeModules": false,
|
36
|
-
"cliBuildUglify": false
|
37
|
-
},
|
38
|
-
|
39
|
-
"smartContainerTarget": "",
|
40
|
-
"type": "isomorphic-lib",
|
41
|
-
"isCoreProject": false,
|
42
|
-
"useFramework": false,
|
43
|
-
"version": "v18",
|
44
|
-
"isGenerated": false,
|
45
|
-
"license": "MIT",
|
46
|
-
"private": false,
|
47
|
-
"main": "index.js",
|
48
|
-
"workerPlugins": {},
|
49
|
-
"additionalNpmNames": ["taon-incremental-watcher"]
|
50
|
-
}
|
1
|
+
{
|
2
|
+
"resources": ["README.md"],
|
3
|
+
|
4
|
+
"overrided": {
|
5
|
+
"ignoreDepsPattern": [],
|
6
|
+
"includeAsDev": [],
|
7
|
+
|
8
|
+
"includeOnly": [
|
9
|
+
"@types/glob",
|
10
|
+
"glob",
|
11
|
+
"fs-extra",
|
12
|
+
"@types/fs-extra",
|
13
|
+
"chokidar",
|
14
|
+
"@types/chokidar",
|
15
|
+
"dateformat",
|
16
|
+
"@types/dateformat",
|
17
|
+
"tnp-core"
|
18
|
+
],
|
19
|
+
|
20
|
+
"dependencies": {},
|
21
|
+
"linkedFolders": [],
|
22
|
+
"npmFixes": []
|
23
|
+
},
|
24
|
+
|
25
|
+
"smartContainerBuildTarget": "",
|
26
|
+
"linkedRepos": [],
|
27
|
+
|
28
|
+
"libReleaseOptions": {
|
29
|
+
"nodts": false,
|
30
|
+
"obscure": false,
|
31
|
+
"ugly": false,
|
32
|
+
"includeNodeModules": false,
|
33
|
+
"cliBuildNoDts": false,
|
34
|
+
"cliBuildObscure": false,
|
35
|
+
"cliBuildIncludeNodeModules": false,
|
36
|
+
"cliBuildUglify": false
|
37
|
+
},
|
38
|
+
|
39
|
+
"smartContainerTarget": "",
|
40
|
+
"type": "isomorphic-lib",
|
41
|
+
"isCoreProject": false,
|
42
|
+
"useFramework": false,
|
43
|
+
"version": "v18",
|
44
|
+
"isGenerated": false,
|
45
|
+
"license": "MIT",
|
46
|
+
"private": false,
|
47
|
+
"main": "index.js",
|
48
|
+
"workerPlugins": {},
|
49
|
+
"additionalNpmNames": ["taon-incremental-watcher"]
|
50
|
+
}
|
package/tmp-environment.json
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
]
|
53
53
|
},
|
54
54
|
"name": "incremental-compiler",
|
55
|
-
"version": "18.0.
|
55
|
+
"version": "18.0.21",
|
56
56
|
"license": "MIT",
|
57
57
|
"dependencies": {
|
58
58
|
"@types/chokidar": "2.1.3",
|
@@ -63,10 +63,10 @@
|
|
63
63
|
"dateformat": "3.0.3",
|
64
64
|
"fs-extra": "8.1.0",
|
65
65
|
"glob": "7.1.2",
|
66
|
-
"tnp-core": "~18.0.
|
66
|
+
"tnp-core": "~18.0.47"
|
67
67
|
},
|
68
68
|
"private": false,
|
69
|
-
"lastBuildTagHash": "
|
69
|
+
"lastBuildTagHash": "d70475bc73e1407714b75b6978944e74f820a8f7",
|
70
70
|
"devDependencies": {
|
71
71
|
"@angular-builders/custom-webpack": "~18.0.0",
|
72
72
|
"@angular-devkit/build-angular": "~18.1.4",
|
@@ -223,14 +223,14 @@
|
|
223
223
|
"image-focus": "1.2.1",
|
224
224
|
"immer": "10.0.2",
|
225
225
|
"immutable": "4.3.7",
|
226
|
-
"incremental-compiler": "~18.0.
|
226
|
+
"incremental-compiler": "~18.0.20",
|
227
227
|
"inquirer": "7.3.3",
|
228
228
|
"inquirer-autocomplete-prompt": "1.4.0",
|
229
229
|
"inquirer-autocomplete-standalone": "0.8.1",
|
230
230
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
231
231
|
"inquirer-toggle": "1.0.1",
|
232
232
|
"is-elevated": "3.0.0",
|
233
|
-
"isomorphic-region-loader": "~18.0.
|
233
|
+
"isomorphic-region-loader": "~18.0.19",
|
234
234
|
"istanbul-instrumenter-loader": "3.0.1",
|
235
235
|
"jest": "29.7.0",
|
236
236
|
"jest-date-mock": "1.0.10",
|
@@ -241,8 +241,8 @@
|
|
241
241
|
"joi": "17.13.3",
|
242
242
|
"jscodeshift": "0.6.3",
|
243
243
|
"json-stringify-safe": "5.0.1",
|
244
|
-
"json10": "~18.0.
|
245
|
-
"json10-writer": "~18.0.
|
244
|
+
"json10": "~18.0.19",
|
245
|
+
"json10-writer": "~18.0.19",
|
246
246
|
"json5": "2.2.3",
|
247
247
|
"json5-writer": "0.2.0",
|
248
248
|
"jszip": "3.10.1",
|
@@ -251,9 +251,9 @@
|
|
251
251
|
"localforage": "1.10.0",
|
252
252
|
"lockfile": "1.0.4",
|
253
253
|
"lodash": "4.17.21",
|
254
|
-
"lodash-walk-object": "~18.0.
|
254
|
+
"lodash-walk-object": "~18.0.19",
|
255
255
|
"lowdb": "7.0.1",
|
256
|
-
"magic-renamer": "~18.0.
|
256
|
+
"magic-renamer": "~18.0.19",
|
257
257
|
"material-design-icons": "3.0.1",
|
258
258
|
"method-override": "2.3.10",
|
259
259
|
"minimist": "1.2.8",
|
@@ -264,11 +264,11 @@
|
|
264
264
|
"ng-in-viewport": "16.1.0",
|
265
265
|
"ng-lock": "18.0.1",
|
266
266
|
"ng-packagr": "18.1.0",
|
267
|
-
"ng-talkback": "~18.0.
|
268
|
-
"ng2-logger": "~18.0.
|
267
|
+
"ng-talkback": "~18.0.18",
|
268
|
+
"ng2-logger": "~18.0.21",
|
269
269
|
"ng2-pdfjs-viewer": "18.0.0",
|
270
|
-
"ng2-rest": "~18.0.
|
271
|
-
"ng2-rest-swagger-generator": "18.0.
|
270
|
+
"ng2-rest": "~18.0.19",
|
271
|
+
"ng2-rest-swagger-generator": "18.0.16",
|
272
272
|
"ngx-ace-wrapper": "17.0.0",
|
273
273
|
"ngx-editor": "17.5.4",
|
274
274
|
"ngx-highlightjs": "12.0.0",
|
@@ -282,7 +282,7 @@
|
|
282
282
|
"ngx-scrolltop": "18.0.0",
|
283
283
|
"ngx-store": "3.1.1",
|
284
284
|
"ngx-typed-js": "2.1.1",
|
285
|
-
"node-cli-tester": "~18.0.
|
285
|
+
"node-cli-tester": "~18.0.18",
|
286
286
|
"node-localstorage": "2.1.6",
|
287
287
|
"node-notifier": "10.0.1",
|
288
288
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -313,7 +313,7 @@
|
|
313
313
|
"q": "1.5.1",
|
314
314
|
"rallax.js": "2.0.4",
|
315
315
|
"randomcolor": "0.5.3",
|
316
|
-
"record-replay-req-res-scenario": "~18.0.
|
316
|
+
"record-replay-req-res-scenario": "~18.0.18",
|
317
317
|
"reflect-metadata": "0.2.2",
|
318
318
|
"rimraf": "2.6.2",
|
319
319
|
"rxjs": "~7.8.1",
|
@@ -327,22 +327,22 @@
|
|
327
327
|
"sql-template-strings": "2.2.2",
|
328
328
|
"sql-template-tag": "5.2.1",
|
329
329
|
"sql.js": "1.8.0",
|
330
|
-
"static-columns": "~18.0.
|
330
|
+
"static-columns": "~18.0.20",
|
331
331
|
"string-similarity": "4.0.4",
|
332
332
|
"sudo-block": "3.0.0",
|
333
333
|
"supertest": "7.0.0",
|
334
334
|
"sweetalert2": "11.7.32",
|
335
335
|
"systeminformation": "3.45.7",
|
336
336
|
"taon": "^18",
|
337
|
-
"taon-storage": "18.0.
|
338
|
-
"taon-type-sql": "18.0.
|
339
|
-
"taon-typeorm": "18.0.
|
337
|
+
"taon-storage": "18.0.28",
|
338
|
+
"taon-type-sql": "18.0.19",
|
339
|
+
"taon-typeorm": "18.0.18",
|
340
340
|
"task.js": "0.1.5",
|
341
341
|
"threads": "1.7.0",
|
342
|
-
"tnp": "~18.0.
|
343
|
-
"tnp-config": "~18.0.
|
344
|
-
"tnp-helpers": "~18.0.
|
345
|
-
"tnp-models": "~18.0.
|
342
|
+
"tnp": "~18.0.24",
|
343
|
+
"tnp-config": "~18.0.21",
|
344
|
+
"tnp-helpers": "~18.0.19",
|
345
|
+
"tnp-models": "~18.0.20",
|
346
346
|
"ts-debug": "1.3.0",
|
347
347
|
"ts-json-schema-generator": "2.3.0-next.5",
|
348
348
|
"ts-loader": "2.3.1",
|
@@ -354,14 +354,14 @@
|
|
354
354
|
"typedoc": "0.26.5",
|
355
355
|
"typedoc-plugin-markdown": "4.2.3",
|
356
356
|
"typescript": "~5.5.4",
|
357
|
-
"typescript-class-helpers": "~18.0.
|
357
|
+
"typescript-class-helpers": "~18.0.20",
|
358
358
|
"typescript-formatter": "~7.2.2",
|
359
359
|
"typescript-string-enums": "~1.0.0",
|
360
360
|
"underscore": "1.13.7",
|
361
361
|
"uuid": "10.0.0",
|
362
362
|
"validator": "13.5.2",
|
363
363
|
"video.js": "8.3.0",
|
364
|
-
"vpn-split": "~18.0.
|
364
|
+
"vpn-split": "~18.0.18",
|
365
365
|
"vscode": "1.1.37",
|
366
366
|
"wait-on": "8.0.1",
|
367
367
|
"watch": "1.0.2",
|
@@ -374,14 +374,14 @@
|
|
374
374
|
"main": "dist/app.electron.js"
|
375
375
|
},
|
376
376
|
"build": {
|
377
|
-
"number":
|
378
|
-
"date": "2025-01-
|
379
|
-
"hash": "
|
377
|
+
"number": 501,
|
378
|
+
"date": "2025-01-21T20:51:38.000Z",
|
379
|
+
"hash": "0e4e4687897bc9d4816d7e3d39f06acb54d7f1e5"
|
380
380
|
},
|
381
381
|
"currentProjectName": "incremental-compiler",
|
382
382
|
"currentProjectGenericName": "incremental-compiler",
|
383
383
|
"currentProjectType": "isomorphic-lib",
|
384
|
-
"currentFrameworkVersion": "18.0.
|
384
|
+
"currentFrameworkVersion": "18.0.24",
|
385
385
|
"isStandaloneProject": true,
|
386
386
|
"isSmartContainer": false,
|
387
387
|
"pathesTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./src/lib/*\"]},",
|
package/websql/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|