incremental-compiler 16.444.16 → 18.0.2
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/fesm2022/incremental-compiler.mjs +1 -0
- package/browser/fesm2022/incremental-compiler.mjs.map +1 -1
- package/client/README.md +24 -24
- package/client/fesm2022/incremental-compiler.mjs +1 -0
- package/client/fesm2022/incremental-compiler.mjs.map +1 -1
- package/firedev.jsonc +50 -56
- package/lib/base-client-compiler.backend.js.map +1 -1
- package/lib/change-of-file.backend.js.map +1 -1
- package/lib/compiler-manager.backend.js +1 -0
- package/lib/compiler-manager.backend.js.map +1 -1
- package/lib/decorators.backend.js +2 -3
- package/lib/decorators.backend.js.map +1 -1
- package/lib/helpers.backend.js +2 -3
- package/lib/helpers.backend.js.map +1 -1
- package/lib/incremental-watcher/incremental-watcher.js +1 -2
- package/lib/incremental-watcher/incremental-watcher.js.map +1 -1
- package/lib/incremental-watcher/parcel-watcher-adapter.backend.js +2 -1
- package/lib/incremental-watcher/parcel-watcher-adapter.backend.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +8 -8
- package/tmp-environment.json +196 -195
- package/websql/README.md +24 -24
- package/websql/fesm2022/incremental-compiler.mjs +1 -0
- package/websql/fesm2022/incremental-compiler.mjs.map +1 -1
- package/client/package.json +0 -361
package/client/package.json
DELETED
@@ -1,361 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"tnp": {
|
3
|
-
"resources": [
|
4
|
-
"README.md"
|
5
|
-
],
|
6
|
-
"overrided": {
|
7
|
-
"ignoreDepsPattern": [],
|
8
|
-
"includeAsDev": [],
|
9
|
-
"includeOnly": [
|
10
|
-
"@types/glob",
|
11
|
-
"glob",
|
12
|
-
"fs-extra",
|
13
|
-
"@types/fs-extra",
|
14
|
-
"chokidar",
|
15
|
-
"@types/chokidar",
|
16
|
-
"dateformat",
|
17
|
-
"@types/dateformat",
|
18
|
-
"typescript-class-helpers",
|
19
|
-
"tnp-helpers"
|
20
|
-
],
|
21
|
-
"dependencies": {},
|
22
|
-
"linkedFolders": [],
|
23
|
-
"npmFixes": []
|
24
|
-
},
|
25
|
-
"smartContainerBuildTarget": "",
|
26
|
-
"linkedRepos": [],
|
27
|
-
"libReleaseOptions": {
|
28
|
-
"nodts": false,
|
29
|
-
"obscure": false,
|
30
|
-
"ugly": false,
|
31
|
-
"includeNodeModules": false,
|
32
|
-
"cliBuildNoDts": false,
|
33
|
-
"cliBuildObscure": false,
|
34
|
-
"cliBuildIncludeNodeModules": false,
|
35
|
-
"cliBuildUglify": false
|
36
|
-
},
|
37
|
-
"smartContainerTarget": "",
|
38
|
-
"type": "isomorphic-lib",
|
39
|
-
"isCoreProject": false,
|
40
|
-
"useFramework": false,
|
41
|
-
"version": "v16",
|
42
|
-
"isGenerated": false,
|
43
|
-
"license": "MIT",
|
44
|
-
"private": false,
|
45
|
-
"main": "index.js",
|
46
|
-
"workerPlugins": {},
|
47
|
-
"additionalNpmNames": [
|
48
|
-
"firedev-incremental-watcher"
|
49
|
-
]
|
50
|
-
},
|
51
|
-
"name": "incremental-compiler",
|
52
|
-
"version": "16.444.16",
|
53
|
-
"license": "MIT",
|
54
|
-
"dependencies": {
|
55
|
-
"@types/chokidar": "2.1.3",
|
56
|
-
"@types/dateformat": "1.0.1",
|
57
|
-
"@types/fs-extra": "7.0.0",
|
58
|
-
"@types/glob": "5.0.35",
|
59
|
-
"chokidar": "3.5.3",
|
60
|
-
"dateformat": "3.0.3",
|
61
|
-
"fs-extra": "8.1.0",
|
62
|
-
"glob": "7.1.2",
|
63
|
-
"tnp-helpers": "~16.444.22",
|
64
|
-
"typescript-class-helpers": "~16.444.15"
|
65
|
-
},
|
66
|
-
"private": false,
|
67
|
-
"lastBuildTagHash": "efb2e8eaefaca2825a6b6ccb23dcdd51c3409edd",
|
68
|
-
"devDependencies": {
|
69
|
-
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
70
|
-
"@angular-devkit/build-angular": "~16.0.5",
|
71
|
-
"@angular-devkit/core": "~16.0.5",
|
72
|
-
"@angular-eslint/builder": "~16.3.1",
|
73
|
-
"@angular-eslint/eslint-plugin": "~16.3.1",
|
74
|
-
"@angular-eslint/eslint-plugin-template": "~16.3.1",
|
75
|
-
"@angular-eslint/schematics": "~16.3.1",
|
76
|
-
"@angular-eslint/template-parser": "~16.3.1",
|
77
|
-
"@angular-material-extensions/password-strength": "~12.1.0",
|
78
|
-
"@angular/animations": "~16.0.0",
|
79
|
-
"@angular/cdk": "~16.0.3",
|
80
|
-
"@angular/cli": "~16.0.5",
|
81
|
-
"@angular/common": "~16.0.0",
|
82
|
-
"@angular/compiler": "~16.0.0",
|
83
|
-
"@angular/compiler-cli": "~16.0.4",
|
84
|
-
"@angular/core": "~16.0.0",
|
85
|
-
"@angular/elements": "~16.0.4",
|
86
|
-
"@angular/forms": "~16.0.0",
|
87
|
-
"@angular/material": "~16.0.3",
|
88
|
-
"@angular/platform-browser": "~16.0.4",
|
89
|
-
"@angular/platform-browser-dynamic": "~16.0.4",
|
90
|
-
"@angular/pwa": "~16.0.5",
|
91
|
-
"@angular/router": "~16.0.0",
|
92
|
-
"@angular/service-worker": "~16.0.4",
|
93
|
-
"@babel/cli": "7.18.6",
|
94
|
-
"@compodoc/compodoc": "1.1.23",
|
95
|
-
"@iconify/icons-fa-solid": "1.2.2",
|
96
|
-
"@iconify/icons-mdi": "1.2.1",
|
97
|
-
"@inquirer/prompts": "5.3.2",
|
98
|
-
"@mdi/js": "7.2.96",
|
99
|
-
"@ng-matero/extensions": "16.0.0",
|
100
|
-
"@ngneat/falso": "6.4.0",
|
101
|
-
"@ngneat/hot-toast": "5.0.1",
|
102
|
-
"@ngneat/overview": "5.0.0",
|
103
|
-
"@ngneat/spectator": "15.0.0",
|
104
|
-
"@ngrx/component-store": "~16.0.1",
|
105
|
-
"@ngrx/data": "~16.0.1",
|
106
|
-
"@ngrx/effects": "~16.0.1",
|
107
|
-
"@ngrx/entity": "~16.0.1",
|
108
|
-
"@ngrx/router-store": "~16.0.1",
|
109
|
-
"@ngrx/schematics": "~16.0.1",
|
110
|
-
"@ngrx/store": "~16.0.1",
|
111
|
-
"@ngrx/store-devtools": "~16.0.1",
|
112
|
-
"@ngx-formly/core": "6.1.7",
|
113
|
-
"@ngx-formly/material": "6.1.8",
|
114
|
-
"@ngx-translate/core": "15.0.0",
|
115
|
-
"@ngx-translate/http-loader": "8.0.0",
|
116
|
-
"@sqltools/formatter": "1.2.2",
|
117
|
-
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
118
|
-
"@testdeck/jest": "0.3.3",
|
119
|
-
"@testdeck/mocha": "0.3.3",
|
120
|
-
"@types/chai": "4.1.2",
|
121
|
-
"@types/diff": "3.2.2",
|
122
|
-
"@types/express": "4.11.0",
|
123
|
-
"@types/express-fileupload": "1.4.1",
|
124
|
-
"@types/http-proxy": "1.16.0",
|
125
|
-
"@types/http-proxy-middleware": "0.19.2",
|
126
|
-
"@types/jest": "29.5.2",
|
127
|
-
"@types/json-stringify-safe": "5.0.0",
|
128
|
-
"@types/json5": "0.0.29",
|
129
|
-
"@types/lockfile": "1.0.0",
|
130
|
-
"@types/lodash": "4.14.92",
|
131
|
-
"@types/mocha": "5.2.5",
|
132
|
-
"@types/node": "16.18.21",
|
133
|
-
"@types/node-notifier": "5.4.0",
|
134
|
-
"@types/oauth2orize": "1.8.0",
|
135
|
-
"@types/password-hash": "1.2.19",
|
136
|
-
"@types/progress": "2.0.3",
|
137
|
-
"@types/q": "1.5.5",
|
138
|
-
"@types/rimraf": "2.0.2",
|
139
|
-
"@types/semver": "6.0.1",
|
140
|
-
"@types/systeminformation": "3.23.0",
|
141
|
-
"@types/vinyl": "2.0.2",
|
142
|
-
"@types/watch": "1.0.0",
|
143
|
-
"@typescript-eslint/eslint-plugin": "5.62.0",
|
144
|
-
"@typescript-eslint/parser": "5.62.0",
|
145
|
-
"@vercel/ncc": "0.38.1",
|
146
|
-
"accepts": "1.3.4",
|
147
|
-
"ajv": "8.12.0",
|
148
|
-
"angular-material-css-vars": "5.0.2",
|
149
|
-
"angular-resize-event": "3.2.0",
|
150
|
-
"animate.css": "4.1.1 ",
|
151
|
-
"any-project-cli": "16.444.12",
|
152
|
-
"app-root-path": "3.0.0",
|
153
|
-
"axios": "1.3.5",
|
154
|
-
"background-worker-process": "~16.100.10",
|
155
|
-
"base32": "0.0.7",
|
156
|
-
"bcryptjs": "2.4.3",
|
157
|
-
"body-parser": "1.18.2",
|
158
|
-
"bootstrap": "4.6.2",
|
159
|
-
"buffer-shims": "1.0.0",
|
160
|
-
"bun": "1.1.17",
|
161
|
-
"callsite-record": "4.1.3",
|
162
|
-
"chai": "4.3.7",
|
163
|
-
"chalk": "2.3.2",
|
164
|
-
"check-node-version": "3.2.0",
|
165
|
-
"cheerio": "1.0.0-rc.3",
|
166
|
-
"circular-json": "0.5.1",
|
167
|
-
"class-transformer": "0.5.1",
|
168
|
-
"class-validator": "0.14.0",
|
169
|
-
"cli-highlight": "2.1.11",
|
170
|
-
"command-exists": "1.2.2",
|
171
|
-
"compression": "1.7.4",
|
172
|
-
"concurrently": "3.5.1",
|
173
|
-
"content-type": "1.0.4",
|
174
|
-
"conventional-changelog-cli": "3.0.0",
|
175
|
-
"cookie-parser": "1.4.3",
|
176
|
-
"copy-paste": "1.5.3",
|
177
|
-
"cors": "2.8.4",
|
178
|
-
"cpr": "3.0.1",
|
179
|
-
"cross-env": "7.0.2",
|
180
|
-
"cross-spawn": "7.0.3",
|
181
|
-
"detect-mocha": "0.1.0",
|
182
|
-
"diff": "3.2.0",
|
183
|
-
"electron": "25.2.0",
|
184
|
-
"electron-builder": "24.4.0",
|
185
|
-
"electron-debug": "3.2.0",
|
186
|
-
"electron-reloader": "1.2.3",
|
187
|
-
"element-resize-detector": "1.1.15",
|
188
|
-
"enquirer": "2.4.1",
|
189
|
-
"enum-values": "1.2.1",
|
190
|
-
"errorhandler": "1.5.0",
|
191
|
-
"eslint": "8.51.0",
|
192
|
-
"eslint-config-prettier": "9.1.0",
|
193
|
-
"eslint-plugin-import": "latest",
|
194
|
-
"eslint-plugin-jsdoc": "latest",
|
195
|
-
"eslint-plugin-prefer-arrow": "latest",
|
196
|
-
"eslint-plugin-prettier": "5.1.3",
|
197
|
-
"eslint-plugin-react": "latest",
|
198
|
-
"express": "4.16.3",
|
199
|
-
"express-fileupload": "1.4.0",
|
200
|
-
"express-session": "1.17.3",
|
201
|
-
"file-loader": "1.1.5",
|
202
|
-
"file-saver": "2.0.5",
|
203
|
-
"file-type": "18.5.0",
|
204
|
-
"firedev": "^16",
|
205
|
-
"firedev-crud": "~16.444.14",
|
206
|
-
"firedev-crud-deamon": "~16.444.14",
|
207
|
-
"firedev-ports": "~16.444.14",
|
208
|
-
"firedev-storage": "~16.444.10",
|
209
|
-
"firedev-type-sql": "~16.444.14",
|
210
|
-
"firedev-typeorm": "~16.444.10",
|
211
|
-
"firedev-ui": "16.444.1",
|
212
|
-
"fkill": "6.1.0",
|
213
|
-
"font-awesome": "4.7.0",
|
214
|
-
"form-data": "4.0.0",
|
215
|
-
"fuzzy": "0.1.3",
|
216
|
-
"google-libphonenumber": "3.2.25",
|
217
|
-
"gulp": "3.9.1",
|
218
|
-
"helmet": "7.0.0",
|
219
|
-
"hostile": "1.3.3",
|
220
|
-
"howler": "2.2.3",
|
221
|
-
"http-proxy": "1.18.1",
|
222
|
-
"http-proxy-middleware": "0.19.1",
|
223
|
-
"http-server": "0.11.1",
|
224
|
-
"image-focus": "1.2.1",
|
225
|
-
"immer": "10.0.2",
|
226
|
-
"immutable": "4.3.0",
|
227
|
-
"incremental-compiler": "~16.444.15",
|
228
|
-
"inquirer": "7.3.3",
|
229
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
230
|
-
"is-elevated": "3.0.0",
|
231
|
-
"isomorphic-region-loader": "~16.444.14",
|
232
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
233
|
-
"jest": "29.5.0",
|
234
|
-
"jest-date-mock": "1.0.8",
|
235
|
-
"jest-junit": "16.0.0",
|
236
|
-
"jest-marbles": "latest",
|
237
|
-
"jest-preset-angular": "13.1.1",
|
238
|
-
"jimp": "0.22.8",
|
239
|
-
"joi": "17.9.2",
|
240
|
-
"jscodeshift": "0.6.3",
|
241
|
-
"json-stringify-safe": "5.0.1",
|
242
|
-
"json10": "~16.444.14",
|
243
|
-
"json10-writer": "~16.444.15",
|
244
|
-
"json5": "2.2.1",
|
245
|
-
"json5-writer": "0.2.0",
|
246
|
-
"jszip": "3.10.1",
|
247
|
-
"karma-cli": "1.0.1",
|
248
|
-
"lnk": "1.0.1",
|
249
|
-
"localforage": "1.10.0",
|
250
|
-
"lockfile": "1.0.4",
|
251
|
-
"lodash": "4.17.20",
|
252
|
-
"lodash-walk-object": "~16.444.13",
|
253
|
-
"lowdb": "7.0.1",
|
254
|
-
"magic-renamer": "~16.444.13",
|
255
|
-
"material-design-icons": "3.0.1",
|
256
|
-
"method-override": "2.3.10",
|
257
|
-
"minimist": "1.2.0",
|
258
|
-
"mkdirp": "0.5.1",
|
259
|
-
"mocha": "10.2.0",
|
260
|
-
"moment": "2.29.3",
|
261
|
-
"ng-for-track-by-property": "16.0.1",
|
262
|
-
"ng-in-viewport": "15.0.2",
|
263
|
-
"ng-lock": "16.0.1",
|
264
|
-
"ng-packagr": "16.0.1",
|
265
|
-
"ng-talkback": "~16.444.6",
|
266
|
-
"ng2-logger": "~16.444.15",
|
267
|
-
"ng2-pdfjs-viewer": "16.0.4",
|
268
|
-
"ng2-rest": "~16.444.13",
|
269
|
-
"ngx-ace-wrapper": "14.0.0",
|
270
|
-
"ngx-editor": "15.3.0",
|
271
|
-
"ngx-highlightjs": "9.0.0",
|
272
|
-
"ngx-moment": "6.0.2",
|
273
|
-
"ngx-monaco-editor": "12.0.0",
|
274
|
-
"ngx-photo-editor": "0.4.4",
|
275
|
-
"ngx-pipes": "3.2.2",
|
276
|
-
"ngx-progressbar": "11.0.0",
|
277
|
-
"ngx-scrollbar": "12.0.0",
|
278
|
-
"ngx-scrolltop": "6.0.0",
|
279
|
-
"ngx-store": "3.1.1",
|
280
|
-
"ngx-typed-js": "2.1.1",
|
281
|
-
"node-cli-tester": "~16.444.6",
|
282
|
-
"node-localstorage": "2.1.6",
|
283
|
-
"node-notifier": "6.0.0",
|
284
|
-
"node-polyfill-webpack-plugin": "2.0.1",
|
285
|
-
"nodemon": "1.14.11",
|
286
|
-
"npm-get-dependents": "1.0.1",
|
287
|
-
"npm-run": "4.1.2",
|
288
|
-
"omelette": "0.4.5",
|
289
|
-
"open": "7.2.1",
|
290
|
-
"ora": "3.4.0",
|
291
|
-
"passport": "0.3.2",
|
292
|
-
"passport-http-bearer": "1.0.1",
|
293
|
-
"password-hash": "1.2.2",
|
294
|
-
"path-to-regexp": "6.2.2",
|
295
|
-
"pica": "9.0.1",
|
296
|
-
"portfinder": "1.0.21",
|
297
|
-
"prettier": "3.2.5",
|
298
|
-
"prettier-eslint": "16.3.0",
|
299
|
-
"pretty-error": "4.0.0",
|
300
|
-
"primeflex": "3.3.1",
|
301
|
-
"primeicons": "6.0.1",
|
302
|
-
"primeng": "16.7.0",
|
303
|
-
"progress": "2.0.3",
|
304
|
-
"prompts": "2.4.2",
|
305
|
-
"ps-list": "6.1.0",
|
306
|
-
"ps-node": "0.1.6",
|
307
|
-
"q": "1.5.1",
|
308
|
-
"rallax.js": "2.0.4",
|
309
|
-
"randomcolor": "0.5.3",
|
310
|
-
"record-replay-req-res-scenario": "~16.444.6",
|
311
|
-
"reflect-metadata": "0.1.10",
|
312
|
-
"rimraf": "2.6.2",
|
313
|
-
"rxjs": "~7.8.0",
|
314
|
-
"semver": "6.3.0",
|
315
|
-
"simple-git": "3.25.0",
|
316
|
-
"sinon": "15.2.0",
|
317
|
-
"sloc": "0.2.0",
|
318
|
-
"socket.io": "4.7.5",
|
319
|
-
"socket.io-client": "4.7.5",
|
320
|
-
"sort-package-json": "1.11.0",
|
321
|
-
"sql.js": "1.8.0",
|
322
|
-
"static-columns": "~16.444.9",
|
323
|
-
"string-similarity": "4.0.2",
|
324
|
-
"sudo-block": "3.0.0",
|
325
|
-
"supertest": "6.3.3",
|
326
|
-
"sweetalert2": "11.7.12",
|
327
|
-
"systeminformation": "3.45.7",
|
328
|
-
"task.js": "0.1.5",
|
329
|
-
"threads": "1.7.0",
|
330
|
-
"tnp-cli": "~16.444.6",
|
331
|
-
"tnp-config": "~16.444.15",
|
332
|
-
"tnp-core": "~16.444.18",
|
333
|
-
"tnp-db": "~16.444.13",
|
334
|
-
"tnp-models": "~16.444.15",
|
335
|
-
"ts-debug": "1.3.0",
|
336
|
-
"ts-json-schema-generator": "2.1.1",
|
337
|
-
"ts-loader": "2.3.1",
|
338
|
-
"ts-node": "10.9.1",
|
339
|
-
"tslib": "~2.3.0",
|
340
|
-
"tslint": "5.9.1",
|
341
|
-
"turndown": "7.1.2",
|
342
|
-
"typedoc": "0.25.13",
|
343
|
-
"typedoc-plugin-markdown": "4.0.3",
|
344
|
-
"typescript": "~5.0.2",
|
345
|
-
"typescript-formatter": "~7.2.2",
|
346
|
-
"underscore": "1.9.1",
|
347
|
-
"uuid": "8.3.2",
|
348
|
-
"validator": "9.2.0",
|
349
|
-
"video.js": "8.3.0",
|
350
|
-
"vpn-split": "~16.444.6",
|
351
|
-
"vscode": "1.1.37",
|
352
|
-
"wait-on": "7.0.1",
|
353
|
-
"watch": "1.0.2",
|
354
|
-
"webpack": "~5.80",
|
355
|
-
"webpack-dev-middleware": "~6.0.2",
|
356
|
-
"webpack-dev-server": "~4.13.2",
|
357
|
-
"yup": "1.1.1",
|
358
|
-
"zone.js": "~0.13.0"
|
359
|
-
},
|
360
|
-
"main": "dist/app.electron.js"
|
361
|
-
}
|