Constant NODE_BUILTINS
pub const NODE_BUILTINS: &'static [&'static str];Available on crate features
__ecma and __ecma_loader only.Expand description
List of built in packages for latest stable node with LTS (node@16).
Run node -p "require('module').builtinModules"