Explore >> Select a destination


You are here

hop.ie
| | blog.scottnonnenberg.com
10.7 parsecs away

Travel
| | So you're a Javascript developer, and you want to stop writing Javascript. Typescript seems like a good option, but you've always used dynamically-typed languages. You're uncertain about jumping in...
| | www.typescriptlang.org
11.4 parsecs away

Travel
| | From allowJs to useDefineForClassFields the TSConfig reference includes information about all of the active compiler flags setting up a TypeScript project.
| | blog.makerx.com.au
12.8 parsecs away

Travel
| | Node.js now supports running TypeScript directly by stripping types at runtime, eliminating the need for a build step. TypeScript 5.8 introduces the erasableSyntaxOnly flag to ensure compatibility. This may streamline workflows and speed up development, although there are limitations to be aware of.
| | antfu.me
93.8 parsecs away

Travel
| A short tutorial of shipping both ESM and CJS dual formats in a single NPM package.