mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Since the Bazel setup in this repo will now always use ESM, the tooling scripts/binaries in AIO need to be switched to ESM too. Most of the scripts are already ESM, but a few had to be converted. Note that the Dgeni generation does not use ESM because it's unaffected and the Dgeni CLI is used. In the future we could also update the Dgeni setup to ESM but there is no need currently. PR Close #48521
3 lines
52 B
JavaScript
3 lines
52 B
JavaScript
import {main} from './create-example.mjs';
|
|
|
|
main();
|