Skip to content

Commit 94228f0

Browse files
committed
bbca205 refactor(compiler): adjust HMR initializer block for improved Vite support (#58173)
1 parent f4c761f commit 94228f0

29 files changed

+65
-62
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Oct 14 15:03:50 UTC 2024
2-
c42759b7a05b6ced3b971cb8cc4883841293ac77
1+
Mon Oct 14 15:27:08 UTC 2024
2+
bbca205d5e274597e5d70ea7be9f5250a48c181c

bundles/chunk-OSPR7JSU.js renamed to bundles/chunk-B5KO4FGG.js

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/chunk-OSPR7JSU.js.map renamed to bundles/chunk-B5KO4FGG.js.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.

bundles/chunk-7QGD7JGG.js renamed to bundles/chunk-DOO3BDZ5.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

bundles/chunk-SRQMQTC5.js renamed to bundles/chunk-EI4J4P4I.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

bundles/chunk-MQ37FPAU.js renamed to bundles/chunk-JJVYBPBF.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

bundles/chunk-MRUQREFO.js renamed to bundles/chunk-OMLFZEBE.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import {
4545
translateStatement,
4646
translateType,
4747
typeNodeToValueExpr
48-
} from "./chunk-OSPR7JSU.js";
48+
} from "./chunk-B5KO4FGG.js";
4949
import {
5050
PerfCheckpoint,
5151
PerfEvent,
@@ -13272,7 +13272,6 @@ function extractHmrInitializerMeta(clazz, reflection, compilerHost, rootDirs) {
1327213272
const meta = {
1327313273
type: new WrappedNodeExpr10(clazz.name),
1327413274
className: clazz.name.text,
13275-
timestamp: Date.now() + "",
1327613275
filePath
1327713276
};
1327813277
return meta;
@@ -14828,4 +14827,4 @@ export {
1482814827
* Use of this source code is governed by an MIT-style license that can be
1482914828
* found in the LICENSE file at https://angular.dev/license
1483014829
*/
14831-
//# sourceMappingURL=chunk-MRUQREFO.js.map
14830+
//# sourceMappingURL=chunk-OMLFZEBE.js.map

0 commit comments

Comments
 (0)