Constant swc_ecma_loader::NODE_BUILTINS
source ยท pub const NODE_BUILTINS: &[&str];
Expand description
List of built in packages for latest stable node with LTS (node@16).
Run node -p "require('module').builtinModules"
pub const NODE_BUILTINS: &[&str];
List of built in packages for latest stable node with LTS (node@16).
Run node -p "require('module').builtinModules"