isomorphic-region-loader 13.1.23 → 13.1.25
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/app.js +3 -3
- package/browser/README.md +24 -24
- package/browser/esm2020/isomorphic-region-loader.mjs +4 -4
- package/browser/esm2020/lib/index.mjs +21 -21
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/fesm2015/isomorphic-region-loader.mjs +17 -17
- package/browser/fesm2020/isomorphic-region-loader.mjs +17 -17
- package/browser/isomorphic-region-loader.d.ts +4 -4
- package/browser/lib/index.d.ts +2 -2
- package/client/README.md +24 -24
- package/client/esm2020/isomorphic-region-loader.mjs +4 -4
- package/client/esm2020/lib/index.mjs +21 -21
- package/client/esm2020/public-api.mjs +1 -1
- package/client/fesm2015/isomorphic-region-loader.mjs +17 -17
- package/client/fesm2020/isomorphic-region-loader.mjs +17 -17
- package/client/isomorphic-region-loader.d.ts +4 -4
- package/client/lib/index.d.ts +2 -2
- package/index.d.ts +3 -3
- package/lib/index.d.ts +5 -5
- package/lib/region-remover.backend.d.ts +15 -15
- package/lib/region.backend.d.ts +29 -29
- package/package.json +2 -2
- package/package.json_devDependencies.json +3 -3
- package/package.json_tnp.json5 +33 -33
- package/tmp-environment.json +12 -11
- package/websql/README.md +24 -24
- package/websql/esm2020/isomorphic-region-loader.mjs +4 -4
- package/websql/esm2020/lib/index.mjs +21 -21
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/fesm2015/isomorphic-region-loader.mjs +17 -17
- package/websql/fesm2020/isomorphic-region-loader.mjs +17 -17
- package/websql/isomorphic-region-loader.d.ts +4 -4
- package/websql/lib/index.d.ts +2 -2
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1678078973772 = void 0;
|
|
4
|
+
function dummy1678078973772() { }
|
|
5
|
+
exports.dummy1678078973772 = dummy1678078973772;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUdMLFNBQVMsZ0JBQWdCLENBQUMsT0FBTztJQUNqQyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELE9BQU8sRUFBRSxnQkFBZ0IsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0FBQ2hELEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUVMLGVBQWUsZ0JBQWdCLENBQUM7QUFFL0IsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxrRUFBa0UiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbiAgXG5cbmZ1bmN0aW9uIFN0cmlwQnJvd3NlckNvZGUoY29udGVudCkge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmV4cG9ydCB7IFN0cmlwQnJvd3NlckNvZGUgYXMgU3RyaXBCbG9ja0xvYWRlciB9O1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCBkZWZhdWx0IFN0cmlwQnJvd3NlckNvZGU7XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/browser/lib/index.d.ts
CHANGED
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUdMLFNBQVMsZ0JBQWdCLENBQUMsT0FBTztJQUNqQyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELE9BQU8sRUFBRSxnQkFBZ0IsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0FBQ2hELEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUVMLGVBQWUsZ0JBQWdCLENBQUM7QUFFL0IsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxrRUFBa0UiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbiAgXG5cbmZ1bmN0aW9uIFN0cmlwQnJvd3NlckNvZGUoY29udGVudCkge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmV4cG9ydCB7IFN0cmlwQnJvd3NlckNvZGUgYXMgU3RyaXBCbG9ja0xvYWRlciB9O1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCBkZWZhdWx0IFN0cmlwQnJvd3NlckNvZGU7XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/client/lib/index.d.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import def from './lib';
|
|
2
|
-
export * from './lib';
|
|
3
|
-
export default def;
|
|
1
|
+
import def from './lib';
|
|
2
|
+
export * from './lib';
|
|
3
|
+
export default def;
|
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare function StripBrowserCode(content: any): any;
|
|
2
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
3
|
-
export * from './region-remover.backend';
|
|
4
|
-
export * from './region.backend';
|
|
5
|
-
export default StripBrowserCode;
|
|
1
|
+
declare function StripBrowserCode(content: any): any;
|
|
2
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
3
|
+
export * from './region-remover.backend';
|
|
4
|
+
export * from './region.backend';
|
|
5
|
+
export default StripBrowserCode;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export declare class RegionRemover {
|
|
2
|
-
readonly realtiveOrAbsFilePAth: string;
|
|
3
|
-
private content;
|
|
4
|
-
readonly project?: any;
|
|
5
|
-
private root;
|
|
6
|
-
private readonly START_REGION;
|
|
7
|
-
private readonly END_REGION;
|
|
8
|
-
static from(realtiveOrAbsFilePAth: string, content: string, replacementss?: any, // Models.dev.Replacement[],
|
|
9
|
-
project?: any): RegionRemover;
|
|
10
|
-
private matchStartRegion;
|
|
11
|
-
private matchEndRegion;
|
|
12
|
-
private constructor();
|
|
13
|
-
private tree;
|
|
14
|
-
get output(): string;
|
|
15
|
-
}
|
|
1
|
+
export declare class RegionRemover {
|
|
2
|
+
readonly realtiveOrAbsFilePAth: string;
|
|
3
|
+
private content;
|
|
4
|
+
readonly project?: any;
|
|
5
|
+
private root;
|
|
6
|
+
private readonly START_REGION;
|
|
7
|
+
private readonly END_REGION;
|
|
8
|
+
static from(realtiveOrAbsFilePAth: string, content: string, replacementss?: any, // Models.dev.Replacement[],
|
|
9
|
+
project?: any): RegionRemover;
|
|
10
|
+
private matchStartRegion;
|
|
11
|
+
private matchEndRegion;
|
|
12
|
+
private constructor();
|
|
13
|
+
private tree;
|
|
14
|
+
get output(): string;
|
|
15
|
+
}
|
package/lib/region.backend.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Models } from 'tnp-models';
|
|
2
|
-
import type { RegionRemover } from './region-remover.backend';
|
|
3
|
-
export declare class Region {
|
|
4
|
-
private context;
|
|
5
|
-
replacementss: Models.dev.Replacement[];
|
|
6
|
-
parent: Region;
|
|
7
|
-
startIndex: number;
|
|
8
|
-
endIndex: number;
|
|
9
|
-
lineStart: string;
|
|
10
|
-
lineEnd: string;
|
|
11
|
-
contentLines: string[];
|
|
12
|
-
constructor(context: RegionRemover, replacementss: Models.dev.Replacement[], parent: Region, startIndex: number, endIndex: number, lineStart: string, lineEnd: string, contentLines?: string[]);
|
|
13
|
-
private tmpOutput;
|
|
14
|
-
get hasEnd(): boolean;
|
|
15
|
-
get lastRegionWithoutEnd(): Region;
|
|
16
|
-
private regionsOrStrings;
|
|
17
|
-
get regions(): (string | Region)[];
|
|
18
|
-
private setEnd;
|
|
19
|
-
get isRoot(): boolean;
|
|
20
|
-
addNormalLine(l: string, lineIndex: number): void;
|
|
21
|
-
addNormalLineToLastRegion(l: string, lineIndex: number): void;
|
|
22
|
-
addRegion(context: RegionRemover, parent: Region, startIndex: number, lineStart: string): void;
|
|
23
|
-
endLastRegion(endIndex: number, lineEnd: string): void;
|
|
24
|
-
private containsTitle;
|
|
25
|
-
private get titleString();
|
|
26
|
-
toString(): string;
|
|
27
|
-
private get project();
|
|
28
|
-
private get realtiveOrAbsFilePAth();
|
|
29
|
-
}
|
|
1
|
+
import { Models } from 'tnp-models';
|
|
2
|
+
import type { RegionRemover } from './region-remover.backend';
|
|
3
|
+
export declare class Region {
|
|
4
|
+
private context;
|
|
5
|
+
replacementss: Models.dev.Replacement[];
|
|
6
|
+
parent: Region;
|
|
7
|
+
startIndex: number;
|
|
8
|
+
endIndex: number;
|
|
9
|
+
lineStart: string;
|
|
10
|
+
lineEnd: string;
|
|
11
|
+
contentLines: string[];
|
|
12
|
+
constructor(context: RegionRemover, replacementss: Models.dev.Replacement[], parent: Region, startIndex: number, endIndex: number, lineStart: string, lineEnd: string, contentLines?: string[]);
|
|
13
|
+
private tmpOutput;
|
|
14
|
+
get hasEnd(): boolean;
|
|
15
|
+
get lastRegionWithoutEnd(): Region;
|
|
16
|
+
private regionsOrStrings;
|
|
17
|
+
get regions(): (string | Region)[];
|
|
18
|
+
private setEnd;
|
|
19
|
+
get isRoot(): boolean;
|
|
20
|
+
addNormalLine(l: string, lineIndex: number): void;
|
|
21
|
+
addNormalLineToLastRegion(l: string, lineIndex: number): void;
|
|
22
|
+
addRegion(context: RegionRemover, parent: Region, startIndex: number, lineStart: string): void;
|
|
23
|
+
endLastRegion(endIndex: number, lineEnd: string): void;
|
|
24
|
+
private containsTitle;
|
|
25
|
+
private get titleString();
|
|
26
|
+
toString(): string;
|
|
27
|
+
private get project();
|
|
28
|
+
private get realtiveOrAbsFilePAth();
|
|
29
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isomorphic-region-loader",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.25",
|
|
4
4
|
"author": "Dariusz Filipiak @darekf77",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"devDependencies": {},
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
"tnp-models": "~13.1.9"
|
|
9
9
|
},
|
|
10
10
|
"private": false,
|
|
11
|
-
"lastBuildTagHash": "
|
|
11
|
+
"lastBuildTagHash": "8d6c9183c089703b2fab54917c12c0e7ece24187"
|
|
12
12
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"loader-utils": "^1.1.0"
|
|
3
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"loader-utils": "^1.1.0"
|
|
3
|
+
}
|
package/package.json_tnp.json5
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"ignoreDepsPattern": [
|
|
7
|
-
"*"
|
|
8
|
-
],
|
|
9
|
-
"includeAsDev": [],
|
|
10
|
-
"includeOnly": [
|
|
11
|
-
'tnp-models'
|
|
12
|
-
],
|
|
13
|
-
"dependencies": {}
|
|
14
|
-
},
|
|
15
|
-
|
|
16
|
-
"linkedProjects": [],
|
|
17
|
-
'smartContainerBuildTarget': '',
|
|
18
|
-
'linkedRepos': [],
|
|
19
|
-
|
|
20
|
-
"libReleaseOptions": {
|
|
21
|
-
"nodts": false,
|
|
22
|
-
"obscure": false,
|
|
23
|
-
"ugly": false,
|
|
24
|
-
'includeNodeModules': false,
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
'smartContainerTarget': '',
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
-
"type": "isomorphic-lib",
|
|
31
|
-
"version": "v3",
|
|
32
|
-
"private": false,
|
|
33
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"ignoreDepsPattern": [
|
|
7
|
+
"*"
|
|
8
|
+
],
|
|
9
|
+
"includeAsDev": [],
|
|
10
|
+
"includeOnly": [
|
|
11
|
+
'tnp-models'
|
|
12
|
+
],
|
|
13
|
+
"dependencies": {}
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"linkedProjects": [],
|
|
17
|
+
'smartContainerBuildTarget': '',
|
|
18
|
+
'linkedRepos': [],
|
|
19
|
+
|
|
20
|
+
"libReleaseOptions": {
|
|
21
|
+
"nodts": false,
|
|
22
|
+
"obscure": false,
|
|
23
|
+
"ugly": false,
|
|
24
|
+
'includeNodeModules': false,
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
'smartContainerTarget': '',
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
+
"type": "isomorphic-lib",
|
|
31
|
+
"version": "v3",
|
|
32
|
+
"private": false,
|
|
33
|
+
}
|
package/tmp-environment.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"private": false
|
|
35
35
|
},
|
|
36
36
|
"name": "isomorphic-region-loader",
|
|
37
|
-
"version": "13.1.
|
|
37
|
+
"version": "13.1.25",
|
|
38
38
|
"author": "Dariusz Filipiak @darekf77",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"devDependencies": {
|
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
"firedev-ports": "~13.1.31",
|
|
154
154
|
"firedev-storage": "~13.1.23",
|
|
155
155
|
"firedev-typeorm": "~13.1.11",
|
|
156
|
+
"firedev-ui": "~13.0.1",
|
|
156
157
|
"fkill": "6.1.0",
|
|
157
158
|
"font-awesome": "4.7.0",
|
|
158
159
|
"fs-extra": "8.1.0",
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
"inquirer": "7.3.3",
|
|
168
169
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
169
170
|
"is-elevated": "3.0.0",
|
|
170
|
-
"isomorphic-region-loader": "~13.1.
|
|
171
|
+
"isomorphic-region-loader": "~13.1.24",
|
|
171
172
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
172
173
|
"jasmine-core": "4.0.0",
|
|
173
174
|
"jscodeshift": "0.6.3",
|
|
@@ -198,7 +199,7 @@
|
|
|
198
199
|
"mkdirp": "0.5.1",
|
|
199
200
|
"mocha": "5.2.0",
|
|
200
201
|
"moment": "2.22.2",
|
|
201
|
-
"morphi": "~13.1.
|
|
202
|
+
"morphi": "~13.1.35",
|
|
202
203
|
"ng-packagr": "13.0.0",
|
|
203
204
|
"ng-talkback": "~13.1.19",
|
|
204
205
|
"ng2-logger": "~13.1.9",
|
|
@@ -248,10 +249,10 @@
|
|
|
248
249
|
"systeminformation": "3.45.7",
|
|
249
250
|
"task.js": "0.1.5",
|
|
250
251
|
"tnp-cli": "~13.1.41",
|
|
251
|
-
"tnp-config": "~13.1.
|
|
252
|
-
"tnp-core": "~13.1.
|
|
252
|
+
"tnp-config": "~13.1.55",
|
|
253
|
+
"tnp-core": "~13.1.61",
|
|
253
254
|
"tnp-db": "~13.1.7",
|
|
254
|
-
"tnp-helpers": "~13.1.
|
|
255
|
+
"tnp-helpers": "~13.1.16",
|
|
255
256
|
"tnp-ui": "~13.1.27",
|
|
256
257
|
"ts-debug": "1.3.0",
|
|
257
258
|
"ts-loader": "2.3.1",
|
|
@@ -272,12 +273,12 @@
|
|
|
272
273
|
"tnp-models": "~13.1.9"
|
|
273
274
|
},
|
|
274
275
|
"private": false,
|
|
275
|
-
"lastBuildTagHash": "
|
|
276
|
+
"lastBuildTagHash": "8d6c9183c089703b2fab54917c12c0e7ece24187"
|
|
276
277
|
},
|
|
277
278
|
"build": {
|
|
278
|
-
"number":
|
|
279
|
-
"date": "2023-
|
|
280
|
-
"hash": "
|
|
279
|
+
"number": 104,
|
|
280
|
+
"date": "2023-03-06T05:02:52.000Z",
|
|
281
|
+
"hash": "8f17ab2fe1b2f9760bb618cba6efc7a5d983dc50",
|
|
281
282
|
"options": {}
|
|
282
283
|
},
|
|
283
284
|
"currentProjectName": "isomorphic-region-loader",
|
|
@@ -285,7 +286,7 @@
|
|
|
285
286
|
"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%22isomorphic-region-loader%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\"]}]}",
|
|
286
287
|
"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\"}]}",
|
|
287
288
|
"currentProjectType": "isomorphic-lib",
|
|
288
|
-
"currentFrameworkVersion": "13.1.
|
|
289
|
+
"currentFrameworkVersion": "13.1.168",
|
|
289
290
|
"currentProjectIsStrictSite": false,
|
|
290
291
|
"currentProjectIsDependencySite": false,
|
|
291
292
|
"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.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0FBSztBQUNMLEtBQUs7QUFHTCxTQUFTLGdCQUFnQixDQUFDLE9BQU87SUFDakMsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztBQUVMLENBQUM7QUFFRCxPQUFPLEVBQUUsZ0JBQWdCLElBQUksZ0JBQWdCLEVBQUUsQ0FBQztBQUNoRCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFFTCxlQUFlLGdCQUFnQixDQUFDO0FBRS9CLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsa0VBQWtFIiwic291cmNlc0NvbnRlbnQiOlsiLyogKi9cbi8qICovXG4gIFxuXG5mdW5jdGlvbiBTdHJpcEJyb3dzZXJDb2RlKGNvbnRlbnQpIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG5leHBvcnQgeyBTdHJpcEJyb3dzZXJDb2RlIGFzIFN0cmlwQmxvY2tMb2FkZXIgfTtcbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5leHBvcnQgZGVmYXVsdCBTdHJpcEJyb3dzZXJDb2RlO1xuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9aXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyIGxpYi9pbmRleC50cyJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUtd2Vic3FsL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYic7XG4iXX0=
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/websql/lib/index.d.ts
CHANGED