Bradford C. Smith

Results 82 comments of Bradford C. Smith

@MorganDream The section of code you referenced is part of the `closure-webpack-plugin` repository rather than the `closure-compiler` one. Which one of these repositories would your PR affect? I think submitting...

LGTM for Stage 3 modulo concerns from @ljharb Thanks for pointing those out BTW.

lgtm for stage 3

I'd like to put this in terms of what would be observably different for users. # Current behavior today for, say, a string. ``` const stringPrimitive = 'string value'; const...

This looks good. I'm importing it and sending it through internal review and submission.

Created Google internal bug b/119637644

Closed by 03e06763bdfb72efee8154f95ae315be0e1cdfa2

I believe the "approximate mappings" mentioned here represent the two places in the method where `getPreviousMapping()` gets called. https://github.com/google/closure-compiler/blob/master/src/com/google/debugging/sourcemap/SourceMapConsumerV3.java#L163 As an experiment I modified these 2 places to return `null`...

FYI, since the data structure we're talking about is defined using protocol buffers, here's a link to documentation on using those in Java. https://developers.google.com/protocol-buffers/docs/javatutorial > 1. It sounds like you...

This issue is a duplicate of internal issue http://b/179420668 Unfortunately because of the way GitHub issues get pulled into our internal system we cannot actually link them together the way...