mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5fca07c5a2
The mock file system currently relies on some NodeJS logic. This blocks the convenient use of the mock file system in the browser. The file system is useful for creating tests to verify e.g. that our transforms can work in the browser. PR Close #62493