flake8
passed.
JSHint
passed.
Review Request #12727 — Created Nov. 17, 2022 and submitted
This change adds the babel preset for typescript and a babel compiler
that matches it. With this,.ts
files can be added to JavaScript
bundles and will work correctly.I've stuck a tsconfig.json file in the root. This isn't critical because
we don't use tsc to compile .ts to .js (that job is handled by babel),
but this allows us to use things like tsserver for the dev environment
without getting errors about non-ES3 constructs.
Used some
.ts
files in the Review Board codebase.
Summary | ID |
---|---|
4f55e268384210ee40a4d38d33359b423f53577d |
Description | From | Last Updated |
---|---|---|
Can you add a Version Added here and to the class? |
chipx86 |