Tips and tricks
The things that are not part of the API surface but will bite you or save you anyway.
| Article | Covers |
|---|---|
| Java interop | Numeric casts, ambiguous overloads, Java collections versus JS collections |
| Interfaces and abstract classes | Java.extend, interface literals, and cleaning up after third-party APIs |
| TypeScript and type generation | definitions.d.ts, writing .ts scripts, tsconfig.json |
| Performance profiling | Built-in timings and where the time usually goes |
| Built-in commands | The /script admin and debugging commands |