Skip to content

Conversation

TamsynUlthara
Copy link
Contributor

Fixes #574.

bounceme and others added 30 commits September 18, 2016 01:41
* multi-braceless statements

This changes:
```
if (1)
  for (;;)
  i +=
  l
```
to:
```
if (1)
  for (;;)
    i +=
      l
```
this will improve performance depending on the file. I will try and clean it a little
Give jsGlobalNodeObjects a higher priority that can therefore be
targeted if desired.
makes a huge difference when not in a 'scope'. avoids checking the whole file
* improve helper
Any issues with this? It doesn't rlly mean anything, just something to satisfy vim/dev
Fix jsFlowTypeCustom regex to allow dots
@TamsynUlthara
Copy link
Contributor Author

Aw, crap. Botched that.

@TamsynUlthara TamsynUlthara changed the base branch from master to develop October 5, 2016 20:48
@TamsynUlthara TamsynUlthara changed the base branch from develop to master October 5, 2016 20:52
@TamsynUlthara
Copy link
Contributor Author

Post-mortem: the hub CLI tool automatically made the PR against master while I wrote it against develop, and I couldn't figure out how to get that unstuck after I force-updated the branch to resubmit it against master. Resubmitted it as #660.

@TamsynUlthara TamsynUlthara changed the title Fix JSDoc highlighting for optional parameters (botched; see #660) Fix JSDoc highlighting for optional parameters Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants