This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Miscategorises URLs as comments #339
Closed
Description
What version of TypeScript are you using?
2.4
What version of typescript-eslint-parser
are you using?
ts-2.4
branch
What code were you trying to parse?
const link = <a href="example.com">http://example.com</a>
What did you expect to happen?
//example.com</a>
is not a comment
What happened?
"comments": [
{
"type": "Line",
"value": "example.com</a>",
"range": [
40,
57
],
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 57
}
}
}