mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d42ed733d8
The source-map package now requires the `SourceMapConsumer`/`SourceMapGenerator` classes to be instantiated asynchronously. This commit updates our tests to account for that. PR Close #46888