Revision 807c6a4e10231a8e9386bf7daf3da3498d1663fa authored by Paul Gschwendtner on 17 December 2021, 18:25:48 UTC, committed by Andrew Scott on 05 January 2022, 23:20:21 UTC
Updates the acceptance core tests to work with ES2015 devmode output.
There were two issues surfacing:

* The NodeJS test execution failed because Domino does not handle
  destructuring syntax properly. This is because `Node.children` is not
  an iterable.

* `forwardRef` does not work with ES2015 and TypeScript's decorator
  downlevel emit. This is a known limitation we work around in Angular
  applications by either compiling tests with the Angular compiler, or
  by running a custom decorator downlevel transform (like in the CLI).

PR Close #44505
1 parent 92806ff
History
File Mode Size
caretaker.ts -rw-r--r-- 559 bytes
commit-message.ts -rw-r--r-- 825 bytes
config.ts -rw-r--r-- 330 bytes
format.ts -rw-r--r-- 1.2 KB
gitconfig -rw-r--r-- 397 bytes
github.ts -rw-r--r-- 347 bytes
pullRequest.ts -rw-r--r-- 1.1 KB
release.ts -rw-r--r-- 1.4 KB
tsconfig.json -rw-r--r-- 164 bytes

back to top