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
- Host: GitHub
- URL: https://github.com/syniol/nodejs18-features
- Owner: syniol
- Created: 2023-03-28T10:12:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T21:15:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T15:41:44.676Z (about 1 year ago)
- Topics: fetch, newfeature, node18, nodejs, nodejs18, test, typescript
- Language: TypeScript
- Homepage: https://syniol.com
- Size: 4.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.