Skip to content

Commit

Permalink
f280467 fix(compiler-cli): account for multiple generated namespace i…
Browse files Browse the repository at this point in the history
…mports in HMR (#58924)
  • Loading branch information
pkozlowski-opensource committed Nov 28, 2024
1 parent abb3d09 commit 2d38a8b
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 34 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Thu Nov 28 08:49:13 UTC 2024
6ff53b7437b3edc038800b25bd29387293fe0339
Thu Nov 28 09:09:06 UTC 2024
f280467398c6980878b5e755a78606251814447b
86 changes: 55 additions & 31 deletions bundles/language-service.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/language-service",
"version": "19.1.0-next.0+sha-6ff53b7",
"version": "19.1.0-next.0+sha-f280467",
"description": "Angular - language services",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 2d38a8b

Please sign in to comment.