Skip to content

1.1.2

Compare
Choose a tag to compare
@darwin darwin released this 01 Feb 21:43
· 1941 commits to master since this release
v1.1.2

Source-maps quirks

Local names on Sources panel can get pretty much confused under some circumstances as reported in issue #53. Turns out this is caused by source mapping when DevTools tries to present original source names (from ClojureScript) but internally works with generated Javascript identifiers. Mapping between those two worlds can break for example because of duplicit names. This release attempts to fix it.

Rolling DevTools

Merged commits f4c45a0...272186b from official DevTools.
Should work best with Chrome ~58.0.2999.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.

Notable commits

2f1268b devtools: fix edge case in SDK.TextSourceMap.findEntry (#53)
65c9264 devtools: make Sources.SourceMapNamesResolver aware of duplicit names (#53)
0ed1b3b devtools: handle duplicit names in decoration (JavaScriptSourceFrame) (#53)

All new work: v1.1.1...v1.1.2