incremental-compiler 13.1.26 → 16.0.29

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 (48) hide show
  1. package/README.md +13 -13
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/package.json +6 -12
  5. package/client/README.md +24 -24
  6. package/client/package.json +84 -82
  7. package/index.js.map +1 -1
  8. package/lib/base-client-compiler.backend.js.map +1 -1
  9. package/lib/change-of-file.backend.js.map +1 -1
  10. package/lib/compiler-manager.backend.js +1 -0
  11. package/lib/compiler-manager.backend.js.map +1 -1
  12. package/lib/decorators.backend.js.map +1 -1
  13. package/lib/helpers.backend.js.map +1 -1
  14. package/lib/index.js.map +1 -1
  15. package/lib/models.js.map +1 -1
  16. package/package.json +4 -4
  17. package/package.json_devDependencies.json +216 -216
  18. package/package.json_tnp.json5 +52 -52
  19. package/tmp-environment.json +89 -87
  20. package/websql/README.md +24 -24
  21. package/websql/package.json +6 -12
  22. package/client/fesm2015/incremental-compiler.mjs.map +0 -1
  23. package/client/fesm2020/incremental-compiler.mjs +0 -78
  24. package/client/fesm2020/incremental-compiler.mjs.map +0 -1
  25. package/websql/fesm2015/incremental-compiler.mjs +0 -78
  26. package/websql/fesm2020/incremental-compiler.mjs +0 -78
  27. package/websql/fesm2020/incremental-compiler.mjs.map +0 -1
  28. /package/browser/{esm2020 → esm2022}/incremental-compiler.mjs +0 -0
  29. /package/browser/{esm2020 → esm2022}/lib/index.mjs +0 -0
  30. /package/browser/{esm2020 → esm2022}/lib/models.mjs +0 -0
  31. /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
  32. /package/browser/{fesm2015 → fesm2022}/incremental-compiler.mjs +0 -0
  33. /package/browser/{fesm2015 → fesm2022}/incremental-compiler.mjs.map +0 -0
  34. /package/browser/{incremental-compiler.d.ts → index.d.ts} +0 -0
  35. /package/client/{esm2020 → esm2022}/incremental-compiler.mjs +0 -0
  36. /package/client/{esm2020 → esm2022}/lib/index.mjs +0 -0
  37. /package/client/{esm2020 → esm2022}/lib/models.mjs +0 -0
  38. /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
  39. /package/{browser/fesm2020 → client/fesm2022}/incremental-compiler.mjs +0 -0
  40. /package/{browser/fesm2020 → client/fesm2022}/incremental-compiler.mjs.map +0 -0
  41. /package/client/{incremental-compiler.d.ts → index.d.ts} +0 -0
  42. /package/websql/{esm2020 → esm2022}/incremental-compiler.mjs +0 -0
  43. /package/websql/{esm2020 → esm2022}/lib/index.mjs +0 -0
  44. /package/websql/{esm2020 → esm2022}/lib/models.mjs +0 -0
  45. /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
  46. /package/{client/fesm2015 → websql/fesm2022}/incremental-compiler.mjs +0 -0
  47. /package/websql/{fesm2015 → fesm2022}/incremental-compiler.mjs.map +0 -0
  48. /package/websql/{incremental-compiler.d.ts → index.d.ts} +0 -0
@@ -39,7 +39,7 @@
39
39
  "type": "isomorphic-lib",
40
40
  "isCoreProject": false,
41
41
  "useFramework": false,
42
- "version": "v3",
42
+ "version": "v4",
43
43
  "isGenerated": false,
44
44
  "license": "MIT",
45
45
  "private": false,
@@ -50,7 +50,7 @@
50
50
  ]
51
51
  },
52
52
  "name": "incremental-compiler",
53
- "version": "13.1.26",
53
+ "version": "16.0.29",
54
54
  "license": "MIT",
55
55
  "dependencies": {
56
56
  "@types/chokidar": "2.1.3",
@@ -61,53 +61,55 @@
61
61
  "dateformat": "3.0.3",
62
62
  "fs-extra": "8.1.0",
63
63
  "glob": "7.1.2",
64
- "tnp-cli": "~13.1.60",
65
- "typescript-class-helpers": "~13.2.13"
64
+ "tnp-cli": "~16.0.4",
65
+ "typescript-class-helpers": "~16.0.15"
66
66
  },
