Jordan Last

Results 193 issues of Jordan Last

- [ ] Rust - [ ] Create script to locally download rustc binary for the consumer's machine - [ ] This is going relatively well, seems to be workingish,...

Once Wasm is officially integrated with ES Modules, I believe we should be able to get rid of our JavaScript wrapper...at least for pure Wasm and Wat files...AssemblyScript and Rust,...

It would be nice to fork and extend the Deno extension that allows .ts extensions...I want .as, .rs, .wasm, .wat and probably more

Once babel 7 comes out, I believe Babel is going to have more first-class support for TypeScript, with an installable preset. When that happens, it would probably make sense to...

We need to allow absolute paths!!! So that we can use unpkg and other things like that, of course.

Right now only script-like files will receive the web socket creation code, if only html files are loaded, then file watching will not work

One process supporting multiple clients concurrently seems to break down. I believe it is because of the asynchronous file writing and reading that we do to get Rollup to work....

If there are ever multiple required versions of a module, so nesting of modules occurs, zwitterion does not choose the correct path when resolving it. This might be a deeper...