Support: amCoffee
Item logo image for amCoffee

amCoffee

4.4(

32 ratings

)
ExtensionDeveloper Tools423 users

4 support issues

For additional help, check out the developer's support site.

  • All
  • Questions
  • Suggestions
  • Problems

Олег Григорьев

Dec 23, 2014

Cannot assign variable

> a = 5
a
> a
ReferenceError: a is not defined

Google Chrome stable, v39

Also cannot access to window object:
> window
RangeError: Maximum call stack size exceeded

Vinay Aggarwal

Aug 3, 2014

RangeError: Maximum call stack size exceeded

First command i tried in the console by typing window, i got this error. Is it open source! May be we can help you fixing these bugs!

Bogdan Agafonov

Jun 18, 2014

TypeError on any command

Got "TypeError: Cannot read property 'consoleStack' of undefined"
after any command, got chrome 37.0.2056.2 canary, turned-off custom extensions and no luck anyways

Ivan Castellanos

Mar 14, 2014

(2 ** x for x in [1..10]) should be valid

(2 ** x for x in [1..10])
Unexpected MATH


But in the current version of Coffeescript this is valid, please update the CS version.

Google apps