You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
We are running some tests to evaluate the usage of this parser in order to enable eslint in our typescript projects.
I am using master version and eslint 2.4.0.
It seems that the AST generated by the "code-sample.ts" file and the token-store are not aligned properly, therefore when getting to
"getNodeIndent" function, the code fails to find the appropriate token, and fails on the next line where
the method tries to access the undefined variable properties.
The instructions to run this example are in the repo itself.
Please note that the code passes OK if you remove that rule from the configuration file.
Best regards,
Ran
The text was updated successfully, but these errors were encountered:
Hi,
We are running some tests to evaluate the usage of this parser in order to enable eslint in our typescript projects.
I am using master version and eslint 2.4.0.
I created a small repo which demonstrates our problem:
https://github.com/ranzwix/typescript-eslint-parser-check
It seems that the AST generated by the "code-sample.ts" file and the token-store are not aligned properly, therefore when getting to
"getNodeIndent" function, the code fails to find the appropriate token, and fails on the next line where
the method tries to access the undefined variable properties.
The instructions to run this example are in the repo itself.
Please note that the code passes OK if you remove that rule from the configuration file.
Best regards,
Ran
The text was updated successfully, but these errors were encountered: