An open API service indexing awesome lists of open source software.

https://github.com/syniol/nodejs18-features

Node.js 18's new features in TypeScript
https://github.com/syniol/nodejs18-features

fetch newfeature node18 nodejs nodejs18 test typescript

Last synced: 30 days ago
JSON representation

Node.js 18's new features in TypeScript

Awesome Lists containing this project

README

          

# Node.js 18's Features in TypeScript
Experimenting with new features in Node.js release version 18. This is done
using TypeScript.

## Useful Commands
List of useful commands.

```bash
npm start
npm run build
npm test

docker-compose -f docker/docker-compose.yml up -d
docker-compose -f docker/docker-compose.yml down
docker-compose -f docker/docker-compose.yml exec app bash
```

#### Links
* [Node.js 18 Documentation](https://nodejs.org/dist/latest-v18.x/docs/api/)
* [Node.js 18 Announcement](https://nodejs.org/en/blog/announcements/v18-release-announce)
* [Node.js 18 Blog Post](https://nodejs.org/en/blog/release/v18.0.0)
* [Node.js Streams API](https://nodejs.org/dist/latest-v18.x/docs/api/stream.html)
* [V8 Intl.Locale extensions](https://v8.dev/blog/v8-release-99#intl.locale-extensions)
* [V8 Finding elements in Arrays and TypedArrays](https://v8.dev/features/finding-in-arrays)
* [V8 Faster initialization of instances with new class features](https://v8.dev/blog/faster-class-features)

#### Credits
Copyright © 2023 Syniol Limited. All rights reserved.