mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
`UpdateBuffer` only supports UTF-8 encoded files, which causes schematics to emit corrupted binary like files such as images. This commit also introduce an errors when the `UpdateRecorder` is used for non UTF-8 files. Closes #25174