|
You are here |
voxpelli.com | ||
| | | | |
biomejs.dev
|
|
| | | | | Languages and features supported by Biome. | |
| | | | |
adropincalm.com
|
|
| | | | | Notes on making TypeScript declaration files, a.k.a the .d.ts files for an npm package. The case covered assumes multiple js files, each requiring a .d.ts. General idea Adding type declarations to an existing npm package can bring many benefits such as having text editors showing the function signature or tsc enforcing type check. For these reasons and more, you may consider adding TypeScript declaration files, a.k.a the .d.ts file to the package. | |
| | | | |
blog.coderspirit.xyz
|
|
| | | | | Although it's easy to generate CJS or ESM code from TS, generating both at the same time is a more complicated endeavour. | |
| | | | |
taingram.org
|
|
| | | [AI summary] The author details setting up Emacs for JavaScript development using the Language Server Protocol (LSP), including installation steps and Emacs configuration for enhanced coding experience. | ||