Alec Larson

Results 407 issues of Alec Larson

FWIW: I don't love the aesthetic of `{= =}` and `{- -}`. Below is my proposal (other proposals are invited to this thread): ```php let map = Map { 1...

Does ghost-lang partake?

I assume it's just `(a = 1, b = 2)` and works like TypeScript.

It might be cool if there was syntax sugar for "threads" (the definition of which depends on the target platform). For example, threads would compile to web workers for a...

What happens when a non-existent property is accessed?

This test confirms a bug reported in https://github.com/aleclarson/vite-tsconfig-paths/issues/54 TypeScript allows importing a TypeScript module using a `.js` extension, and a `.jsx` extension for TSX modules.

From Apple's documentation: > #### NSHTTPCookieExpires > > An NSDate object or NSString object specifying the expiration date for the cookie. > > This cookie attribute is only used for...

Not sure how possible this is. You need to use [this plugin][1] to apply auto-fixes for rules with `requiresTypeInfo` enabled. It would be great if `prettier-tslint` could trigger those auto-fixes...

enhancement

The `linterOptions` of `tslint.json` is only supported by the CLI, not the programmatic API of `tslint`. This library needs to support `linterOptions` on its own, unfortunately. See here: https://github.com/palantir/tslint/issues/3722

bug
help wanted