-
In `app_messenger.coffee`:
``` coffeescript
json?.data.host = event.origin || ""
```
... which translates to:
``` js
var json != null ? json.data.host : void 0 = event.origin || "";
```
-
Discussed in #155. Currently, decaf with throw an error on this:
``` coffee
class Foo
bar = -> 'baz'
```
Because there is no comparable JS thing for private members scoped to a class. I think we s…
-
I have a site with "wp 4.52". Today i have installed "ee4decaf version 4.9" and when i active
"Event Espresso 4 - Events REST API - Versione: 3.0.1.beta.003" the wp-api doesn't function.
Every route (…
-
Issue(?): running `npm start` on a Windows 10 machine with Git Shell will result in an error, preventing the app from compiling.
Analysis:
- Error message received is:
```
ERROR in ./app/partials/fo…
-
0(42) : error C7605: layout qualifier 'xfb_stride' conflicts with previous declaration
```
layout(xfb_buffer = 0, xfb_stride = 4) out block {
layout(xfb_offset = 0) out float feedback_0_0;
};
layo…
exjam updated
8 years ago
-
Event Espresso 4 Decaf uses the WP API v2 https://wordpress.org/plugins/event-espresso-decaf/
(we also added https://wordpress.org/plugins/events-rest-api/ a ago, but that uses WP API v1, and we're p…
-
Raise: Fix invalid RegExp definition in RteAsset
`rte_asset.coffee`:
``` coffeescript
class Shopify.RteAsset
shopifyRegex: new RegExp(/files\/\d\/\d{4}\/\d{4}\/(files|products|assets)/)
```
bec…
-
This is probably an issue with our decaf fork, but putting it here for posterity. The following CoffeeScript:
``` coffee
FIXTURE = """
"""
```
Gets compiled to this through `esify`:
``` …
-
decaffeinate version 2.17.1
``` coffeescript
class C extends B
constructor: (x) ->
super
fn: (x) ->
super
```
``` javascript
class C extends B {
constructor(x) {
super();
}
f…
an-sh updated
8 years ago
-
Visual Studio 2015 Update 3 seems to no longer have _HAS_CPP0X defined, this affects:
define gsl_HAVE_CONTAINER_DATA_METHOD 1
define gsl_HAVE_SHARED_PTR 1
define gsl_HAVE_UNIQUE_PTR 1
I did the f…
exjam updated
8 years ago