yak icon indicating copy to clipboard operation
yak copied to clipboard

Isomorphic ORM that maps REST resources to JavaScript models/collections. Yeah I just said that.

Results 2 yak issues
Sort by recently updated
recently updated
newest added

Somehow, the reference to this inside request.js works because of fat arrow functions, but I don't know exactly how and why. Find a more predictable solution to this.

Right now using ES6 functions without babel makes it problematic for people using babel in their projects because it wont transpile anything in node_modules/. Yak already uses ES6 syntax such...