Alden Daniels

Results 4 issues of Alden Daniels

Occasionally, it's really nice to support circular references. Otherwise, I love the `noMangle` option. What would be required to support an opt-in `mangle` usage. Something like: ``` javascript import:live {thing}...

Hey - great to finally see a standalone JS router with a hash fallback! Thank you. Documentation regarding what browsers are supported would be great . . . specifically what...

documentation

Flow allows this without complaint: ```typescript import React from 'react'; class Test extends React.Component { render() { return Test; } } ``` [Try](https://flow.org/try/#0JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wG4AoctAGxQGc64AVJO+JADxiQDsATRsnQwAdAGFckHr3gBvcgEgi-JFAAUASjjy4uuEqQwArlB5wAPH2AA3OGwCe1JAF5ZARgC+cAEYQA5kZ0zgBEKNTUEADuSHzBAHwsbOYA9FbWcRR6cB7kHkA) Should we add a disclaimer to this...

bug
react
Library definitions

Hello, thanks for this sweet library. I'm considering writing a Browserify transform for JinjaJS that pre-compiles templates server-side (NodeJS). The compiled templates only will then be used in the browser....