@angular/compiler 21.0.0-next.8 → 21.0.0-rc.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/compiler.mjs +25451 -32260
- package/fesm2022/compiler.mjs.map +1 -1
- package/package.json +1 -1
- package/types/compiler.d.ts +1 -24
package/package.json
CHANGED
package/types/compiler.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-
|
|
2
|
+
* @license Angular v21.0.0-rc.0
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -5063,14 +5063,6 @@ interface R3ClassDebugInfo {
|
|
|
5063
5063
|
*/
|
|
5064
5064
|
declare function compileClassDebugInfo(debugInfo: R3ClassDebugInfo): Expression;
|
|
5065
5065
|
|
|
5066
|
-
/*!
|
|
5067
|
-
* @license
|
|
5068
|
-
* Copyright Google LLC All Rights Reserved.
|
|
5069
|
-
*
|
|
5070
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
5071
|
-
* found in the LICENSE file at https://angular.dev/license
|
|
5072
|
-
*/
|
|
5073
|
-
|
|
5074
5066
|
/** Metadata necessary to compile HMR-related code call. */
|
|
5075
5067
|
interface R3HmrMetadata {
|
|
5076
5068
|
/** Component class for which HMR is being enabled. */
|
|
@@ -5638,14 +5630,6 @@ declare class R3TargetBinder<DirectiveT extends DirectiveMeta> implements Target
|
|
|
5638
5630
|
bind(target: Target<DirectiveT>): BoundTarget<DirectiveT>;
|
|
5639
5631
|
}
|
|
5640
5632
|
|
|
5641
|
-
/*!
|
|
5642
|
-
* @license
|
|
5643
|
-
* Copyright Google LLC All Rights Reserved.
|
|
5644
|
-
*
|
|
5645
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
5646
|
-
* found in the LICENSE file at https://angular.dev/license
|
|
5647
|
-
*/
|
|
5648
|
-
|
|
5649
5633
|
/**
|
|
5650
5634
|
* Visitor that traverses all template and expression AST nodes in a template.
|
|
5651
5635
|
* Useful for cases where every single node needs to be visited.
|
|
@@ -5798,13 +5782,6 @@ declare const enum QueryFlags {
|
|
|
5798
5782
|
emitDistinctChangesOnly = 4
|
|
5799
5783
|
}
|
|
5800
5784
|
|
|
5801
|
-
/*!
|
|
5802
|
-
* @license
|
|
5803
|
-
* Copyright Google LLC All Rights Reserved.
|
|
5804
|
-
*
|
|
5805
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
5806
|
-
* found in the LICENSE file at https://angular.dev/license
|
|
5807
|
-
*/
|
|
5808
5785
|
/**
|
|
5809
5786
|
* Utility function to enable source locations. Intended to be used **only** inside unit tests.
|
|
5810
5787
|
*/
|