Giter VIP home page Giter VIP logo

coffeescript-compiler-for-windows's People

Contributors

alisey avatar bryant1410 avatar shebanian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coffeescript-compiler-for-windows's Issues

method "delete" not properly recognized

I've got a class with method named "delete", as in

class Something
    delete: =>
        # code

When compiled into JavaScript, the method is declared as

this."delete"

but this throws exceptions in Chrome debugger. Web Workbench generates the code as

this["delete"]

and it does not generate any exceptions.

Not sure if this is the correct place to report this bug. If not, please do let me know.
The easiest way seems to be to rename the method to something else but I'm working on existing code, using this plugin in Sublime Text 2, and would prefer not to change existing code if possible.

compiler options

the regular coffee command has a few options. i won't list them all here, but the one i need right now is -b (--bare). is there a way to pass in compiler options via your coffee.bat?

Better solution doesn't work?

I am successfully running Node.js 0.6.3 with NPM on Windows and I followed your instructions (put CoffeeScript into Program Files) but I cannot get it working (I am using Windows XP):

C:\Documents and Settings\alessio>@echo off
'@echo' is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\alessio>"C:\Program Files\Node\node.exe" "C:\Program F
iles\CoffeeScript\bin\coffee" -v
The system cannot find the path specified.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.