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.
Line comments strip /**/ #256
Closed
Description
What version of TypeScript are you using?
2.3.2
What version of typescript-eslint-parser
are you using?
What code were you trying to parse?
// /*test*/
What did you expect to happen?
comments: [ { type: 'Line', value: ' /*test*/', ...} ]
What happened?
comments: [ { type: 'Line', value: ' test', ... } ]