Joey Perrott
9dbe6fc18b
refactor: update license text to point to angular.dev ( #57901 )
...
Update license text to point to angular.dev instead of angular.io
PR Close #57901
2024-09-24 15:33:00 +02:00
Joey Perrott
f307e95459
refactor: migrate zone.js to prettier formatting ( #55427 )
...
Migrate formatting to prettier for zone.js from clang-format
PR Close #55427
2024-04-29 09:52:05 -07:00
Doug Parker
7c1991048b
refactor(zone.js): wrap Zone.__load_patch calls in exported functions ( #53443 )
...
This removes top-level side effects from each of these files and drops the dependency on global `Zone`, instead allowing it to be provided to each patch as a parameter.
Most of these are pure mechanical transformations. A couple notable files which were somewhat unique:
* `async-test.ts`, `fake-async-test.ts`, and `wtf.ts` had unique IIFE usage and patch `Zone` itself. This removes the IIFE and exports the function instead.
* `jest.ts` and `jasmine.ts` have a unique `jest` global usage which needs to be declared.
PR Close #53443
2024-03-15 18:11:33 -07:00
Alan Agius
7837f7119f
fix(zone.js): enable monkey patching of the queueMicrotask() API in node.js ( #50530 )
...
Similar to the browser, now we also monkey patch `queueMicrotask` in Node.js. This API was added in Node.js 11.
PR Close #50530
2023-06-07 12:42:33 -07:00
Jessica Janiuk
7567348c54
Revert "fix(zone.js): enable monkey patching of the queueMicrotask() API in node.js ( #50467 )" ( #50529 )
...
This reverts commit 381cb98226 .
PR Close #50529
2023-05-31 09:57:42 -07:00
Alan Agius
381cb98226
fix(zone.js): enable monkey patching of the queueMicrotask() API in node.js ( #50467 )
...
Similar to the browser, now we also monkey patch `queueMicrotask` in Node.js. This API was added in Node.js 11.
PR Close #50467
2023-05-30 12:57:45 -07:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
JiaLiPassion
5eb7426216
build: move zone.js to angular repo ( #30962 )
...
PR Close #30962
2019-06-20 11:27:39 -07:00