Jeff Hansen

Results 142 comments of Jeff Hansen

Opened a draft PR @glen-84 @NightOwl888 https://github.com/jeffijoe/messageformat.net/pull/33/files

@glen-84 So I see 2 viable options (short of doing a full-blown implementation which I won't have time for now): 1. Don't support the `style`, just format with `g` by...

> Set configuration or call a method like SetDateStylePattern(DateStyle.MEDIUM, "de-DE", "m.d.y") I'd rather not do this as it would require someone to either replace or reach into the formatter library...

It looks like this is affecting the Google Cloud Pub/Sub .NET client, see https://github.com/googleapis/google-cloud-dotnet/issues/10304

Fixed in #98 and released as `v0.11.1`.

It seems even the NPM API doesn't return the `files` array either. So I think this is better solved by making packages specify their typings correctly in the package using...

Files on disk would not be deterministic, as there would be a difference between running typesync before or after an `npm install` Using `unpkg` is an idea, but considering how...

`npm-registry-fetch` has been incorporated in v0.11, @deongroenewald thanks for the tip!