Jason Kuhrt

Results 363 comments of Jason Kuhrt

Thinking we could have a selector API. Also rename `description` to `comment`. Also drop `enum(true)` in favour of clearer `only(...)` and `skip(...)` APIs. ```ts import { map, $ } from...

@iddan Will need a stronger reason than that to dismiss it. Examples etc. and counter proposal. Chaining APIs are a primary way to get type safety in many cases too,...

@jjangga0214 you can help by sending PRs. We are merging ones that are well done and pass tests. Do you have anything in mind?

> I volunteered to take the issue. And I want to respect the original author's (@dannycochran) PR, instead of creating a new different PR That's a noble goal and I...

Hey @adebisi-fa please rebase and I'll try to get this merged soon

Thanks @developit (Same first name and we both live in Canada :D). I'm not convinced that libraries are the right place to do bundle optimization. Why not do this at...

Thanks @developit that starts to make sense for me. Some initial thoughts I have are: 1. Can we leverage TS 4.7 to natively emit an ESM build to support applications...

I haven't dug deep yet but I was under the impression that TS 4.7 can emit proper ESM now such as imports that include file extensions, etc. More here: https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js....

Yeah I think we can bring in the changes without too much effort. Do you have an ESM project you are using this on? Even if not, would you be...

can you share a repro repo? This works for me locally: