incremental-compiler 18.0.9 → 18.0.10
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/client/README.md +24 -24
- package/lib/base-client-compiler.backend.js +4 -4
- package/lib/base-client-compiler.backend.js.map +1 -1
- package/package.json +5 -5
- package/taon.jsonc +50 -50
- package/tmp-environment.json +29 -30
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# INCREMENTAL COMPILER
|
2
|
-
|
3
|
-
- lib for any kind incremental compilers, files watchers..
|
4
|
-
- based on excellent https://github.com/paulmillr/chokidar
|
5
|
-
|
6
|
-
## Example use case
|
7
|
-
|
8
|
-
- You want to call some function for each file in you folder "src" in you project.
|
9
|
-
- After you call this function for each file... you are watching this files and
|
10
|
-
for each file change in "src", you are calling again function for this particular file
|
11
|
-
|
12
|
-
|
13
|
-
### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
|
1
|
+
# INCREMENTAL COMPILER
|
2
|
+
|
3
|
+
- lib for any kind incremental compilers, files watchers..
|
4
|
+
- based on excellent https://github.com/paulmillr/chokidar
|
5
|
+
|
6
|
+
## Example use case
|
7
|
+
|
8
|
+
- You want to call some function for each file in you folder "src" in you project.
|
9
|
+
- After you call this function for each file... you are watching this files and
|
10
|
+
for each file change in "src", you are calling again function for this particular file
|
11
|
+
|
12
|
+
|
13
|
+
### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
|
@@ -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.10)
|
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.
|
@@ -8,7 +8,7 @@ var typescript_class_helpers_1 = require("typescript-class-helpers");
|
|
8
8
|
var compiler_manager_backend_1 = require("./compiler-manager.backend");
|
9
9
|
var helpers_backend_1 = require("./helpers.backend");
|
10
10
|
var tnp_core_2 = require("tnp-core");
|
11
|
-
var
|
11
|
+
var tnp_core_3 = require("tnp-core");
|
12
12
|
//#endregion
|
13
13
|
var BaseClientCompiler = /** @class */ (function () {
|
14
14
|
//#endregion
|
@@ -138,7 +138,7 @@ var BaseClientCompiler = /** @class */ (function () {
|
|
138
138
|
return [2 /*return*/];
|
139
139
|
}
|
140
140
|
});
|
141
|
-
}); }, "".concat(
|
141
|
+
}); }, "".concat(tnp_core_3.CLI.chalk.green('sync action'), " for ").concat(taskName), 'Event:')];
|
142
142
|
case 1:
|
143
143
|
_b.sent();
|
144
144
|
if (!tnp_core_1._.isFunction(afterInitCallBack)) return [3 /*break*/, 3];
|
@@ -173,7 +173,7 @@ var BaseClientCompiler = /** @class */ (function () {
|
|
173
173
|
this.taskName = taskName;
|
174
174
|
if (!(this.folderPath.length > 0)) return [3 /*break*/, 7];
|
175
175
|
if (!watchOnly) return [3 /*break*/, 1];
|
176
|
-
console.log(
|
176
|
+
console.log(tnp_core_3.CLI.chalk.gray("[incremental-compiler] Watch mode only for \"".concat(taskName, "\"")));
|
177
177
|
return [3 /*break*/, 3];
|
178
178
|
case 1: return [4 /*yield*/, this.start(options)];
|
179
179
|
case 2:
|
@@ -190,7 +190,7 @@ var BaseClientCompiler = /** @class */ (function () {
|
|
190
190
|
return [2 /*return*/];
|
191
191
|
}
|
192
192
|
});
|
193
|
-
}); }, "".concat(
|
193
|
+
}); }, "".concat(tnp_core_3.CLI.chalk.green('pre-async action'), " for ").concat(taskName), 'Event:')];
|
194
194
|
case 4:
|
195
195
|
_b.sent();
|
196
196
|
_b.label = 5;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base-client-compiler.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AAAA,iBAAiB;AACjB,qCAA2D;AAC3D,qEAAiD;AAEjD,uEAA6D;AAC7D,qDAAmD;AAEnD,qCAAmC;AACnC,
|
1
|
+
{"version":3,"file":"base-client-compiler.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "18.0.
|
52
|
+
"version": "18.0.10",
|
53
53
|
"license": "MIT",
|
54
54
|
"dependencies": {
|
55
55
|
"@types/chokidar": "2.1.3",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"dateformat": "3.0.3",
|
61
61
|
"fs-extra": "8.1.0",
|
62
62
|
"glob": "7.1.2",
|
63
|
-
"tnp-helpers": "~18.0.
|
64
|
-
"typescript-class-helpers": "~18.0.
|
63
|
+
"tnp-helpers": "~18.0.10",
|
64
|
+
"typescript-class-helpers": "~18.0.11"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "58122bd92a56701b928e8c4cad271d4964feed5a",
|
68
68
|
"devDependencies": {},
|
69
|
-
"main": "
|
69
|
+
"main": "dist/app.electron.js"
|
70
70
|
}
|
package/taon.jsonc
CHANGED
@@ -1,51 +1,51 @@
|
|
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
|
-
"typescript-class-helpers",
|
18
|
-
"tnp-helpers"
|
19
|
-
],
|
20
|
-
|
21
|
-
"dependencies": {},
|
22
|
-
"linkedFolders": [],
|
23
|
-
"npmFixes": []
|
24
|
-
},
|
25
|
-
|
26
|
-
"smartContainerBuildTarget": "",
|
27
|
-
"linkedRepos": [],
|
28
|
-
|
29
|
-
"libReleaseOptions": {
|
30
|
-
"nodts": false,
|
31
|
-
"obscure": false,
|
32
|
-
"ugly": false,
|
33
|
-
"includeNodeModules": false,
|
34
|
-
"cliBuildNoDts": false,
|
35
|
-
"cliBuildObscure": false,
|
36
|
-
"cliBuildIncludeNodeModules": false,
|
37
|
-
"cliBuildUglify": false
|
38
|
-
},
|
39
|
-
|
40
|
-
"smartContainerTarget": "",
|
41
|
-
"type": "isomorphic-lib",
|
42
|
-
"isCoreProject": false,
|
43
|
-
"useFramework": false,
|
44
|
-
"version": "v18",
|
45
|
-
"isGenerated": false,
|
46
|
-
"license": "MIT",
|
47
|
-
"private": false,
|
48
|
-
"main": "index.js",
|
49
|
-
"workerPlugins": {},
|
50
|
-
"additionalNpmNames": ["taon-incremental-watcher"]
|
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
|
+
"typescript-class-helpers",
|
18
|
+
"tnp-helpers"
|
19
|
+
],
|
20
|
+
|
21
|
+
"dependencies": {},
|
22
|
+
"linkedFolders": [],
|
23
|
+
"npmFixes": []
|
24
|
+
},
|
25
|
+
|
26
|
+
"smartContainerBuildTarget": "",
|
27
|
+
"linkedRepos": [],
|
28
|
+
|
29
|
+
"libReleaseOptions": {
|
30
|
+
"nodts": false,
|
31
|
+
"obscure": false,
|
32
|
+
"ugly": false,
|
33
|
+
"includeNodeModules": false,
|
34
|
+
"cliBuildNoDts": false,
|
35
|
+
"cliBuildObscure": false,
|
36
|
+
"cliBuildIncludeNodeModules": false,
|
37
|
+
"cliBuildUglify": false
|
38
|
+
},
|
39
|
+
|
40
|
+
"smartContainerTarget": "",
|
41
|
+
"type": "isomorphic-lib",
|
42
|
+
"isCoreProject": false,
|
43
|
+
"useFramework": false,
|
44
|
+
"version": "v18",
|
45
|
+
"isGenerated": false,
|
46
|
+
"license": "MIT",
|
47
|
+
"private": false,
|
48
|
+
"main": "index.js",
|
49
|
+
"workerPlugins": {},
|
50
|
+
"additionalNpmNames": ["taon-incremental-watcher"]
|
51
51
|
}
|
package/tmp-environment.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
]
|
54
54
|
},
|
55
55
|
"name": "incremental-compiler",
|
56
|
-
"version": "18.0.
|
56
|
+
"version": "18.0.10",
|
57
57
|
"license": "MIT",
|
58
58
|
"dependencies": {
|
59
59
|
"@types/chokidar": "2.1.3",
|
@@ -64,11 +64,11 @@
|
|
64
64
|
"dateformat": "3.0.3",
|
65
65
|
"fs-extra": "8.1.0",
|
66
66
|
"glob": "7.1.2",
|
67
|
-
"tnp-helpers": "~18.0.
|
68
|
-
"typescript-class-helpers": "~18.0.
|
67
|
+
"tnp-helpers": "~18.0.10",
|
68
|
+
"typescript-class-helpers": "~18.0.11"
|
69
69
|
},
|
70
70
|
"private": false,
|
71
|
-
"lastBuildTagHash": "
|
71
|
+
"lastBuildTagHash": "58122bd92a56701b928e8c4cad271d4964feed5a",
|
72
72
|
"devDependencies": {
|
73
73
|
"@angular-builders/custom-webpack": "~18.0.0",
|
74
74
|
"@angular-devkit/build-angular": "~18.1.4",
|
@@ -154,7 +154,6 @@
|
|
154
154
|
"animate.css": "4.1.1",
|
155
155
|
"app-root-path": "3.1.0",
|
156
156
|
"axios": "1.7.3",
|
157
|
-
"background-worker-process": "~16.100.10",
|
158
157
|
"base32": "0.0.7",
|
159
158
|
"bcryptjs": "2.4.3",
|
160
159
|
"body-parser": "1.20.2",
|
@@ -219,13 +218,13 @@
|
|
219
218
|
"image-focus": "1.2.1",
|
220
219
|
"immer": "10.0.2",
|
221
220
|
"immutable": "4.3.7",
|
222
|
-
"incremental-compiler": "~18.0.
|
221
|
+
"incremental-compiler": "~18.0.9",
|
223
222
|
"inquirer": "7.3.3",
|
224
223
|
"inquirer-autocomplete-prompt": "1.4.0",
|
225
224
|
"inquirer-autocomplete-standalone": "0.8.1",
|
226
225
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
227
226
|
"is-elevated": "3.0.0",
|
228
|
-
"isomorphic-region-loader": "~18.0.
|
227
|
+
"isomorphic-region-loader": "~18.0.9",
|
229
228
|
"istanbul-instrumenter-loader": "3.0.1",
|
230
229
|
"jest": "29.7.0",
|
231
230
|
"jest-date-mock": "1.0.10",
|
@@ -236,8 +235,8 @@
|
|
236
235
|
"joi": "17.13.3",
|
237
236
|
"jscodeshift": "0.6.3",
|
238
237
|
"json-stringify-safe": "5.0.1",
|
239
|
-
"json10": "~18.0.
|
240
|
-
"json10-writer": "~18.0.
|
238
|
+
"json10": "~18.0.9",
|
239
|
+
"json10-writer": "~18.0.10",
|
241
240
|
"json5": "2.2.3",
|
242
241
|
"json5-writer": "0.2.0",
|
243
242
|
"jszip": "3.10.1",
|
@@ -246,9 +245,9 @@
|
|
246
245
|
"localforage": "1.10.0",
|
247
246
|
"lockfile": "1.0.4",
|
248
247
|
"lodash": "4.17.21",
|
249
|
-
"lodash-walk-object": "~18.0.
|
248
|
+
"lodash-walk-object": "~18.0.9",
|
250
249
|
"lowdb": "7.0.1",
|
251
|
-
"magic-renamer": "~18.0.
|
250
|
+
"magic-renamer": "~18.0.9",
|
252
251
|
"material-design-icons": "3.0.1",
|
253
252
|
"method-override": "2.3.10",
|
254
253
|
"minimist": "1.2.8",
|
@@ -259,11 +258,11 @@
|
|
259
258
|
"ng-in-viewport": "16.1.0",
|
260
259
|
"ng-lock": "18.0.1",
|
261
260
|
"ng-packagr": "18.1.0",
|
262
|
-
"ng-talkback": "~18.0.
|
263
|
-
"ng2-logger": "~18.0.
|
261
|
+
"ng-talkback": "~18.0.8",
|
262
|
+
"ng2-logger": "~18.0.12",
|
264
263
|
"ng2-pdfjs-viewer": "18.0.0",
|
265
|
-
"ng2-rest": "~18.0.
|
266
|
-
"ng2-rest-swagger-generator": "18.0.
|
264
|
+
"ng2-rest": "~18.0.9",
|
265
|
+
"ng2-rest-swagger-generator": "18.0.6",
|
267
266
|
"ngx-ace-wrapper": "17.0.0",
|
268
267
|
"ngx-editor": "17.5.4",
|
269
268
|
"ngx-highlightjs": "12.0.0",
|
@@ -276,7 +275,7 @@
|
|
276
275
|
"ngx-scrolltop": "18.0.0",
|
277
276
|
"ngx-store": "3.1.1",
|
278
277
|
"ngx-typed-js": "2.1.1",
|
279
|
-
"node-cli-tester": "~18.0.
|
278
|
+
"node-cli-tester": "~18.0.8",
|
280
279
|
"node-localstorage": "2.1.6",
|
281
280
|
"node-notifier": "10.0.1",
|
282
281
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -306,7 +305,7 @@
|
|
306
305
|
"q": "1.5.1",
|
307
306
|
"rallax.js": "2.0.4",
|
308
307
|
"randomcolor": "0.5.3",
|
309
|
-
"record-replay-req-res-scenario": "~18.0.
|
308
|
+
"record-replay-req-res-scenario": "~18.0.8",
|
310
309
|
"reflect-metadata": "0.2.2",
|
311
310
|
"rimraf": "2.6.2",
|
312
311
|
"rxjs": "~7.8.1",
|
@@ -318,22 +317,22 @@
|
|
318
317
|
"socket.io-client": "4.7.5",
|
319
318
|
"sort-package-json": "1.11.0",
|
320
319
|
"sql.js": "1.8.0",
|
321
|
-
"static-columns": "~18.0.
|
320
|
+
"static-columns": "~18.0.10",
|
322
321
|
"string-similarity": "4.0.4",
|
323
322
|
"sudo-block": "3.0.0",
|
324
323
|
"supertest": "7.0.0",
|
325
324
|
"sweetalert2": "11.7.32",
|
326
325
|
"systeminformation": "3.45.7",
|
327
326
|
"taon": "^18",
|
328
|
-
"taon-storage": "18.0.
|
329
|
-
"taon-type-sql": "18.0.
|
330
|
-
"taon-typeorm": "18.0.
|
327
|
+
"taon-storage": "18.0.8",
|
328
|
+
"taon-type-sql": "18.0.9",
|
329
|
+
"taon-typeorm": "18.0.8",
|
331
330
|
"task.js": "0.1.5",
|
332
331
|
"threads": "1.7.0",
|
333
|
-
"tnp": "~18.0.
|
334
|
-
"tnp-config": "~18.0.
|
335
|
-
"tnp-core": "~18.0.
|
336
|
-
"tnp-models": "~18.0.
|
332
|
+
"tnp": "~18.0.9",
|
333
|
+
"tnp-config": "~18.0.12",
|
334
|
+
"tnp-core": "~18.0.33",
|
335
|
+
"tnp-models": "~18.0.11",
|
337
336
|
"ts-debug": "1.3.0",
|
338
337
|
"ts-json-schema-generator": "2.3.0-next.5",
|
339
338
|
"ts-loader": "2.3.1",
|
@@ -350,7 +349,7 @@
|
|
350
349
|
"uuid": "10.0.0",
|
351
350
|
"validator": "13.5.2",
|
352
351
|
"video.js": "8.3.0",
|
353
|
-
"vpn-split": "~18.0.
|
352
|
+
"vpn-split": "~18.0.8",
|
354
353
|
"vscode": "1.1.37",
|
355
354
|
"wait-on": "7.0.1",
|
356
355
|
"watch": "1.0.2",
|
@@ -363,14 +362,14 @@
|
|
363
362
|
"main": "dist/app.electron.js"
|
364
363
|
},
|
365
364
|
"build": {
|
366
|
-
"number":
|
367
|
-
"date": "2024-08-
|
368
|
-
"hash": "
|
365
|
+
"number": 478,
|
366
|
+
"date": "2024-08-28T13:03:11.000Z",
|
367
|
+
"hash": "699ba93c01f9fb01c21ea7c08c5fa1a34f8ae6fe"
|
369
368
|
},
|
370
369
|
"currentProjectName": "incremental-compiler",
|
371
370
|
"currentProjectGenericName": "incremental-compiler",
|
372
371
|
"currentProjectType": "isomorphic-lib",
|
373
|
-
"currentFrameworkVersion": "18.0.
|
372
|
+
"currentFrameworkVersion": "18.0.9",
|
374
373
|
"isStandaloneProject": true,
|
375
374
|
"isSmartContainer": false,
|
376
375
|
"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.
|