#esm

[ follow ]
#typescript
Node JS
from2ality
2 months ago

Demo: running TypeScript directly in Node.js

TypeScript can be used in Node.js without transpilation using specialized compiler options.
JavaScript
from2ality
3 months ago

Node's new built-in support for TypeScript

Node.js supports TypeScript natively from version 23.6.0, allowing direct execution of TypeScript files.
from2ality
3 months ago
JavaScript

A checklist for your `tsconfig.json`

Using 'extends' in tsconfig.json allows for a base configuration that helps maintain consistency across projects.
Understanding input file configurations like 'files', 'include', and 'exclude' is crucial for effective TypeScript project management.
from2ality
2 months ago
JavaScript

Tutorial: publishing ESM-based npm packages with TypeScript

Modern ESM support in TypeScript and Node.js simplifies package setup, focusing on new features over backward compatibility.
Node JS
from2ality
2 months ago

Demo: running TypeScript directly in Node.js

TypeScript can be used in Node.js without transpilation using specialized compiler options.
JavaScript
from2ality
3 months ago

Node's new built-in support for TypeScript

Node.js supports TypeScript natively from version 23.6.0, allowing direct execution of TypeScript files.
from2ality
3 months ago
JavaScript

A checklist for your `tsconfig.json`

Using 'extends' in tsconfig.json allows for a base configuration that helps maintain consistency across projects.
Understanding input file configurations like 'files', 'include', and 'exclude' is crucial for effective TypeScript project management.
from2ality
2 months ago
JavaScript

Tutorial: publishing ESM-based npm packages with TypeScript

Modern ESM support in TypeScript and Node.js simplifies package setup, focusing on new features over backward compatibility.
more#typescript
#nodejs
JavaScript
fromInfoQ
3 months ago

Deno 2 Released, Focuses on Interoperability with Legacy JavaScript Infrastructure and Use at Scale

Deno 2 offers seamless integration with Node.js, enabling backward compatibility, modern dependency management, and a stable standard library for developers.
JavaScript
fromInfoQ
3 months ago

Deno 2 Released, Focuses on Interoperability with Legacy JavaScript Infrastructure and Use at Scale

Deno 2 offers seamless integration with Node.js, enabling backward compatibility, modern dependency management, and a stable standard library for developers.
more#nodejs
fromRaymondcamden
6 months ago
JavaScript

Eleventy 3.0 Released (and in use here!)

Eleventy 3.0 emphasizes proper file extensions for permalinks to avoid deployment issues.
fromRaymondcamden
8 months ago
JavaScript

Upgraded to Eleventy 3.0 (Beta)

Upgrading to Eleventy 3.0 beta was smooth with the help of the upgrade helper and addressing issues like EJS removal via plugins.
[ Load more ]