Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the workflow under Windows. google#9
I found and fixed the first file/path issue, while running j2cl native with Windows 10 ... added the following fix ".replace('\\', '/')" here "com.google.j2cl.generator.OutputGeneratorStage#generateOutputs:87" String typeRelativePath = getRelativePath(type).replace('\\', '/'); Not sure if this fix is well placed, but is corrects the issue (looking up an windows path in a map with unix paths)...
- Loading branch information