enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Node.js - Wikipedia

    en.wikipedia.org/wiki/Nodejs

    Node.js provides a way to create "add-ons" via a C-based API called N-API, which can be used to produce loadable (importable) .node modules from source code written in C/C++. [61] The modules can be directly loaded into memory and executed from within JS environment as simple CommonJS modules.

  3. Module:Date - Wikipedia

    en.wikipedia.org/wiki/Module:Date

    This module provides date functions for use by other modules. ... if code then local fmt = code. fmt if modifier == '-' and code. fmt2 then fmt = code. fmt2 end local ...

  4. CommonJS - Wikipedia

    en.wikipedia.org/wiki/CommonJS

    CommonJS's specification of how modules should work is widely used today for server-side JavaScript with Node.js. [1] It is also used for browser-side JavaScript, but that code must be packaged with a transpiler since browsers don't support CommonJS. [1]

  5. Module:Date/example - Wikipedia

    en.wikipedia.org/wiki/Module:Date/example

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate; Pages for logged out editors learn more

  6. npm left-pad incident - Wikipedia

    en.wikipedia.org/wiki/Npm_left-pad_incident

    [1] left-pad has been characterized as being extremely simple, consisting of only 11 lines of code (when empty lines are discounted) in the final version authored by Koçulu. [2] [3] Koçulu published left-pad on npm, the default package manager for Node.js, a JavaScript runtime environment.

  7. ECMAScript - Wikipedia

    en.wikipedia.org/wiki/ECMAScript

    ECMAScript is commonly used for client-side scripting on the World Wide Web, and it is increasingly being used for server-side applications and services using runtime environments such as Node.js, [3] deno [4] and bun.

  8. Browserify - Wikipedia

    en.wikipedia.org/wiki/Browserify

    Browserify is an open-source JavaScript bundler tool that allows developers to write and use Node.js-style modules that compile for use in the browser. [ 5 ] Examples

  9. Deno (software) - Wikipedia

    en.wikipedia.org/wiki/Deno_(software)

    Supports only ES Modules like browsers where Node.js supports both ES Modules and CommonJS. CommonJS support in Deno is possible by using a compatibility layer. [26] [27] Supports URLs for loading local or remote dependencies, similar to browsers, and uses module specifiers like npm: and node: to import NPM or