kaleidawave / prism

(No longer in development). Experimental compiler for building isomorphic web applications with web components.
MIT License
110 stars 1 forks source link

Make compiler work on the browser #14

Closed kaleidawave closed 4 years ago

kaleidawave commented 4 years ago

The several parts of the compiler that are locked to node runtime. Hopefully with some changes the compiler can span multiple contexts.

The are several parts of internal that were written quickly to get things working but now need to go back over to improve stabilty.

kaleidawave commented 4 years ago

Should be fixed with #18