Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

for loops with no variable declaration cause "missing whitespace" error #1

Closed
ashwinr opened this issue Aug 1, 2013 · 1 comment
Closed
Assignees

Comments

@ashwinr
Copy link
Contributor

ashwinr commented Aug 1, 2013

The following snippet causes an unnecessary "missing whitespace" error.

for (x = 0, y = 0; x < 2; ++x) {
}
@ghost ghost assigned ashwinr Aug 1, 2013
@ashwinr
Copy link
Contributor Author

ashwinr commented Aug 1, 2013

Fixed in e6bd303

@ashwinr ashwinr closed this as completed Aug 1, 2013
mohsen1 pushed a commit to mohsen1/tslint that referenced this issue Jan 28, 2017
* Use preversion script instead of prepublish

`prepublish` is (confusingly) [run before install](npm/npm#3059), and fails because `npm-run-all` isn't installed yet. This makes it difficult to install the initial packages to dev on this project. Using `preversion` seems like a better fit

* Update package.json

Also add `npm-run-all` dep
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant