About 50 results
Open links in new tab
  1. CoffeeScript

    The command-line version of coffee is available as a Node.js utility, requiring Node 6 or later. The core compiler however, does not depend on Node, and can be run in any JavaScript environment, or in …

  2. command.coffee - CoffeeScript

    The coffee utility. Handles command-line compilation of CoffeeScript into various forms: saved into .js files or printed to stdout or recompiled every time the source is saved, printed as a token stream or …

  3. index.coffee

    Loader for CoffeeScript as a Node.js library. exports [key] = val for key, val ofrequire'./coffee-script'

  4. coffeescript.coffee

    CoffeeScript can be used both on the server, as a command-line compiler based on Node.js/V8, or to run CoffeeScript directly in the browser. This module contains the main entry functions for tokenizing, …

  5. Announcing CoffeeScript 2

    All the CoffeeScript compiler needs to worry about now is converting the CoffeeScript version of new syntax into the JS version of that syntax, e.g. "Hello, #{name}!" into `Hello, ${name}!`. This makes …

  6. CoffeeScript Test Suite

    CoffeeScript Test Suite CoffeeScript Test Suite

  7. register.coffee

    If we’re on Node, patch child_process.fork so that Coffee scripts are able to fork both CoffeeScript files, and JavaScript files, directly.

  8. index.coffee

    Compile and evaluate a string of CoffeeScript (in a Node.js-like environment). The CoffeeScript REPL uses this to run the input.

  9. repl.coffee

    Strip "use strict", to avoid an exception on assigning to undeclared variable __. js = js.replace /^"use strict"|^'use strict'/, '' result = runInContext js, context, filename

  10. coffee-script.coffee

    CoffeeScript can be used both on the server, as a command-line compiler based on Node.js/V8, or to run CoffeeScript directly in the browser. This module contains the main entry functions for tokenizing, …