Source code files in this directory are generated by the script
generate-code.ts in the util directory and should not be edited manually.
To generate the code in this directory, you'll need to install the ts-node
npm package. ts-node is not included in the dependencies listed in
package.json because it conflicts with running Karma in JavaScript mode. See
Karma issue #3329.
To install ts-node:
$ npm install ts-nodeTo run the code generator:
$ npm run generateWhen finished, you can uninstall ts-node:
$ npm remove ts-nodeThe generated files should be checked like any other source code.