Explore >> Select a destination


You are here

voxpelli.com
| | adropincalm.com
2.2 parsecs away

Travel
| | 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.
| | www.codevoid.net
4.6 parsecs away

Travel
| | Developer inner loops are critical. Getting them setup requires many steps. I take a few steps to make the simplest cases simple in Visual Studio Code and Panic Nova.
| | blog.coderspirit.xyz
2.6 parsecs away

Travel
| | Although it's easy to generate CJS or ESM code from TS, generating both at the same time is a more complicated endeavour.
| | github.com
20.9 parsecs away

Travel
| vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test. - ansible/vscode-ansible