@auscope/angular2parse 18.0.1 → 19.0.0
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/fesm2022/auscope-angular2parse.mjs +8 -8
- package/fesm2022/auscope-angular2parse.mjs.map +1 -1
- package/package.json +4 -6
- package/esm2022/auscope-angular2parse.mjs +0 -5
- package/esm2022/lib/angular/compiler/assertions.mjs +0 -45
- package/esm2022/lib/angular/compiler/ast.mjs +0 -393
- package/esm2022/lib/angular/compiler/chars.mjs +0 -78
- package/esm2022/lib/angular/compiler/interpolation-config.mjs +0 -24
- package/esm2022/lib/angular/compiler/lexer.mjs +0 -344
- package/esm2022/lib/angular/compiler/parser.mjs +0 -721
- package/esm2022/lib/angular/compiler.mjs +0 -7
- package/esm2022/lib/angular/facade/lang.mjs +0 -85
- package/esm2022/lib/angular/facade.mjs +0 -2
- package/esm2022/lib/angular.mjs +0 -3
- package/esm2022/lib/module.mjs +0 -18
- package/esm2022/lib/parse.mjs +0 -66
- package/esm2022/lib/util/binary-operations.mjs +0 -18
- package/esm2022/lib/util/lang.mjs +0 -13
- package/esm2022/lib/util.mjs +0 -3
- package/esm2022/lib/visitors/parse-visitor-compiler.mjs +0 -96
- package/esm2022/lib/visitors/parse-visitor-resolver.mjs +0 -141
- package/esm2022/lib/visitors.mjs +0 -3
- package/esm2022/public-api.mjs +0 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken,
|
|
2
|
+
import { InjectionToken, Optional, Inject, Injectable, NgModule } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
@@ -1993,10 +1993,10 @@ class Parse {
|
|
|
1993
1993
|
this._calcCache.set(expression, calcParse);
|
|
1994
1994
|
return calcParse;
|
|
1995
1995
|
}
|
|
1996
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1997
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1996
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: Parse, deps: [{ token: PIPES_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1997
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: Parse, providedIn: 'root' }); }
|
|
1998
1998
|
}
|
|
1999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: Parse, decorators: [{
|
|
2000
2000
|
type: Injectable,
|
|
2001
2001
|
args: [{ providedIn: 'root' }]
|
|
2002
2002
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -2013,11 +2013,11 @@ class Angular2ParseModule {
|
|
|
2013
2013
|
providers: [{ provide: PIPES_CONFIG, multi: true, useValue: pipesConfigMap || [] }]
|
|
2014
2014
|
};
|
|
2015
2015
|
}
|
|
2016
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2017
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2018
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2016
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: Angular2ParseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2017
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: Angular2ParseModule }); }
|
|
2018
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: Angular2ParseModule }); }
|
|
2019
2019
|
}
|
|
2020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: Angular2ParseModule, decorators: [{
|
|
2021
2021
|
type: NgModule
|
|
2022
2022
|
}] });
|
|
2023
2023
|
|