Dominic Chambers

Results 21 comments of Dominic Chambers

**FYI**: I've not been able to test this change at present. I created an [automated build on Docker Hub](https://hub.docker.com/r/dchambers/gitlab-runner/), but this seems to grab pre-built binaries from S3 and there...

Ouch, that wasn't the answer I was expecting! So the module loader API is dead, yet the Internet is strangely quiet on the subject; hopefully somebody writes an article, or...

Erm, so I'm struggling to come to terms with this loss. If true then this would mean that even `System.import()` will no longer be supported, and it would therefore be...

> Worse, there's no way for import to even load modules, Wow, I'm really struggling to understand what that even means. How can anybody use ES2015 if `import` doesn't load...

But CommonJS and AMD both use function invocations to bring dependencies into a module, which can be done in JS, whereas `import` is a keyword. If the browser doesn't load...

Wow, this is huge! I'm blown away by this!! Final question: can you point me and everybody else to a transcript of the meeting (or the minutes) where this decision...

Lovely, thanks for the heads up :+1:. This paragraph was particularly interesting to me: > YK: The loader pipeline will be done in a "living spec" (a la HTML5) so...

@krzkaczor, I tried setting this on the command line (using `--transpile-only` and `-T`) and it makes no difference -- project references still aren't built.

I ended up using `concurrently` to build the project references for all the libraries within our monorepo (all inside a `lib` directory) like so: ``` "scripts": { "start": "concurrently \"tsc...

Thanks for doing this @lukasbals 🙏 . Any chance this could be moved along please @gustawdaniel?