incremental-compiler 16.5.7 → 16.5.8
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.
@@ -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@16.5.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@16.5.8)
|
4
4
|
created from this project.
|
5
5
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/client/package.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
]
|
47
47
|
},
|
48
48
|
"name": "incremental-compiler",
|
49
|
-
"version": "16.5.
|
49
|
+
"version": "16.5.8",
|
50
50
|
"license": "MIT",
|
51
51
|
"dependencies": {
|
52
52
|
"@types/chokidar": "2.1.3",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"typescript-class-helpers": "~16.5.2"
|
62
62
|
},
|
63
63
|
"private": false,
|
64
|
-
"lastBuildTagHash": "
|
64
|
+
"lastBuildTagHash": "f0d2fa5a77b1d842c9093035a643387c97ee3118",
|
65
65
|
"devDependencies": {
|
66
66
|
"@angular-devkit/build-angular": "~16.0.5",
|
67
67
|
"@angular-devkit/core": "~16.0.5",
|
@@ -207,7 +207,7 @@
|
|
207
207
|
"image-focus": "1.2.1",
|
208
208
|
"immer": "10.0.2",
|
209
209
|
"immutable": "4.3.0",
|
210
|
-
"incremental-compiler": "~16.5.
|
210
|
+
"incremental-compiler": "~16.5.7",
|
211
211
|
"inquirer": "7.3.3",
|
212
212
|
"inquirer-autocomplete-prompt": "1.3.0",
|
213
213
|
"is-elevated": "3.0.0",
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.incrementalWatcher = void 0;
|
4
4
|
var tslib_1 = require("tslib");
|
5
5
|
var tnp_core_1 = require("tnp-core");
|
6
|
-
var parcel_watcher_adapter_backend_1 = require("./parcel-watcher-adapter.backend");
|
7
6
|
function incrementalWatcher(filePath, watchOptions) {
|
8
7
|
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
9
|
-
var engine,
|
8
|
+
var engine, opt;
|
10
9
|
return tslib_1.__generator(this, function (_a) {
|
11
10
|
engine = (watchOptions || {}).engine;
|
12
11
|
if (!engine || (tnp_core_1._.isString(engine) && engine.trim() === '')) {
|
@@ -16,16 +15,11 @@ function incrementalWatcher(filePath, watchOptions) {
|
|
16
15
|
if (tnp_core_1.frameworkName === 'firedev') {
|
17
16
|
engine = 'chokidar';
|
18
17
|
}
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
opt = tnp_core_1._.cloneDeep(watchOptions);
|
25
|
-
opt['ignorePermissionErrors'] = true;
|
26
|
-
return [2 /*return*/, tnp_core_1.chokidar.watch(filePath, watchOptions)];
|
27
|
-
}
|
28
|
-
return [2 /*return*/];
|
18
|
+
opt = tnp_core_1._.cloneDeep(watchOptions);
|
19
|
+
opt['ignorePermissionErrors'] = true;
|
20
|
+
return [2 /*return*/, tnp_core_1.chokidar.watch(filePath, watchOptions)
|
21
|
+
// }
|
22
|
+
];
|
29
23
|
});
|
30
24
|
});
|
31
25
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"incremental-watcher.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AACA,qCAA4D;
|
1
|
+
{"version":3,"file":"incremental-watcher.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AACA,qCAA4D;AAO5D,SAAsB,kBAAkB,CAAC,QAA2B,EAAE,YAAwC;;;;YACtG,MAAM,GAAK,CAAA,YAAY,IAAI,EAAE,CAAA,OAAvB,CAAwB;YACpC,IAAI,CAAC,MAAM,IAAI,CAAC,YAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE;gBAC3D,uBAAuB;gBACvB,MAAM,GAAG,iBAAiB,CAAC;aAC5B;YACD,IAAI,wBAAa,KAAK,SAAS,EAAE;gBAC/B,MAAM,GAAG,UAAU,CAAC;aACrB;YAMK,GAAG,GAAG,YAAC,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;YACtC,GAAG,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;YACrC,sBAAO,mBAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,YAAY,CAAC;gBAC7C,IAAI;cADyC;;;CAE9C;AAlBD,gDAkBC"}
|
package/package.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
]
|
47
47
|
},
|
48
48
|
"name": "incremental-compiler",
|
49
|
-
"version": "16.5.
|
49
|
+
"version": "16.5.8",
|
50
50
|
"license": "MIT",
|
51
51
|
"dependencies": {
|
52
52
|
"@types/chokidar": "2.1.3",
|
@@ -61,6 +61,6 @@
|
|
61
61
|
"typescript-class-helpers": "~16.5.2"
|
62
62
|
},
|
63
63
|
"private": false,
|
64
|
-
"lastBuildTagHash": "
|
64
|
+
"lastBuildTagHash": "f0d2fa5a77b1d842c9093035a643387c97ee3118",
|
65
65
|
"devDependencies": {}
|
66
66
|
}
|
package/tmp-environment.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
]
|
51
51
|
},
|
52
52
|
"name": "incremental-compiler",
|
53
|
-
"version": "16.5.
|
53
|
+
"version": "16.5.8",
|
54
54
|
"license": "MIT",
|
55
55
|
"dependencies": {
|
56
56
|
"@types/chokidar": "2.1.3",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"typescript-class-helpers": "~16.5.2"
|
66
66
|
},
|
67
67
|
"private": false,
|
68
|
-
"lastBuildTagHash": "
|
68
|
+
"lastBuildTagHash": "f0d2fa5a77b1d842c9093035a643387c97ee3118",
|
69
69
|
"devDependencies": {
|
70
70
|
"@angular-devkit/build-angular": "~16.0.5",
|
71
71
|
"@angular-devkit/core": "~16.0.5",
|
@@ -211,7 +211,7 @@
|
|
211
211
|
"image-focus": "1.2.1",
|
212
212
|
"immer": "10.0.2",
|
213
213
|
"immutable": "4.3.0",
|
214
|
-
"incremental-compiler": "~16.5.
|
214
|
+
"incremental-compiler": "~16.5.7",
|
215
215
|
"inquirer": "7.3.3",
|
216
216
|
"inquirer-autocomplete-prompt": "1.3.0",
|
217
217
|
"is-elevated": "3.0.0",
|
@@ -337,9 +337,9 @@
|
|
337
337
|
"main": "index.js"
|
338
338
|
},
|
339
339
|
"build": {
|
340
|
-
"number":
|
341
|
-
"date": "2023-12-12T22:
|
342
|
-
"hash": "
|
340
|
+
"number": 380,
|
341
|
+
"date": "2023-12-12T22:41:06.000Z",
|
342
|
+
"hash": "6c43defaf09b639dc0029ad39dff28e303346fe0",
|
343
343
|
"options": {}
|
344
344
|
},
|
345
345
|
"currentProjectName": "incremental-compiler",
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"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\"]}]}",
|
348
348
|
"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\"}]}",
|
349
349
|
"currentProjectType": "isomorphic-lib",
|
350
|
-
"currentFrameworkVersion": "16.5.
|
350
|
+
"currentFrameworkVersion": "16.5.6",
|
351
351
|
"isStandaloneProject": true,
|
352
352
|
"isSmartContainer": false,
|
353
353
|
"frameworks": [
|