Skip to main content

5 docs tagged with "Common JS"

View All Tags

CommonJS

CommonJS is defined as: (legacy) Module format (originally) for Servers (Node.js). Topics on: CommonJS Modules are loaded Syncly, exports, Import CommonJS Modul

Export CommonJS Module

Export CommonJS Module. Topics on: . Read more: JS, Lib, Module, Common JS|FullStack Wiki by Roger J

exports

exports. Topics on: exports.info, exports.error. Read more: JS, Lib, Module, Common JS|FullStack Wiki by Roger J

Import CommonJS Module

Import CommonJS Module. Topics on: . Read more: JS, Lib, Module, Common JS|FullStack Wiki by Roger J

Node Global Object

Node Global Object is defined as: Top-Level Object access within Node.js w/o req CommonJS import. Topics on: __dirname, __filename, exports, global, os, process