Asa Kusuma

Results 14 comments of Asa Kusuma

LinkedIn is very interested in being able to handle routing across different JS environments using the same built in primitives.

@chriskrycho you may need to restart the tests. looks like there was a timeout failure.

Having discrete buckets for storage would be really nice for clearing out storage. 1. It would potentially allow Clear Site Data to target a subset of the storage, reducing collateral...

@elwayman02 to make sure I understand what you are proposing, you want to: 1. Use the "`MyClass.prototype.foo`" syntax by default when converting a class in an addon 2. Add an...

@lifeart some of your PR is superseded by https://github.com/asakusuma/ember-rollup/pull/27 Happy to merge the test though if you rebase

@stefanpenner since I forgot, and for future travelers, can you explain how to control what `ember-cli-htmlbars-inline-precompile`'s `hash-for-dep` thinks is a dependency?

@ef4 @chriskrycho thanks. naive question, but wouldn't adding an implementation in the `addon` folder duplicate the implementation code twice in every build? I'm assuming there's a reason the original implementation...

From what I can tell, there are some additional things going on in `treeForVendor` beyond escaping the namespace, which requires build time logic and injecting code from node_modules. I don't...

I'm cool with implementing the pragma solution. Another pragma syntax option is using comments similar to how VenusJS does annotations for test files: https://venusjs.readthedocs.org/en/latest/reference/annotations.html Also, I think there should be...

@Jakobo makes sense. When the dust settles we may find that there are specific, often-used combinations of the API that warrant a convenience function like _noScan()_. Annotations would be at...