Wesley Wigham

Results 190 comments of Wesley Wigham

@RyanCavanaugh Or more appropriately as sugar for `expr!`, which is _almost_ just sugar for `(expr as NonNullable)`, but also has fallback behavior if `NonNullable` doesn't exist.

@sandersn you can shave two characters - `@type {*}`

I think there's an important difference between a cast and a nonnull assertion, from the typechecking perspective, however - a nonnull doesn't destroy type information (ie, for quick info or...

_Possibly_ I was considering it before but couldn't think of a (good) way to expose it. I was toying with the idea of a Set-GHBranch cmdlet which sets an environment...

AFAIK, we've decided to merge this, but @jakebailey has an unresolved comment up above.

Yeah, we only do the new fs check when the extension in the import isn't a TS or JS one.

@andrewbranch Done - I've also simplified things in the module name resolver _quite a bit_, in part thanks to your refactorings. As an added bonus, `.ts` file imports now _resolve_...

@andrewbranch conflicts resolved, there's a minor change in the `bundler` resolution mode baseline; namely changing module resolution to consistently prefer loading the associated `.ts` source file, even when the import...