[ 
https://issues.apache.org/jira/browse/THRIFT-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592771#comment-16592771
 ] 

ASF GitHub Bot commented on THRIFT-4625:
----------------------------------------

bforbis opened a new pull request #1584: THRIFT-4625: Use let/const variable 
decorators in ES6 Javascript
URL: https://github.com/apache/thrift/pull/1584
 
 
   This PR adds `let` and `const` decorators to generated javascript code when 
specifying the new es6 compiler option. These changes will fall back to the 
`var` decorator if not specifying the es6 compiler.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> let / const variable decorators for es6 compiler
> ------------------------------------------------
>
>                 Key: THRIFT-4625
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4625
>             Project: Thrift
>          Issue Type: Improvement
>          Components: JavaScript - Compiler, Node.js - Compiler
>            Reporter: Brian Forbis
>            Priority: Minor
>
> With support for the ES6 compiler, variables should be scoped using the ES6 
> *let* and *const* variable decorators to define variable scoping and 
> read/write behavior.
> This brings the generated code into compliance with the 
> [no-var|https://eslint.org/docs/rules/no-var] eslint rule.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to