You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package was written in CoffeeScript, but the specific language version was not annotated in the package.json. There have been breaking changes in CoffeeScript since then, and it's annoying to localize them since the right version isn't documented.
Let's either de-coffee this project or update & document the dependency.
The text was updated successfully, but these errors were encountered:
Hey! I really want to use this project but I can't .Could you tell me which command do you use to generate something that I can Execute ? I think you need to transpile those classes into functions because you are not using new..
I tried with
npx coffee --compile --output all .
but when trying to execute it throws TypeError: Class constructor Line cannot be invoked without 'new' which is correct
For the way you designed the APi I think those should be functions , not classes.
I really want to use this, but unfortunately I'm short of time... will try but would beawesome if you could make it work and transpile it to js, then I can contribute.. thanks!
This package was written in CoffeeScript, but the specific language version was not annotated in the
package.json
. There have been breaking changes in CoffeeScript since then, and it's annoying to localize them since the right version isn't documented.Let's either de-coffee this project or update & document the dependency.
The text was updated successfully, but these errors were encountered: