UNPKG

611 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8
9
10// Note: The `__ESM_IMPORT_META_URL__` identifier will be defined as part of bundling.
11// We cannot use `import.meta.url` directly as this code currently still runs in CommonJS
12// for devmode. This is a solution allowing for both ESModule and CommonJS to run this file.
13// TODO(devversion): replace all of this with `import.meta.url` once devmode is using ESM.
14declare const __ESM_IMPORT_META_URL__: string;
\No newline at end of file