Skip to content
New issue

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

Adding support for ES6 syntax #883

Closed
guyzmo opened this issue Mar 2, 2013 · 1 comment
Closed

Adding support for ES6 syntax #883

guyzmo opened this issue Mar 2, 2013 · 1 comment

Comments

@guyzmo
Copy link
Contributor

guyzmo commented Mar 2, 2013

adding support for ES6/JS1.7 features like destructuring expressions, let keyword, generators and array comprehension

guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 2, 2013
…iables (made it a W117 instead of a jsonvalue error) for jshint#883.
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 2, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 2, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 5, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 5, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 5, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 5, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 5, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
guyzmo added a commit to guyzmo/jshint that referenced this issue Mar 6, 2013
@valueof
Copy link
Member

valueof commented Mar 25, 2013

We now have separate issues per feature. Closing this bug.

@valueof valueof closed this as completed Mar 25, 2013
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
…iables (made it a W117 instead of a jsonvalue error) for jshint#883.
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
jugglinmike added a commit to jugglinmike/jshint that referenced this issue Jan 12, 2015
The `_.has` utility method checks for the existence of the provided
properties as "own" values of the given object. The removed code
erroneously uses it to check attributes of an Array. The first branch is
(incorrectly) token when statements begin with identifiers/literals "0",
"1", or "length", and the nested branch depends on the block type which
is never a destructuring assignment in this case.

This code has been unreachable since its original introduction into the
codebase [1]. Removing it has no effect on the behavior of JSHint.

[1] commit fbf34a5
    Author: Guyzmo <guyzmo+github@m0g.net>
    Date:   Wed Mar 6 15:12:15 2013 +0100

    fixed destructuring assign in global context. Updated tests. cf jshint#883
jugglinmike added a commit to jugglinmike/jshint that referenced this issue Jan 12, 2015
The `_.has` utility method checks for the existence of the provided
properties as "own" values of the given object. The removed code
erroneously uses it to check attributes of an Array. The first branch is
(incorrectly) token when statements begin with identifiers/literals "0",
"1", or "length", and the nested branch depends on the block type which
is never a destructuring assignment in this case.

This code has been unreachable since its original introduction into the
codebase [1]. Removing it has no effect on the behavior of JSHint.

[1] commit fbf34a5
    Author: Guyzmo <guyzmo+github@m0g.net>
    Date:   Wed Mar 6 15:12:15 2013 +0100

    fixed destructuring assign in global context. Updated tests. cf jshint#883
jugglinmike added a commit to jugglinmike/jshint that referenced this issue Jan 15, 2015
The `_.has` utility method checks for the existence of the provided
properties as "own" values of the given object. The removed code
erroneously uses it to check attributes of an Array. The first branch is
(incorrectly) token when statements begin with identifiers/literals "0",
"1", or "length", and the nested branch depends on the block type which
is never a destructuring assignment in this case.

This code has been unreachable since its original introduction into the
codebase [1]. Removing it has no effect on the behavior of JSHint.

[1] commit fbf34a5
    Author: Guyzmo <guyzmo+github@m0g.net>
    Date:   Wed Mar 6 15:12:15 2013 +0100

    fixed destructuring assign in global context. Updated tests. cf jshint#883
jugglinmike added a commit to jugglinmike/jshint that referenced this issue Jan 24, 2015
The `_.has` utility method checks for the existence of the provided
properties as "own" values of the given object. The removed code
erroneously uses it to check attributes of an Array. The first branch is
(incorrectly) token when statements begin with identifiers/literals "0",
"1", or "length", and the nested branch depends on the block type which
is never a destructuring assignment in this case.

This code has been unreachable since its original introduction into the
codebase [1]. Removing it has no effect on the behavior of JSHint.

[1] commit fbf34a5
    Author: Guyzmo <guyzmo+github@m0g.net>
    Date:   Wed Mar 6 15:12:15 2013 +0100

    fixed destructuring assign in global context. Updated tests. cf jshint#883
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

No branches or pull requests

2 participants