incremental-compiler 16.0.31 → 16.0.33
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/esm2022/lib/index.mjs +1 -1
- package/browser/esm2022/lib/models.mjs +1 -1
- package/browser/fesm2022/incremental-compiler.mjs.map +1 -1
- package/client/README.md +24 -24
- package/client/esm2022/lib/index.mjs +1 -1
- package/client/esm2022/lib/models.mjs +1 -1
- package/client/fesm2022/incremental-compiler.mjs.map +1 -1
- package/client/package.json +45 -32
- package/index.js.map +1 -1
- package/lib/base-client-compiler.backend.js +1 -1
- 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 +50 -40
- package/lib/compiler-manager.backend.js.map +1 -1
- package/lib/decorators.backend.js.map +1 -1
- package/lib/helpers.backend.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/models.js.map +1 -1
- package/package.json +4 -4
- package/package.json_devDependencies.json +216 -216
- package/package.json_tnp.json5 +52 -52
- package/tmp-environment.json +51 -40
- package/websql/README.md +24 -24
- package/websql/esm2022/lib/index.mjs +1 -1
- package/websql/esm2022/lib/models.mjs +1 -1
- package/websql/fesm2022/incremental-compiler.mjs.map +1 -1
package/tmp-environment.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
]
|
51
51
|
},
|
52
52
|
"name": "incremental-compiler",
|
53
|
-
"version": "16.0.
|
53
|
+
"version": "16.0.33",
|
54
54
|
"license": "MIT",
|
55
55
|
"dependencies": {
|
56
56
|
"@types/chokidar": "2.1.3",
|
@@ -61,11 +61,11 @@
|
|
61
61
|
"dateformat": "3.0.3",
|
62
62
|
"fs-extra": "8.1.0",
|
63
63
|
"glob": "7.1.2",
|
64
|
-
"tnp-cli": "~16.0.
|
65
|
-
"typescript-class-helpers": "~16.0.
|
64
|
+
"tnp-cli": "~16.0.8",
|
65
|
+
"typescript-class-helpers": "~16.0.19"
|
66
66
|
},
|
67
67
|
"private": false,
|
68
|
-
"lastBuildTagHash": "
|
68
|
+
"lastBuildTagHash": "16a45c83fc0bbf46e12a2c79b572d53aa52baf0e",
|
69
69
|
"devDependencies": {
|
70
70
|
"@angular-devkit/build-angular": "~16.0.5",
|
71
71
|
"@angular-devkit/core": "~16.0.5",
|
@@ -86,6 +86,9 @@
|
|
86
86
|
"@angular/router": "~16.0.0",
|
87
87
|
"@angular/service-worker": "~16.0.4",
|
88
88
|
"@babel/cli": "7.18.6",
|
89
|
+
"@commitlint/cli": "12.1.1",
|
90
|
+
"@commitlint/config-conventional": "12.1.1",
|
91
|
+
"@commitlint/prompt-cli": "12.1.1",
|
89
92
|
"@compodoc/compodoc": "1.1.20",
|
90
93
|
"@cypress/schematic": "2.5.0",
|
91
94
|
"@iconify/icons-fa-solid": "1.2.2",
|
@@ -105,7 +108,7 @@
|
|
105
108
|
"@ngrx/store": "~16.0.1",
|
106
109
|
"@ngrx/store-devtools": "~16.0.1",
|
107
110
|
"@ngx-formly/core": "6.1.7",
|
108
|
-
"@ngx-formly/material": "6.1.
|
111
|
+
"@ngx-formly/material": "6.1.8",
|
109
112
|
"@ngx-translate/core": "15.0.0",
|
110
113
|
"@ngx-translate/http-loader": "8.0.0",
|
111
114
|
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
@@ -117,7 +120,6 @@
|
|
117
120
|
"@types/express-fileupload": "1.4.1",
|
118
121
|
"@types/http-proxy": "1.16.0",
|
119
122
|
"@types/http-proxy-middleware": "0.19.2",
|
120
|
-
"@types/inquirer": "7.3.1",
|
121
123
|
"@types/jest": "29.5.2",
|
122
124
|
"@types/json-stringify-safe": "5.0.0",
|
123
125
|
"@types/json5": "0.0.29",
|
@@ -137,11 +139,13 @@
|
|
137
139
|
"@types/vinyl": "2.0.2",
|
138
140
|
"@types/watch": "1.0.0",
|
139
141
|
"accepts": "1.3.4",
|
142
|
+
"ajv": "8.12.0",
|
140
143
|
"angular-material-css-vars": "5.0.2",
|
144
|
+
"angular-resize-event": "3.2.0",
|
141
145
|
"animate.css": "4.1.1 ",
|
142
|
-
"any-project-cli": "~16.0.
|
146
|
+
"any-project-cli": "~16.0.33",
|
143
147
|
"axios": "1.3.5",
|
144
|
-
"background-worker-process": "~16.0.
|
148
|
+
"background-worker-process": "~16.0.50",
|
145
149
|
"base32": "0.0.7",
|
146
150
|
"bcryptjs": "2.4.3",
|
147
151
|
"better-sqlite3": "7.6.2",
|
@@ -159,6 +163,7 @@
|
|
159
163
|
"compression": "1.7.4",
|
160
164
|
"concurrently": "3.5.1",
|
161
165
|
"content-type": "1.0.4",
|
166
|
+
"conventional-changelog-cli": "3.0.0",
|
162
167
|
"cookie-parser": "1.4.3",
|
163
168
|
"copy-paste": "1.5.3",
|
164
169
|
"cors": "2.8.4",
|
@@ -167,6 +172,10 @@
|
|
167
172
|
"cypress": "latest",
|
168
173
|
"detect-mocha": "0.1.0",
|
169
174
|
"diff": "3.2.0",
|
175
|
+
"electron": "25.2.0",
|
176
|
+
"electron-builder": "24.4.0",
|
177
|
+
"electron-debug": "3.2.0",
|
178
|
+
"electron-reloader": "1.2.3",
|
170
179
|
"element-resize-detector": "1.1.15",
|
171
180
|
"enquirer": "2.3.0",
|
172
181
|
"enum-values": "1.2.1",
|
@@ -182,13 +191,13 @@
|
|
182
191
|
"file-saver": "2.0.5",
|
183
192
|
"file-type": "18.5.0",
|
184
193
|
"firedev": "^16",
|
185
|
-
"firedev-crud": "~16.0.
|
186
|
-
"firedev-crud-deamon": "~16.0.
|
187
|
-
"firedev-ports": "~16.0.
|
188
|
-
"firedev-storage": "~16.0.
|
189
|
-
"firedev-type-sql": "~16.0.
|
190
|
-
"firedev-typeorm": "~16.0.
|
191
|
-
"firedev-ui": "~16.0.
|
194
|
+
"firedev-crud": "~16.0.56",
|
195
|
+
"firedev-crud-deamon": "~16.0.45",
|
196
|
+
"firedev-ports": "~16.0.51",
|
197
|
+
"firedev-storage": "~16.0.42",
|
198
|
+
"firedev-type-sql": "~16.0.3",
|
199
|
+
"firedev-typeorm": "~16.0.40",
|
200
|
+
"firedev-ui": "~16.0.10",
|
192
201
|
"fkill": "6.1.0",
|
193
202
|
"font-awesome": "4.7.0",
|
194
203
|
"form-data": "4.0.0",
|
@@ -203,11 +212,11 @@
|
|
203
212
|
"image-focus": "1.2.1",
|
204
213
|
"immer": "10.0.2",
|
205
214
|
"immutable": "4.3.0",
|
206
|
-
"incremental-compiler": "~16.0.
|
215
|
+
"incremental-compiler": "~16.0.32",
|
207
216
|
"inquirer": "7.3.3",
|
208
217
|
"inquirer-autocomplete-prompt": "1.3.0",
|
209
218
|
"is-elevated": "3.0.0",
|
210
|
-
"isomorphic-region-loader": "~16.0.
|
219
|
+
"isomorphic-region-loader": "~16.0.43",
|
211
220
|
"istanbul-instrumenter-loader": "2.0.0",
|
212
221
|
"jest": "29.5.0",
|
213
222
|
"jest-date-mock": "1.0.8",
|
@@ -218,8 +227,8 @@
|
|
218
227
|
"joi": "17.9.2",
|
219
228
|
"jscodeshift": "0.6.3",
|
220
229
|
"json-stringify-safe": "5.0.1",
|
221
|
-
"json10": "~16.0.
|
222
|
-
"json10-writer": "~16.0.
|
230
|
+
"json10": "~16.0.50",
|
231
|
+
"json10-writer": "~16.0.47",
|
223
232
|
"json5": "2.2.1",
|
224
233
|
"json5-writer": "0.2.0",
|
225
234
|
"jszip": "3.10.1",
|
@@ -228,27 +237,29 @@
|
|
228
237
|
"localforage": "1.10.0",
|
229
238
|
"lockfile": "1.0.4",
|
230
239
|
"lodash": "4.17.20",
|
231
|
-
"lodash-walk-object": "~16.0.
|
240
|
+
"lodash-walk-object": "~16.0.50",
|
232
241
|
"lowdb": "1.0.0",
|
233
|
-
"magic-renamer": "~16.0.
|
242
|
+
"magic-renamer": "~16.0.51",
|
234
243
|
"material-design-icons": "3.0.1",
|
235
244
|
"method-override": "2.3.10",
|
236
245
|
"minimist": "1.2.0",
|
237
246
|
"mkdirp": "0.5.1",
|
238
247
|
"mocha": "10.2.0",
|
239
248
|
"moment": "2.29.3",
|
240
|
-
"morphi": "~16.
|
249
|
+
"morphi": "~16.2.5",
|
241
250
|
"ng-for-track-by-property": "16.0.1",
|
242
251
|
"ng-in-viewport": "15.0.2",
|
243
252
|
"ng-lock": "16.0.1",
|
244
253
|
"ng-packagr": "16.0.1",
|
245
254
|
"ng-talkback": "~16.2.1",
|
246
|
-
"ng2-logger": "~16.0.
|
247
|
-
"ng2-rest": "~16.0.
|
255
|
+
"ng2-logger": "~16.0.10",
|
256
|
+
"ng2-rest": "~16.0.15",
|
248
257
|
"ngx-ace-wrapper": "14.0.0",
|
249
258
|
"ngx-editor": "15.3.0",
|
250
259
|
"ngx-highlightjs": "9.0.0",
|
251
260
|
"ngx-moment": "6.0.2",
|
261
|
+
"ngx-monaco-editor": "12.0.0",
|
262
|
+
"ngx-photo-editor": "0.4.4",
|
252
263
|
"ngx-pipes": "3.2.2",
|
253
264
|
"ngx-progressbar": "11.0.0",
|
254
265
|
"ngx-scrollbar": "12.0.0",
|
@@ -258,6 +269,7 @@
|
|
258
269
|
"node-cli-tester": "~16.0.2",
|
259
270
|
"node-localstorage": "2.1.6",
|
260
271
|
"node-notifier": "6.0.0",
|
272
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
261
273
|
"nodemon": "1.14.11",
|
262
274
|
"npm-get-dependents": "1.0.1",
|
263
275
|
"npm-run": "4.1.2",
|
@@ -269,7 +281,8 @@
|
|
269
281
|
"password-hash": "1.2.2",
|
270
282
|
"pica": "9.0.1",
|
271
283
|
"portfinder": "1.0.21",
|
272
|
-
"prettier": "
|
284
|
+
"prettier": "3.0.0",
|
285
|
+
"pretty-error": "4.0.0",
|
273
286
|
"progress": "2.0.3",
|
274
287
|
"prompts": "0.1.8",
|
275
288
|
"ps-list": "6.1.0",
|
@@ -288,7 +301,7 @@
|
|
288
301
|
"socket.io": "2.4.1",
|
289
302
|
"sort-package-json": "1.11.0",
|
290
303
|
"sql.js": "1.8.0",
|
291
|
-
"static-columns": "~16.0.
|
304
|
+
"static-columns": "~16.0.8",
|
292
305
|
"string-similarity": "4.0.2",
|
293
306
|
"sudo-block": "3.0.0",
|
294
307
|
"supertest": "6.3.3",
|
@@ -296,11 +309,11 @@
|
|
296
309
|
"systeminformation": "3.45.7",
|
297
310
|
"task.js": "0.1.5",
|
298
311
|
"threads": "1.7.0",
|
299
|
-
"tnp-config": "~16.0.
|
300
|
-
"tnp-core": "~16.0.
|
301
|
-
"tnp-db": "~16.0.
|
302
|
-
"tnp-helpers": "~16.0.
|
303
|
-
"tnp-models": "~16.0.
|
312
|
+
"tnp-config": "~16.0.20",
|
313
|
+
"tnp-core": "~16.0.27",
|
314
|
+
"tnp-db": "~16.0.29",
|
315
|
+
"tnp-helpers": "~16.0.11",
|
316
|
+
"tnp-models": "~16.0.38",
|
304
317
|
"ts-debug": "1.3.0",
|
305
318
|
"ts-loader": "2.3.1",
|
306
319
|
"ts-node": "10.9.1",
|
@@ -314,7 +327,7 @@
|
|
314
327
|
"uuid": "8.3.2",
|
315
328
|
"validator": "9.2.0",
|
316
329
|
"video.js": "8.3.0",
|
317
|
-
"vpn-split": "~16.0.
|
330
|
+
"vpn-split": "~16.0.3",
|
318
331
|
"watch": "1.0.2",
|
319
332
|
"yup": "1.1.1",
|
320
333
|
"zone.js": "~0.13.0"
|
@@ -322,9 +335,9 @@
|
|
322
335
|
"main": "index.js"
|
323
336
|
},
|
324
337
|
"build": {
|
325
|
-
"number":
|
326
|
-
"date": "2023-
|
327
|
-
"hash": "
|
338
|
+
"number": 357,
|
339
|
+
"date": "2023-10-08T15:23:22.000Z",
|
340
|
+
"hash": "e78543651a95bde77d0064cb0026875a4ef2ce09",
|
328
341
|
"options": {}
|
329
342
|
},
|
330
343
|
"currentProjectName": "incremental-compiler",
|
@@ -332,17 +345,15 @@
|
|
332
345
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22incremental-compiler%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
333
346
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
334
347
|
"currentProjectType": "isomorphic-lib",
|
335
|
-
"currentFrameworkVersion": "16.0.
|
336
|
-
"currentProjectIsStrictSite": false,
|
337
|
-
"currentProjectIsDependencySite": false,
|
338
|
-
"currentProjectIsStatic": false,
|
348
|
+
"currentFrameworkVersion": "16.0.21",
|
339
349
|
"isStandaloneProject": true,
|
350
|
+
"isSmartContainer": false,
|
340
351
|
"frameworks": [
|
341
352
|
"bootstrap",
|
342
353
|
"ionic",
|
343
354
|
"material"
|
344
355
|
],
|
345
|
-
"pathesTsconfig": "\"paths\": {},",
|
356
|
+
"pathesTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./src/lib/*\"]},",
|
346
357
|
"customRootDir": "\"rootDir\": \"./src\",",
|
347
358
|
"currentLibProjectSourceFolder": "src"
|
348
359
|
}
|
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.
|
@@ -72,4 +72,4 @@
|
|
72
72
|
;
|
73
73
|
({}); // @--end-of-file-for-module=incremental-compiler lib/index.ts
|
74
74
|
export {};
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9pbmNyZW1lbnRhbC1jb21waWxlci9wcm9qZWN0cy9pbmNyZW1lbnRhbC1jb21waWxlci9zcmMvbGliL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBR0osQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyw4REFBOEQiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuaW1wb3J0ICogYXMgbW9kZWxzIGZyb20gJy4vbW9kZWxzJztcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPWluY3JlbWVudGFsLWNvbXBpbGVyIGxpYi9pbmRleC50cyJdfQ==
|
@@ -3,4 +3,4 @@
|
|
3
3
|
;
|
4
4
|
({}); // @--end-of-file-for-module=incremental-compiler lib/models.ts
|
5
5
|
export {};
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvaW5jcmVtZW50YWwtY29tcGlsZXIvcHJvamVjdHMvaW5jcmVtZW50YWwtY29tcGlsZXIvc3JjL2xpYi9tb2RlbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsS0FBSztBQUNMLEtBQUs7QUE0REosQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQywrREFBK0QiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuXG4vKiAqL1xuLyogKi9cbiAgXG5pbXBvcnQgeyBDb25maWdNb2RlbHMgfSBmcm9tICd0bnAtY29uZmlnL3dlYnNxbCc7XG5cbmV4cG9ydCBuYW1lc3BhY2UgTW9kZWxzIHtcblxuXG5cblxuXG5cblxuXG5cblxuXG5cblxuXG5cblxuICBleHBvcnQgaW50ZXJmYWNlIFN0YXJ0QW5kV2F0Y2hPcHRpb25zIHtcbiAgICBhZnRlckluaXRDYWxsQmFjaz86ICgpID0+IHZvaWQ7XG4gICAgd2F0Y2hPbmx5PzogYm9vbGVhbjtcbiAgfVxuXG5cblxuICBleHBvcnQgaW50ZXJmYWNlIEJhc2VDbGllbnRDb21waWxlck9wdGlvbnMge1xuICAgIGZvbGRlclBhdGg/OiBzdHJpbmcgfCBzdHJpbmdbXTtcbiAgICAvKipcbiAgICAgKiBJdCB3aWxsIGNhY2hlIGluIG1lbW9yeSBwcmV2aW91c2UgZmlsZXNcbiAgICAgKiB0byBsaW1pdCBhc3luYyBhY3Rpb25zIGNhbGxzXG4gICAgICogYW5kIHByZXZlbnQgbm90IGNoYW5nZWQgZmlsZXMgZW1pdGluZyBjaGFuZ2UgZXZlbnRcbiAgICAgKi9cbiAgICBmb2xkZXJQYXRoQ29udGVudENoZWNrPzogc3RyaW5nIHwgc3RyaW5nW107XG5cbiAgICB3YXRjaERlcHRoPzogTnVtYmVyO1xuICAgIC8qKlxuICAgICAqIGRlZmF1bHQgdHJ1ZVxuICAgICAqL1xuICAgIGZvbGxvd1N5bWxpbmtzPzogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBOb3RpZnkgY29tcGlsZXIgaWYgZmlsZSBpcyB1bmxpbmtlZFxuICAgICAqIGRlZmF1bHQ6IGZhbHNlXG4gICAgICovXG4gICAgbm90aWZ5T25GaWxlVW5saW5rPzogYm9vbGVhbjtcbiAgICBpZ25vcmVGb2xkZXJQYXR0ZXI/OiBzdHJpbmdbXTtcbiAgICBhbGxvd2VkT25seUZpbGVFeHQ/OiBzdHJpbmdbXTtcbiAgICAvKipcbiAgICAgKiB1c2VmdWwgd2hlbiB1c2luZyAqKmFsbG93ZWRPbmx5RmlsZUV4dCoqXG4gICAgICovXG4gICAgYWRkaXRpb25hbGx5QWxsb3dlZEZpbGVzV2l0aE5hbWVzPzogc3RyaW5nW107XG4gICAgZXhlY3V0ZU91dHNpZGVTY2VuYXJpbz86IGJvb2xlYW47XG4gICAgc3Vic2NyaWJlT25seUZvcj86IENvbmZpZ01vZGVscy5GaWxlRXh0ZW5zaW9uW107XG4gIH1cblxuXG59XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pbmNyZW1lbnRhbC1jb21waWxlciBsaWIvbW9kZWxzLnRzIl19
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"incremental-compiler.mjs","sources":["../../../tmp-libs-for-bundle-websql/incremental-compiler/projects/incremental-compiler/src/lib/index.ts","../../../tmp-libs-for-bundle-websql/incremental-compiler/projects/incremental-compiler/src/incremental-compiler.ts"],"sourcesContent":["
|
1
|
+
{"version":3,"file":"incremental-compiler.mjs","sources":["../../../tmp-libs-for-bundle-websql/incremental-compiler/projects/incremental-compiler/src/lib/index.ts","../../../tmp-libs-for-bundle-websql/incremental-compiler/projects/incremental-compiler/src/incremental-compiler.ts"],"sourcesContent":["\n\nimport * as models from './models';\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=incremental-compiler lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;AC5EP;;AAEG"}
|