angular/packages/core/src/util
Alan Agius bb628d8b50 refactor: ensure modules with 'declare global' are correctly handled by Rollup
Explicitly adding an `export {}` to modules containing `declare global` fixes an issue where Rollup would incorrectly claim that the `global` variable is not defined in the emitted `.d.ts` files.

Needed to land the latest `rules_angular`.
2026-03-12 14:58:00 -06:00
..
security refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
array_utils.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
assert.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
callback_scheduler.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
char_code.ts build: add a noDuplicateEnumValue rule (#63483) 2025-09-10 22:16:10 +00:00
closure.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
coercion.ts docs: Adds links to relevant guides for APIs in core package 2025-11-17 08:47:35 -08:00
comparison.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
decorators.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
dom.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
empty.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
global.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
is_dev_mode.ts Revert "refactor(core): remove ng when invoking enableProdMode" 2026-01-14 08:08:58 -08:00
iterable.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
lang.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_dev_mode.ts refactor: ensure modules with 'declare global' are correctly handled by Rollup 2026-03-12 14:58:00 -06:00
ng_hmr_mode.ts refactor(core): produce a message about @defer behavior when HMR is enabled (#60533) 2025-03-28 15:00:32 +00:00
ng_i18n_closure_mode.ts refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
ng_jit_mode.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_server_mode.ts refactor(core): introduce ngServerMode as global (#58386) 2024-10-30 10:13:28 -07:00
noop.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
performance.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
promise_with_resolvers.ts refactor(core): remove usages of Promise.withResolvers (#63856) 2025-09-17 15:21:51 +00:00
property.ts refactor(core): drop component factory error in production (#60601) 2025-04-01 13:12:34 +00:00
stringify.ts refactor(core): improve stringify (#59745) 2025-02-19 15:21:36 +00:00