67
67
  "private": false,
68
- "lastBuildTagHash": "715b1d8a4c01c7139c0fc56e182909e15bc4c5f3",
68
+ "lastBuildTagHash": "7f420d55c2fe2a56cc9fa2c533ab706d34ce1708",
69
69
  "main": "index.js",
70
70
  "devDependencies": {
71
- "@angular-devkit/build-angular": "~13.3.9",
72
- "@angular-devkit/core": "~13.3.9",
71
+ "@angular-devkit/build-angular": "~16.0.5",
72
+ "@angular-devkit/core": "~16.0.5",
73
73
  "@angular-material-extensions/fab-menu": "~6.1.0",
74
- "@angular/animations": "~13.3.0",
75
- "@angular/cdk": "~13.3.9",
76
- "@angular/cli": "~13.3.9",
77
- "@angular/common": "~13.3.0",
78
- "@angular/compiler": "~13.3.0",
79
- "@angular/compiler-cli": "~13.3.0",
80
- "@angular/core": "~13.3.0",
81
- "@angular/elements": "~13.3.0",
82
- "@angular/flex-layout": "~13.0.0-beta.38",
83
- "@angular/forms": "~13.3.0",
84
- "@angular/material": "~13.3.9",
85
- "@angular/platform-browser": "~13.3.0",
86
- "@angular/platform-browser-dynamic": "~13.3.0",
87
- "@angular/pwa": "~13.3.9",
88
- "@angular/router": "~13.3.0",
89
- "@angular/service-worker": "~13.3.11",
74
+ "@angular/animations": "~16.0.0",
75
+ "@angular/cdk": "~16.0.3",
76
+ "@angular/cli": "~16.0.5",
77
+ "@angular/common": "~16.0.0",
78
+ "@angular/compiler": "~16.0.0",
79
+ "@angular/compiler-cli": "~16.0.4",
80
+ "@angular/core": "~16.0.0",
81
+ "@angular/elements": "~16.0.4",
82
+ "@angular/forms": "~16.0.0",
83
+ "@angular/material": "~16.0.3",
84
+ "@angular/platform-browser": "~16.0.4",
85
+ "@angular/platform-browser-dynamic": "~16.0.4",
86
+ "@angular/pwa": "~16.0.5",
87
+ "@angular/router": "~16.0.0",
88
+ "@angular/service-worker": "~16.0.4",
90
89
  "@babel/cli": "7.18.6",
91
90
  "@iconify/icons-fa-solid": "1.2.2",
92
91
  "@iconify/icons-mdi": "1.2.1",
93
- "@mdi/js": "6.5.95",
94
- "@ng-matero/extensions": "13.3.2",
92
+ "@mdi/js": "7.2.96",
93
+ "@ng-matero/extensions": "16.0.0",
95
94
  "@ngneat/falso": "6.4.0",
96
- "@ngneat/hot-toast": "4",
97
- "@ngneat/overview": "3.0.0",
98
- "@ngneat/until-destroy": "9.2.3",
99
- "@ngrx/component-store": "~13.0.2",
100
- "@ngrx/data": "~13.0.2",
101
- "@ngrx/effects": "~13.0.2",
102
- "@ngrx/entity": "~13.0.2",
103
- "@ngrx/router-store": "~13.0.2",
104
- "@ngrx/schematics": "~13.0.2",
105
- "@ngrx/store": "~13.0.2",
106
- "@ngrx/store-devtools": "~13.0.2",
107
- "@ngx-formly/core": "6.0.0-next.8",
108
- "@ngx-formly/material": "6.0.0-next.8",
109
- "@ngx-translate/core": "14.0.0",
110
- "@ngx-translate/http-loader": "7.0.0",
95
+ "@ngneat/hot-toast": "5.0.1",
96
+ "@ngneat/overview": "5.0.0",
97
+ "@ngneat/spectator": "15.0.0",
98
+ "@ngrx/component-store": "~16.0.1",
99
+ "@ngrx/data": "~16.0.1",
100
+ "@ngrx/effects": "~16.0.1",
101
+ "@ngrx/entity": "~16.0.1",
102
+ "@ngrx/router-store": "~16.0.1",
103
+ "@ngrx/schematics": "~16.0.1",
104
+ "@ngrx/store": "~16.0.1",
105
+ "@ngrx/store-devtools": "~16.0.1",
106
+ "@ngx-formly/core": "6.1.7",
107
+ "@ngx-formly/material": "6.1.7",
108
+ "@ngx-translate/core": "15.0.0",
109
+ "@ngx-translate/http-loader": "8.0.0",
110
+ "@testdeck/jasmine": "0.3.3",
111
+ "@testdeck/jest": "0.3.3",
112
+ "@testdeck/mocha": "0.3.3",
111
113
  "@types/chai": "4.1.2",
112
114
  "@types/diff": "3.2.2",
113
115
  "@types/express": "4.11.0",
@@ -115,7 +117,7 @@
115
117
  "@types/http-proxy": "1.16.0",
116
118
  "@types/http-proxy-middleware": "0.19.2",
117
119
  "@types/inquirer": "7.3.1",
118
- "@types/jasmine": "3.10.0",
120
+ "@types/jasmine": "4.3.0",
119
121
  "@types/json-stringify-safe": "5.0.0",
120
122
  "@types/json5": "0.0.29",
121
123
  "@types/lockfile": "1.0.0",
@@ -134,10 +136,10 @@
134
136
  "@types/vinyl": "2.0.2",
135
137
  "@types/watch": "1.0.0",
136
138
  "accepts": "1.3.4",
137
- "angular-material-css-vars": "5.0.0",
138
- "any-project-cli": "~13.1.27",
139
+ "angular-material-css-vars": "5.0.2",
140
+ "any-project-cli": "~16.0.29",
139
141
  "axios": "1.3.5",
140
- "background-worker-process": "~13.1.44",
142
+ "background-worker-process": "~16.0.46",
141
143
  "base32": "0.0.7",
142
144
  "bcryptjs": "2.4.3",
143
145
  "better-sqlite3": "7.6.2",
@@ -176,13 +178,13 @@
176
178
  "express-session": "1.17.3",
177
179
  "file-loader": "1.1.5",
178
180
  "file-saver": "2.0.5",
179
- "firedev": "^13",
180
- "firedev-crud": "~13.1.49",
181
- "firedev-crud-deamon": "~13.1.39",
182
- "firedev-ports": "~13.1.44",
183
- "firedev-storage": "~13.2.36",
184
- "firedev-typeorm": "~13.1.31",
185
- "firedev-ui": "~13.2.9",
181
+ "firedev": "^16",
182
+ "firedev-crud": "~16.0.51",
183
+ "firedev-crud-deamon": "~16.0.41",
184
+ "firedev-ports": "~16.0.46",
185
+ "firedev-storage": "~16.0.38",
186
+ "firedev-typeorm": "~16.0.34",
187
+ "firedev-ui": "~16.0.4",
186
188
  "fkill": "6.1.0",
187
189
  "font-awesome": "4.7.0",
188
190
  "form-data": "4.0.0",
@@ -194,52 +196,52 @@
194
196
  "http-proxy-middleware": "0.19.1",
195
197
  "http-server": "0.11.1",
196
198
  "immutable": "4.3.0",
197
- "incremental-compiler": "~13.1.25",
199
+ "incremental-compiler": "~16.0.28",
198
200
  "inquirer": "7.3.3",
199
201
  "inquirer-autocomplete-prompt": "1.3.0",
200
202
  "is-elevated": "3.0.0",
201
- "isomorphic-region-loader": "~13.1.37",
203
+ "isomorphic-region-loader": "~16.0.39",
202
204
  "istanbul-instrumenter-loader": "2.0.0",
203
- "jasmine-core": "4.0.0",
205
+ "jasmine-core": "4.6.0",
204
206
  "jscodeshift": "0.6.3",
205
207
  "json-stringify-safe": "5.0.1",
206
- "json10": "~13.1.44",
207
- "json10-writer": "~13.1.40",
208
+ "json10": "~16.0.46",
209
+ "json10-writer": "~16.0.42",
208
210
  "json5": "2.2.1",
209
211
  "json5-writer": "0.2.0",
210
212
  "jszip": "3.10.1",
211
- "karma": "6.3.0",
212
- "karma-chrome-launcher": "3.1.0",
213
+ "karma": "6.4.0",
214
+ "karma-chrome-launcher": "3.2.0",
213
215
  "karma-cli": "1.0.1",
214
- "karma-coverage": "2.1.0",
215
- "karma-jasmine": "4.0.0",
216
- "karma-jasmine-html-reporter": "1.7.0",
216
+ "karma-coverage": "2.2.0",
217
+ "karma-jasmine": "5.1.0",
218
+ "karma-jasmine-html-reporter": "2.0.0",
217
219
  "lnk": "1.0.1",
218
220
  "localforage": "1.10.0",
219
221
  "lockfile": "1.0.4",
220
222
  "lodash": "4.17.20",
221
- "lodash-walk-object": "~13.1.45",
223
+ "lodash-walk-object": "~16.0.47",
222
224
  "lowdb": "1.0.0",
223
- "magic-renamer": "~13.1.41",
225
+ "magic-renamer": "~16.0.43",
224
226
  "material-design-icons": "3.0.1",
225
227
  "method-override": "2.3.10",
226
228
  "minimist": "1.2.0",
227
229
  "mkdirp": "0.5.1",
228
230
  "mocha": "5.2.0",
229
231
  "moment": "2.29.3",
230
- "morphi": "~13.2.11",
231
- "ng-in-viewport": "13.0.1",
232
- "ng-packagr": "13.0.0",
232
+ "morphi": "~16.0.3",
233
+ "ng-in-viewport": "15.0.2",
234
+ "ng-packagr": "16.0.1",
233
235
  "ng-talkback": "~13.1.19",
234
- "ng2-logger": "~13.1.25",
235
- "ng2-rest": "~13.2.8",
236
- "ngx-ace-wrapper": "12",
237
- "ngx-editor": "12.2.1",
238
- "ngx-highlightjs": "6.1.3",
236
+ "ng2-logger": "~16.0.3",
237
+ "ng2-rest": "~16.0.10",
238
+ "ngx-ace-wrapper": "14.0.0",
239
+ "ngx-editor": "15.3.0",
240
+ "ngx-highlightjs": "9.0.0",
239
241
  "ngx-moment": "6.0.2",
240
242
  "ngx-pipes": "3.0.0",
241
- "ngx-progressbar": "8.0.0",
242
- "ngx-scrollbar": "9.0.2",
243
+ "ngx-progressbar": "11.0.0",
244
+ "ngx-scrollbar": "12.0.0",
243
245
  "ngx-store": "3.1.1",
244
246
  "ngx-typed-js": "2.1.1",
245
247
  "node-cli-tester": "~13.1.19",
@@ -266,31 +268,31 @@
266
268
  "record-replay-req-res-scenario": "~13.1.20",
267
269
  "reflect-metadata": "0.1.10",
268
270
  "rimraf": "2.6.2",
269
- "rxjs": "~7.5.0",
271
+ "rxjs": "~7.8.0",
270
272
  "semver": "6.3.0",
271
273
  "simple-git": "1.96.0",
272
274
  "sloc": "0.2.0",
273
275
  "socket.io": "2.4.1",
274
276
  "sort-package-json": "1.11.0",
275
277
  "sql.js": "1.8.0",
276
- "static-columns": "~13.3.8",
278
+ "static-columns": "~16.0.2",
277
279
  "string-similarity": "4.0.2",
278
280
  "sudo-block": "3.0.0",
279
281
  "systeminformation": "3.45.7",
280
282
  "task.js": "0.1.5",
281
283
  "threads": "1.7.0",
282
- "tnp-config": "~13.1.76",
283
- "tnp-core": "~13.2.20",
284
- "tnp-db": "~13.1.21",
285
- "tnp-helpers": "~13.1.38",
286
- "tnp-models": "~13.1.27",
284
+ "tnp-config": "~16.0.4",
285
+ "tnp-core": "~16.0.8",
286
+ "tnp-db": "~16.0.24",
287
+ "tnp-helpers": "~16.0.3",
288
+ "tnp-models": "~16.0.30",
287
289
  "ts-debug": "1.3.0",
288
290
  "ts-loader": "2.3.1",
289
- "ts-node": "10.7.0",
291
+ "ts-node": "10.9.1",
290
292
  "tslib": "~2.3.0",
291
293
  "turndown": "7.1.2",
292
294
  "typeorm": "~0.3.10",
293
- "typescript": "~4.6.2",
295
+ "typescript": "~5.0.2",
294
296
  "typescript-formatter": "~7.2.2",
295
297
  "underscore": "1.9.1",
296
298
  "uuid": "8.3.2",
@@ -299,13 +301,13 @@
299
301
  "vpn-split": "~13.1.23",
300
302
  "watch": "1.0.2",
301
303
  "yup": "1.1.1",
302
- "zone.js": "~0.11.4"
304
+ "zone.js": "~0.13.0"
303
305
  }
304
306
  },
305
307
  "build": {
306
- "number": 336,
307
- "date": "2023-06-04T12:39:39.000Z",
308
- "hash": "5e282ba92bf62b670e23a87b47e58894c37dff1a",
308
+ "number": 342,
309
+ "date": "2023-06-10T09:28:06.000Z",
310
+ "hash": "541d268e6a8abb992ade5ff89b45efbc8a415638",
309
311
  "options": {}
310
312
  },
311
313
  "currentProjectName": "incremental-compiler",
@@ -313,7 +315,7 @@
313
315
  "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\"]}]}",
314
316
  "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\"}]}",
315
317
  "currentProjectType": "isomorphic-lib",
316
- "currentFrameworkVersion": "13.1.214",
318
+ "currentFrameworkVersion": "16.0.3",
317
319
  "currentProjectIsStrictSite": false,
318
320
  "currentProjectIsDependencySite": false,
319
321
  "currentProjectIsStatic": false,
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.
@@ -8,23 +8,17 @@
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
- "module": "fesm2015/incremental-compiler.mjs",
12
- "es2020": "fesm2020/incremental-compiler.mjs",
13
- "esm2020": "esm2020/incremental-compiler.mjs",
14
- "fesm2020": "fesm2020/incremental-compiler.mjs",
15
- "fesm2015": "fesm2015/incremental-compiler.mjs",
16
- "typings": "incremental-compiler.d.ts",
11
+ "module": "fesm2022/incremental-compiler.mjs",
12
+ "typings": "index.d.ts",
17
13
  "exports": {
18
14
  "./package.json": {
19
15
  "default": "./package.json"
20
16
  },
21
17
  ".": {
22
- "types": "./incremental-compiler.d.ts",
23
- "esm2020": "./esm2020/incremental-compiler.mjs",
24
- "es2020": "./fesm2020/incremental-compiler.mjs",
25
- "es2015": "./fesm2015/incremental-compiler.mjs",
26
- "node": "./fesm2015/incremental-compiler.mjs",
27
- "default": "./fesm2020/incremental-compiler.mjs"
18
+ "types": "./index.d.ts",
19
+ "esm2022": "./esm2022/incremental-compiler.mjs",
20
+ "esm": "./esm2022/incremental-compiler.mjs",
21
+ "default": "./fesm2022/incremental-compiler.mjs"
28
22
  }
29
23
  },
