mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
Update the build time calculation for the experimental esbuild-based browser application builder to use the `process.hrtime` time source. The high resolution time provides a more accurate time source and allows for nanosecond level timings if needed. Currently the console output is rounded to the nearest millisecond. Future performance monitoring capabilities may leverage the more fine-grained values.