Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pacifist-tech/blog-nodejs-20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs 20 Updates

Read the blog at: https://pacifist.id/article/nodejs-20

Several command to start the features:

  "scripts": {
    "start:permission": "node --experimental-permission --allow-fs-read=$(pwd) --allow-fs-write=$(pwd)/tmp src/permission/permission.js",
    "start:loader": "node --experimental-loader ./src/loader/https-loader.mjs src/loader/app.mjs",
    "start:regex": "node src/regex-v/regex.js",
    "start:sea": "node --experimental-sea-config sea-config.json",
    "start:iswellformed": "node src/string-isWellFormed/string.js",
    "start:testrunner": "node src/test-runner/testrunner.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  }

About

Nodejs 20 updates blog for Pacifist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published