node-cli-tester 18.0.15 → 18.0.16
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 +4 -4
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/node-cli-tester +11 -11
- package/bin/node-cli-tester-debug +11 -11
- package/browser/README.md +24 -24
- package/browser/fesm2022/node-cli-tester.mjs.map +1 -1
- package/client/README.md +24 -24
- package/client/fesm2022/node-cli-tester.mjs.map +1 -1
- package/package.json +4 -4
- package/taon.jsonc +38 -38
- package/tmp-environment.json +29 -29
- package/websql/README.md +24 -24
- package/websql/fesm2022/node-cli-tester.mjs.map +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# node-cli-tester
|
|
2
|
-
|
|
3
|
-
- for testing any cli functionality
|
|
4
|
-
|
|
1
|
+
# node-cli-tester
|
|
2
|
+
|
|
3
|
+
- for testing any cli functionality
|
|
4
|
+
|
|
@@ -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 (node-cli-tester@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (node-cli-tester@18.0.16)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/bin/node-cli-tester
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../lib/start.backend.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
global.useWorker = true;
|
|
10
|
-
var run = require(p).run;
|
|
11
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../lib/start.backend.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
global.useWorker = true;
|
|
10
|
+
var run = require(p).run;
|
|
11
|
+
run(process.argv.slice(2));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
#!/usr/bin/env node --inspect
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
global.useWorker = true;
|
|
10
|
-
var run = require(p).run;
|
|
11
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node --inspect
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/start.backend.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
global.useWorker = true;
|
|
10
|
+
var run = require(p).run;
|
|
11
|
+
run(process.argv.slice(2));
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-cli-tester.mjs","sources":["../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/node-cli-tester.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/index.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/node-cli-tester.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\nexport class NodeCliTester {\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/* */\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/* */\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}\n\n ;({}); // @--end-of-file-for-module=node-cli-tester lib/node-cli-tester.ts","\n\nexport { NodeCliTester } from './node-cli-tester';\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=node-cli-tester 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;MAIa,aAAa,CAAA;AA8NzB;AAEA;
|
|
1
|
+
{"version":3,"file":"node-cli-tester.mjs","sources":["../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/node-cli-tester.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/index.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/node-cli-tester.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\nexport class NodeCliTester {\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/* */\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/* */\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}\n\n ;({}); // @--end-of-file-for-module=node-cli-tester lib/node-cli-tester.ts","\n\nexport { NodeCliTester } from './node-cli-tester';\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=node-cli-tester 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;MAIa,aAAa,CAAA;AA8NzB,CAAA;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;AC1OP;AACA;AACA;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;;ACTP;;AAEG;;;;"}
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-cli-tester.mjs","sources":["../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/node-cli-tester.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/index.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/node-cli-tester.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\nexport class NodeCliTester {\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/* */\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/* */\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}\n\n ;({}); // @--end-of-file-for-module=node-cli-tester lib/node-cli-tester.ts","\n\nexport { NodeCliTester } from './node-cli-tester';\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=node-cli-tester 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;MAIa,aAAa,CAAA;AA8NzB;AAEA;
|
|
1
|
+
{"version":3,"file":"node-cli-tester.mjs","sources":["../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/node-cli-tester.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/lib/index.ts","../../../tmp-libs-for-dist/node-cli-tester/projects/node-cli-tester/src/node-cli-tester.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\nexport class NodeCliTester {\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/* */\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/* */\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}\n\n ;({}); // @--end-of-file-for-module=node-cli-tester lib/node-cli-tester.ts","\n\nexport { NodeCliTester } from './node-cli-tester';\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=node-cli-tester 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;MAIa,aAAa,CAAA;AA8NzB,CAAA;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;AC1OP;AACA;AACA;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;;ACTP;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"workerPlugins": {}
|
|
40
40
|
},
|
|
41
41
|
"name": "node-cli-tester",
|
|
42
|
-
"version": "18.0.
|
|
42
|
+
"version": "18.0.16",
|
|
43
43
|
"license": "UNLICENSED",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"tnp-helpers": "~18.0.
|
|
45
|
+
"tnp-helpers": "~18.0.17"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
48
48
|
"node-cli-tester": "bin/node-cli-tester",
|
|
49
49
|
"node-cli-tester-debug": "bin/node-cli-tester-debug"
|
|
50
50
|
},
|
|
51
|
-
"lastBuildTagHash": "
|
|
51
|
+
"lastBuildTagHash": "52c0ac4538a1d91237e2f8398817c4b7a9cdfea8",
|
|
52
52
|
"private": false,
|
|
53
53
|
"devDependencies": {},
|
|
54
|
-
"main": "
|
|
54
|
+
"main": "dist/app.electron.js"
|
|
55
55
|
}
|
package/taon.jsonc
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": ["README.md"],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"ignoreDepsPattern": [],
|
|
6
|
-
"includeAsDev": [],
|
|
7
|
-
"includeOnly": ["tnp-helpers"],
|
|
8
|
-
"dependencies": {},
|
|
9
|
-
"linkedFolders": [],
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"smartContainerBuildTarget": "",
|
|
14
|
-
"linkedRepos": [],
|
|
15
|
-
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"type": "isomorphic-lib",
|
|
29
|
-
"isCoreProject": false,
|
|
30
|
-
"useFramework": false,
|
|
31
|
-
"required": [],
|
|
32
|
-
"version": "v18",
|
|
33
|
-
"isGenerated": false,
|
|
34
|
-
"requiredServers": [],
|
|
35
|
-
"license": "UNLICENSED",
|
|
36
|
-
"main": "index.js",
|
|
37
|
-
"private": false,
|
|
38
|
-
"workerPlugins": {}
|
|
1
|
+
{
|
|
2
|
+
"resources": ["README.md"],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"ignoreDepsPattern": [],
|
|
6
|
+
"includeAsDev": [],
|
|
7
|
+
"includeOnly": ["tnp-helpers"],
|
|
8
|
+
"dependencies": {},
|
|
9
|
+
"linkedFolders": [],
|
|
10
|
+
"npmFixes": []
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"smartContainerBuildTarget": "",
|
|
14
|
+
"linkedRepos": [],
|
|
15
|
+
|
|
16
|
+
"libReleaseOptions": {
|
|
17
|
+
"nodts": false,
|
|
18
|
+
"obscure": false,
|
|
19
|
+
"ugly": false,
|
|
20
|
+
"includeNodeModules": false,
|
|
21
|
+
"cliBuildNoDts": false,
|
|
22
|
+
"cliBuildObscure": false,
|
|
23
|
+
"cliBuildIncludeNodeModules": false,
|
|
24
|
+
"cliBuildUglify": false
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"smartContainerTarget": "",
|
|
28
|
+
"type": "isomorphic-lib",
|
|
29
|
+
"isCoreProject": false,
|
|
30
|
+
"useFramework": false,
|
|
31
|
+
"required": [],
|
|
32
|
+
"version": "v18",
|
|
33
|
+
"isGenerated": false,
|
|
34
|
+
"requiredServers": [],
|
|
35
|
+
"license": "UNLICENSED",
|
|
36
|
+
"main": "index.js",
|
|
37
|
+
"private": false,
|
|
38
|
+
"workerPlugins": {}
|
|
39
39
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
"workerPlugins": {}
|
|
44
44
|
},
|
|
45
45
|
"name": "node-cli-tester",
|
|
46
|
-
"version": "18.0.
|
|
46
|
+
"version": "18.0.16",
|
|
47
47
|
"license": "UNLICENSED",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"tnp-helpers": "~18.0.
|
|
49
|
+
"tnp-helpers": "~18.0.17"
|
|
50
50
|
},
|
|
51
51
|
"bin": {
|
|
52
52
|
"node-cli-tester": "bin/node-cli-tester",
|
|
53
53
|
"node-cli-tester-debug": "bin/node-cli-tester-debug"
|
|
54
54
|
},
|
|
55
|
-
"lastBuildTagHash": "
|
|
55
|
+
"lastBuildTagHash": "52c0ac4538a1d91237e2f8398817c4b7a9cdfea8",
|
|
56
56
|
"private": false,
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
@@ -218,13 +218,13 @@
|
|
|
218
218
|
"image-focus": "1.2.1",
|
|
219
219
|
"immer": "10.0.2",
|
|
220
220
|
"immutable": "4.3.7",
|
|
221
|
-
"incremental-compiler": "~18.0.
|
|
221
|
+
"incremental-compiler": "~18.0.17",
|
|
222
222
|
"inquirer": "7.3.3",
|
|
223
223
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
224
224
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
225
225
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
226
226
|
"is-elevated": "3.0.0",
|
|
227
|
-
"isomorphic-region-loader": "~18.0.
|
|
227
|
+
"isomorphic-region-loader": "~18.0.17",
|
|
228
228
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
229
229
|
"jest": "29.7.0",
|
|
230
230
|
"jest-date-mock": "1.0.10",
|
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
"joi": "17.13.3",
|
|
236
236
|
"jscodeshift": "0.6.3",
|
|
237
237
|
"json-stringify-safe": "5.0.1",
|
|
238
|
-
"json10": "~18.0.
|
|
239
|
-
"json10-writer": "~18.0.
|
|
238
|
+
"json10": "~18.0.17",
|
|
239
|
+
"json10-writer": "~18.0.17",
|
|
240
240
|
"json5": "2.2.3",
|
|
241
241
|
"json5-writer": "0.2.0",
|
|
242
242
|
"jszip": "3.10.1",
|
|
@@ -245,9 +245,9 @@
|
|
|
245
245
|
"localforage": "1.10.0",
|
|
246
246
|
"lockfile": "1.0.4",
|
|
247
247
|
"lodash": "4.17.21",
|
|
248
|
-
"lodash-walk-object": "~18.0.
|
|
248
|
+
"lodash-walk-object": "~18.0.17",
|
|
249
249
|
"lowdb": "7.0.1",
|
|
250
|
-
"magic-renamer": "~18.0.
|
|
250
|
+
"magic-renamer": "~18.0.17",
|
|
251
251
|
"material-design-icons": "3.0.1",
|
|
252
252
|
"method-override": "2.3.10",
|
|
253
253
|
"minimist": "1.2.8",
|
|
@@ -258,11 +258,11 @@
|
|
|
258
258
|
"ng-in-viewport": "16.1.0",
|
|
259
259
|
"ng-lock": "18.0.1",
|
|
260
260
|
"ng-packagr": "18.1.0",
|
|
261
|
-
"ng-talkback": "~18.0.
|
|
262
|
-
"ng2-logger": "~18.0.
|
|
261
|
+
"ng-talkback": "~18.0.16",
|
|
262
|
+
"ng2-logger": "~18.0.19",
|
|
263
263
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
264
|
-
"ng2-rest": "~18.0.
|
|
265
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
264
|
+
"ng2-rest": "~18.0.17",
|
|
265
|
+
"ng2-rest-swagger-generator": "18.0.14",
|
|
266
266
|
"ngx-ace-wrapper": "17.0.0",
|
|
267
267
|
"ngx-editor": "17.5.4",
|
|
268
268
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"ngx-scrolltop": "18.0.0",
|
|
277
277
|
"ngx-store": "3.1.1",
|
|
278
278
|
"ngx-typed-js": "2.1.1",
|
|
279
|
-
"node-cli-tester": "~18.0.
|
|
279
|
+
"node-cli-tester": "~18.0.15",
|
|
280
280
|
"node-localstorage": "2.1.6",
|
|
281
281
|
"node-notifier": "10.0.1",
|
|
282
282
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"q": "1.5.1",
|
|
308
308
|
"rallax.js": "2.0.4",
|
|
309
309
|
"randomcolor": "0.5.3",
|
|
310
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
310
|
+
"record-replay-req-res-scenario": "~18.0.15",
|
|
311
311
|
"reflect-metadata": "0.2.2",
|
|
312
312
|
"rimraf": "2.6.2",
|
|
313
313
|
"rxjs": "~7.8.1",
|
|
@@ -321,22 +321,22 @@
|
|
|
321
321
|
"sql-template-strings": "2.2.2",
|
|
322
322
|
"sql-template-tag": "5.2.1",
|
|
323
323
|
"sql.js": "1.8.0",
|
|
324
|
-
"static-columns": "~18.0.
|
|
324
|
+
"static-columns": "~18.0.17",
|
|
325
325
|
"string-similarity": "4.0.4",
|
|
326
326
|
"sudo-block": "3.0.0",
|
|
327
327
|
"supertest": "7.0.0",
|
|
328
328
|
"sweetalert2": "11.7.32",
|
|
329
329
|
"systeminformation": "3.45.7",
|
|
330
330
|
"taon": "^18",
|
|
331
|
-
"taon-storage": "18.0.
|
|
332
|
-
"taon-type-sql": "18.0.
|
|
333
|
-
"taon-typeorm": "18.0.
|
|
331
|
+
"taon-storage": "18.0.25",
|
|
332
|
+
"taon-type-sql": "18.0.16",
|
|
333
|
+
"taon-typeorm": "18.0.15",
|
|
334
334
|
"task.js": "0.1.5",
|
|
335
335
|
"threads": "1.7.0",
|
|
336
|
-
"tnp": "~18.0.
|
|
337
|
-
"tnp-config": "~18.0.
|
|
338
|
-
"tnp-core": "~18.0.
|
|
339
|
-
"tnp-models": "~18.0.
|
|
336
|
+
"tnp": "~18.0.18",
|
|
337
|
+
"tnp-config": "~18.0.19",
|
|
338
|
+
"tnp-core": "~18.0.43",
|
|
339
|
+
"tnp-models": "~18.0.18",
|
|
340
340
|
"ts-debug": "1.3.0",
|
|
341
341
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
342
342
|
"ts-loader": "2.3.1",
|
|
@@ -348,14 +348,14 @@
|
|
|
348
348
|
"typedoc": "0.26.5",
|
|
349
349
|
"typedoc-plugin-markdown": "4.2.3",
|
|
350
350
|
"typescript": "~5.5.4",
|
|
351
|
-
"typescript-class-helpers": "~18.0.
|
|
351
|
+
"typescript-class-helpers": "~18.0.18",
|
|
352
352
|
"typescript-formatter": "~7.2.2",
|
|
353
353
|
"typescript-string-enums": "~1.0.0",
|
|
354
354
|
"underscore": "1.13.7",
|
|
355
355
|
"uuid": "10.0.0",
|
|
356
356
|
"validator": "13.5.2",
|
|
357
357
|
"video.js": "8.3.0",
|
|
358
|
-
"vpn-split": "~18.0.
|
|
358
|
+
"vpn-split": "~18.0.15",
|
|
359
359
|
"vscode": "1.1.37",
|
|
360
360
|
"wait-on": "8.0.1",
|
|
361
361
|
"watch": "1.0.2",
|
|
@@ -368,14 +368,14 @@
|
|
|
368
368
|
"main": "dist/app.electron.js"
|
|
369
369
|
},
|
|
370
370
|
"build": {
|
|
371
|
-
"number":
|
|
372
|
-
"date": "2024-
|
|
373
|
-
"hash": "
|
|
371
|
+
"number": 245,
|
|
372
|
+
"date": "2024-12-31T17:55:22.000Z",
|
|
373
|
+
"hash": "1ad1a2113c12c9360d50cd7762765de2614a4c27"
|
|
374
374
|
},
|
|
375
375
|
"currentProjectName": "node-cli-tester",
|
|
376
376
|
"currentProjectGenericName": "node-cli-tester",
|
|
377
377
|
"currentProjectType": "isomorphic-lib",
|
|
378
|
-
"currentFrameworkVersion": "18.0.
|
|
378
|
+
"currentFrameworkVersion": "18.0.18",
|
|
379
379
|
"isStandaloneProject": true,
|
|
380
380
|
"isSmartContainer": false,
|
|
381
381
|
"pathesTsconfig": "\"paths\": {\"node-cli-tester\":[\"./src/lib\"],\"node-cli-tester/*\":[\"./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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-cli-tester.mjs","sources":["../../../tmp-libs-for-dist-websql/node-cli-tester/projects/node-cli-tester/src/lib/node-cli-tester.ts","../../../tmp-libs-for-dist-websql/node-cli-tester/projects/node-cli-tester/src/lib/index.ts","../../../tmp-libs-for-dist-websql/node-cli-tester/projects/node-cli-tester/src/node-cli-tester.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\nexport class NodeCliTester {\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/* */\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/* */\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}\n\n ;({}); // @--end-of-file-for-module=node-cli-tester lib/node-cli-tester.ts","\n\nexport { NodeCliTester } from './node-cli-tester';\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=node-cli-tester 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;MAIa,aAAa,CAAA;AA8NzB;AAEA;
|
|
1
|
+
{"version":3,"file":"node-cli-tester.mjs","sources":["../../../tmp-libs-for-dist-websql/node-cli-tester/projects/node-cli-tester/src/lib/node-cli-tester.ts","../../../tmp-libs-for-dist-websql/node-cli-tester/projects/node-cli-tester/src/lib/index.ts","../../../tmp-libs-for-dist-websql/node-cli-tester/projects/node-cli-tester/src/node-cli-tester.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\nexport class NodeCliTester {\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/* */\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/* */\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}\n\n ;({}); // @--end-of-file-for-module=node-cli-tester lib/node-cli-tester.ts","\n\nexport { NodeCliTester } from './node-cli-tester';\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=node-cli-tester 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;MAIa,aAAa,CAAA;AA8NzB,CAAA;AAEA,CAAC;AAAA,CAAC,EAAE,EAAE;;AC1OP;AACA;AACA;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;;ACTP;;AAEG;;;;"}
|