30
24
  "sideEffects": false
@@ -1 +0,0 @@
1
- {"version":3,"file":"incremental-compiler.mjs","sources":["../../../tmp-libs-for-bundle/incremental-compiler/projects/incremental-compiler/src/lib/index.ts","../../../tmp-libs-for-bundle/incremental-compiler/projects/incremental-compiler/src/incremental-compiler.ts"],"sourcesContent":["import * 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":"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;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;AC1EP;;AAEG"}
@@ -1,78 +0,0 @@
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
- ({}); // @--end-of-file-for-module=incremental-compiler lib/index.ts
74
-
75
- /**
76
- * Generated bundle index. Do not edit.
77
- */
78
- //# sourceMappingURL=incremental-compiler.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"incremental-compiler.mjs","sources":["../../../tmp-libs-for-bundle/incremental-compiler/projects/incremental-compiler/src/lib/index.ts","../../../tmp-libs-for-bundle/incremental-compiler/projects/incremental-compiler/src/incremental-compiler.ts"],"sourcesContent":["import * 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":"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;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;AC1EP;;AAEG"}
@@ -1,78 +0,0 @@
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
- ({}); // @--end-of-file-for-module=incremental-compiler lib/index.ts
74
-
75
- /**
76
- * Generated bundle index. Do not edit.
77
- */
78
- //# sourceMappingURL=incremental-compiler.mjs.map
@@ -1,78 +0,0 @@
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
- ({}); // @--end-of-file-for-module=incremental-compiler lib/index.ts
74
-
75
- /**
76
- * Generated bundle index. Do not edit.
77
- */
78
- //# sourceMappingURL=incremental-compiler.mjs.map
@@ -1 +0,0 @@
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":["import * 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":"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;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;AC1EP;;AAEG"}
File without changes
File without changes
File without changes