Peter Burns

Results 80 issues of Peter Burns

**This is a feature request** **Version** 5.18.0 **Complete CLI command or `minify()` options used** ```json { "module": true, "warnings": true, "ecma": 2021, "compress": { "passes": 4, }, "mangle": {}, "output":...

suboptimal-output

This code: ```js class Super { /** * @nocollapse */ static method() { return 'foo'; } } class Sub extends Super {} console.log(Sub.method()); // should log 'foo' console.log(Sub.hasOwnProperty('method')); // should...

triage-done
internal-issue-created

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Other/unknown (please mention in description) ### Description...

There's some friction with Google Legal and the Sauce Labs, and honestly the sauce tunnel situation has been a steady stream of distracting issues for years. Is GitHub Actions good...

e.g. `` when `value` has type `unknown`, we produce the diagnostic: > You are assigning the primitive `'0'` to a non-primitive type `unknown`. Use '.' binding instead? This isn't ideal,...

Need to update that in our diagnostics here.

good first issue