ProcessFeatures
Properties
Link copied to clipboard
A boolean value that is true
if the current Node.js build is caching builtin modules.
Link copied to clipboard
A boolean value that is true
if the current Node.js build supports loading ECMAScript modules using require()
.
Link copied to clipboard
A value that is "strip"
if Node.js is run with --experimental-strip-types
, "transform"
if Node.js is run with --experimental-transform-types
, and false
otherwise.