mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
Library code inside fesm2015/esm2015/_esm2015 directories has been downlevelled to ES2015 which will not have native async/await. As a result, code from those directories can be skipped from the additional checks as well as the downlevel processing. RxJS uses the `_esm2015` directory naming convention.