/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/bazel/node_loader/index.mjs
11 строк
298 B
Paul Gschwendtner
build: introduce NodeJS loader for `rules_js` Node execution (#61865)
05 июн 2025, 13:04
05 июн 2025, 13:04
d86d11d
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import {register} from 'node:module'; register('./hooks.mjs', {parentURL: import.meta.url});