Jason Miller
Jason Miller
This fixes the following issue: ```js let div = render( ); div.matches // "hello" - should be DOM match() method ```
Just an alternative thought for #138. This only handles the case of relative links in an HTML document - it doesn't account for `route('./foo')`. Perhaps they are worth treating separately...
Hi there! Omi looks really neat! I'm wondering you think it would be possible to use Preact as an upstream dependency rather than inlining it? There are some "hooks" in...
This fixes #20.
This should address the issue raised in #20.
This turns off `externalLiveBindings`, which generates getters for re-exported bindings. It also enables modern code generation for the modern bundles (arrow functions, object shorthand, etc).
I had this locally from a couple months ago, it's probably useless now though.