Ron Buckton
Ron Buckton
IMO, all of the "Octal escape sequences are not allowed" and "A decimal escape must refer to an existent capturing group" are probably indications of actual errors in user code....
@typescript-bot perf test @typescript-bot run dt @typescript-bot test top400 @typescript-bot test tsserver top100 @typescript-bot user test this @typescript-bot user test tsserver
@typescript-bot: pack this
For the failing tests in top 400: - `majodev/google-webfonts-helper` - In `jszip`, the `InputFileFormat` type only includes `ArrayBuffer` and not `SharedArrayBuffer` (or `ArrayBufferLike`), so either `majodev/google-webfonts-helper` needs to assert the...
The only other change I see we need to make here is a small nit in the test comment. The fix for `SubtleCrypto` will likely need an update to https://github.com/microsoft/TypeScript-DOM-lib-generator,...
> The second error indicates a typo in the DOM types for `crypto.subtle.verify` in that `BufferSource` should also include `SharedArrayBuffer`, per: > * https://w3c.github.io/webcrypto/#SubtleCrypto-method-verify > * https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy > * https://webidl.spec.whatwg.org/#dfn-buffer-source-type...
I'd hoped to get this in before the 5.6 beta cutoff, but it looks like there are some long-term concerns related to `ArrayBufferLike` and typed arrays we may need to...
> There's really only two use cases listed by the different examples in the Motivations section: > > 1. Parameter Validation > 2. Dependency Injection I would ask that you...
I'd also like to note that Angular 1.0, which far predates decorators in TypeScript, depended on constructor parameter injection as well. Unfortunately, it did so via specially crafted parameter names...
> I think it's very wrong to compare this proposal to features in other languages that rely on the existence of a compiler to be interesting. That's far from true....