Tim De Pauw
Tim De Pauw
@robbertvanginkel I think this might be a good use case for the emerging `AsyncLocalStorage` API that's already supported in Workers today.
Could you add [`"os"`](https://docs.npmjs.com/files/package.json#os) to package.json to avoid installing on Windows? That would make [this babel-cli snippet](https://github.com/babel/babel/blob/01918c68c196b2dd3ab54a20e2598271041fe50a/packages/babel-cli/src/babel-node.js#L75) work, right?
Anything visual is bound to trigger a discussion about the most informative representation. Personally, I'm a big fan of sunburst charts, so it's great that you already linked to some...
Update: I've added sunburst-chart to our production code and I quite like it. I'll look into turning it into a PR.
I'm currently going through my backlog of GitHub issues and PRs. Sorry about the crazy late response. I think what you're advocating is a separation of concerns, which naturally makes...
I guess we can already do: - `spider --target es6` - `traceur --modules commonjs` - `browserify` or, alternatively: - `spider --target es6` - `traceur --modules amd` - use RequireJS ......
+1. The current class model is somewhat flawed in that it doesn't really use prototypes, so an actual `class` keyword would be great.
@alongubkin That's what I thought, but the `TimeMachine` example on the website doesn't work that way. Also, having to do the whole `prototype` dance yourself is incredibly tedious, although that's...
Bump. :wink: