lgemeinhardt

Results 3 comments of lgemeinhardt

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:82" String typeRelativePath = getRelativePath(type)**.replace('\\\\', '/')**; Not...

I added a PR to j2cl and one to closure-compiler (for the SOURCEMAP_RESOLVE_FAILED "WARNING") to fix both issues I found. For sure if the PR for closure-compiler gets included j2cl...

Could we update the closure-compiler to version to v20190215 to solve "SourceFileTest.testSourceFileResolvesZipEntries failes for Windows #3206" issue?!