Sébastien Doeraene
Sébastien Doeraene
> but doesn't follow with `/` Because of Windows and its `C:\` or `C:/`
At least it won't break anything that is not already broken today. But the way bloop handles its dependency on the Scala.js linker has serious flaws already now: * It...
> > It should not depend statically on a version of scalajs-linker. It can statically depend on a version of scalajs-linker-interface > > Was this option possible in 0.6.x and...
What data would it generate the new source map *from*? It needs to know *somehow* what the original positions are. If it sees only a Binary AST file, how can...
For any kind of chained source mapping to work, you need at least what I propose as "An alternative" in the last paragraph. Otherwise you are lacking the first link...
From your last comment, I think you misunderstand the issue I'm describing. Telling the browser that there *exists* a source map for foo.binary-ast and that it's located at foo.binary-ast.map is...
On the contrary, I am trying to *add* the ability for ASTs to map to non-JS source texts. I want the code generators to be able to tell the VM...
It would if there was a chain to begin with. But right now the first link of the chain is *missing*. I can compile a Foo.scala file to foo.js and...
No. I have addressed this rebuttal already in https://github.com/syg/ecmascript-binary-ast/issues/17#issuecomment-323385317.
> I see no reason you cannot use a byte offset as a position currently. Because a position, in a source map, is a triple (source file, line, column). An...