Skip to content

Commit 239d4dd

Browse files
committed
a22b13f fix(language-service): Do not provide element completions in end tag (#60616)
1 parent 5b061bb commit 239d4dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+74
-74
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Apr 3 17:17:09 UTC 2025
2-
866cea9a057ac67fa3f679f1f3da18700926c15a
1+
Thu Apr 3 17:41:56 UTC 2025
2+
a22b13f99041eb6931471aaa81391f9ab0ad7c6d

api.d-mxcXqDpA.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

discovery.d-CyYpOJ7j.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

event_dispatcher.d-PWnbqZDx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/attribute-B17mgaqe.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -622,7 +622,7 @@ class Version {
622622
/**
623623
* @publicApi
624624
*/
625-
const VERSION = new Version('20.0.0-next.5+sha-866cea9');
625+
const VERSION = new Version('20.0.0-next.5+sha-a22b13f');
626626

627627
function compileNgModuleFactory(injector, options, moduleType) {
628628
ngDevMode && assertNgModuleType(moduleType);

fesm2022/core.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/debug_node-CRLynXSG.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -14549,7 +14549,7 @@ class ComponentFactory extends ComponentFactory$1 {
1454914549
}
1455014550
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
1455114551
const tAttributes = rootSelectorOrNode
14552-
? ['ng-version', '20.0.0-next.5+sha-866cea9']
14552+
? ['ng-version', '20.0.0-next.5+sha-a22b13f']
1455314553
: // Extract attributes and classes from the first selector only to match VE behavior.
1455414554
extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
1455514555
let creationBindings = null;

fesm2022/debug_node-CRLynXSG.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/primitives/di.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-866cea9
2+
* @license Angular v20.0.0-next.5+sha-a22b13f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)