This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Missing computed flag on TSMethodSignature #290
Labels
Comments
8 tasks
Awesome, looks like @azz already reported the same ones as I did :P If you want to see what's missing to get all the popular typescript projects to transpile correctly: prettier/prettier#1643 (comment) |
This is actually not a duplicate of #262. var x: { [y]: any }; is now fixed, but interface Iterable<T> {
[Symbol.iterator](): Iterator<T>;
} is still missing |
Actually, nevermind. Prettier isn't printing it -_- but it's there! |
Okay, there are no longer any known issues with typescript-eslint-parser from prettier. You are awesome! |
Absolutely. Thanks heaps @soda0289 and @JamesHenry! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of
typescript-eslint-parser
are you using?b7220fd
What code were you trying to parse?
What did you expect to happen?
TSMethodSignature
to havecomputed: true
What happened?
It doesn't.
So prettier prints it as
The text was updated successfully, but these errors were encountered: