-
I don't want a runtime transform, but rather fully convert the coffeescript (even if that means some post manually work).
Does decaf support that mode?
-
```
What steps will reproduce the problem?
DROP TABLE COFFEES if exists;
CREATE TABLE COFFEES (COF_NAME VARCHAR,PRICE INT);
INSERT INTO COFFEES (COF_NAME,PRICE) VALUES ('Colombian', 5);
INSERT…
-
I'm working with a rather finicky WSDL that expects the namespace prefix for every attribute. (Same wsdl as previously discussed)
Could you please suggest a way to force the prefix to show up?
Teste…
-
`app/assets/javascripts/checkout_next/v2/hosted_fields.coffee` trips up decaf with an interpolated key in the final line of `fetchFonts`:
``` coffeescript
fetchFonts: =>
type = @fetchBodyFontTy…
-
Hi, as seen in #3831, string interpolation like `"A #{a} B #{b}"` is lexed as if it was `'A '+a+' B '+b`.
as mentioned in juliankrispel/decaf#2, there are use cases for having the semantic informatio…
-
I expected decaf to fall back to the CoffeeScript compiler here:
```
> decaf.compile('x = try y()');
Error: can't convert node of type: Try to Expression - not recognized
```
From the CoffeeScript c…
-
This is error report and proposal es6 syntax.
I tried transpile this coffeescript, then get the following error
coffeescript
``` coffeescript
class A
@staticProp = 'hoge'
```
errors
``` sh
$ de…
-
console output
``` console
$ npm i --save juliankrispel/decaf
> cs2js@1.0.0 postinstall /home/phil/Dev/Web/jsx-decaf/node_modules/cs2js
> npm run build
> cs2js@1.0.0 build /home/phil/Dev/Web/jsx-de…
-
When existential operator is last, transpiled correctly. but existential operator is removed at only property accessor.
``` coffeescript
a?
a?.hoge
```
transpiled by decaf
``` javascript
typeof a …
-
```
After finishing a game, I closed the board window and issued another seek.
When it was accepted my board window did not open and my opponent
eventually aborted the game.
Details: Decaf 1.1 Beta C…