-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

decaffeinate


> Move your CoffeeScript source to modern JavaScript.

More information.


Convert a CoffeeScript file to JavaScript:

decaffeinate {path/to/file.coffee}

Convert a CoffeeScript v2 file to JavaScript:

decaffeinate --use-cs2 {path/to/file.coffee}

Convert require and `module.exports` to import and export:

decaffeinate --use-js-modules {path/to/file.coffee}

Convert a CoffeeScript, allowing named exports:

decaffeinate --loose-js-modules {path/to/file.coffee}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:17:51 2024