We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Definition File Atom: 1.0.16 atom-typescript: 6.0.17 all themes
class Test { breaks = (ok: string, notOk: [string, string]): void => {} }
EDIT
atom-typescript 6.0.17 really doesn't like tuples :)
type Tuple = [string, string]
breaks syntax highlighting of the code that follows
EDIT 2 This problem does not exist with atom 1.0.15
The text was updated successfully, but these errors were encountered:
Same problem goes for function argument's default value
Atom: 1.0.16 atom-typescript: 6.0.17 all themes
private makeTransitionSequence(preAnimations: any[], duration : number = 2, callback : any = this.transitionDone, callbackScope : any = this) : TimelineMax { return new TimelineMax(); }
Sorry, something went wrong.
This has happened due to changes in atom 1.0.16.
1.0.16
This issue is an extension of #611 (comment)
extends
implements
fixed with https://github.com/TypeStrong/atom-typescript/releases/tag/v7.1.0 🌹
No branches or pull requests
Definition File
Atom: 1.0.16
atom-typescript: 6.0.17
all themes
EDIT
atom-typescript 6.0.17 really doesn't like tuples :)
breaks syntax highlighting of the code that follows
EDIT 2
This problem does not exist with atom 1.0.15
The text was updated successfully, but these errors were encountered: