Matthew Robb
Matthew Robb
Just out of curiosity, does this support IE11? Trying to use it and I it seems as though my scripts are executing out of order.
Is this something that is planned?
> Class scoped lexical function declarations If my mind is correctly understanding this I would just like to express that I think this is a wonderful idea. It also brought...
I have a number of reasons why I am limited to using the hash potion of the url for my dynamic application routing however I am not limited in a...
The System loader may well be used to load a great many different things that are not simply JavaScript modules. It seems that in the spirit of [The Extensible Web](http://extensiblewebmanifesto.org/)...
Somewhat like this: ```ts import { readable } from "svelte/store" const NOW = readable(new Date(), (set) => { const timer = setInterval(() => set(new Date()), 1000) return () => clearInterval(timer)...
Kept having issues with imports not resolving. Tried adding aliases in all the places and it was still failing. I cloned and tried to get it working which included upgrading...
Opening this pull request to support the long term goal of making this merge. Any work done on master will need to eventually port to this branch. Once I get...
http://wiki.ecmascript.org/doku.php?id=strawman:maximally_minimal_classes