Owen Densmore

Results 175 comments of Owen Densmore

I think butternut is no longer maintained? [Terser](https://github.com/terser-js/terser) is the latest es6+ minifier, I think.

Here's the specific minified segment that fails: Uncaught ReferenceError: e3 is not defined ...for(let e=0;e

Hope this isn't too noob, but why not just test for the existence of window.System, and its few well-known functions. The compat-table site is clear: ``` Please note that some...

> The specs for loading modules are separate from the language itself ​There lies the problem: ​ ​Standards are hard enough. Split standards are impossible. and being worked on in...

Interesting that using browserify to convert to commonJS works .. but I think still needs babel to convert the import/export to commonJS? The transpilation can be only for module import/export,...

This doesn't help node. Our goal is to unify node/browser JS, right? Presumably the v8 engine will help node to have import/export and that should be available to node.

Alas, I'm not using docco at this point .. my project was massively reorganized! But looking at the older repo here: http://agentscript.org/docs/util.html (and all the others in the dropdown menu),...

Hi Kyle, sorry to be late. The TLDR is that babel and traceur both have options files that include the ability to ignore transpiling features. We can use es-feature-tests to...

Alas, no .. I've gotten involved in a webgl mooc that's taking 150% of my time! :) When it's over, I plan to revisit my current es6 workflow which currently...

Yay! Just finishing a webgl mooc where I used all es6 via jspm/babel and boy am I loving it. Also surprised how much of es6 is available in the chrome...