yashank676
yashank676
@wjhsf The regex condition present was not able to search for the decorator due to ANSI format of the error code given to match, in cases like [eg](https://stackblitz.com/edit/salesforce-lwc-mrslczb9?file=src/modules/x/app/app.js) it was...
Agreed to all the points, i am already looking into it and see if some regex can be made to handle that.
@wjhsf i have updated the regex. Also, looks like updating unit test for this makes no sense as the issue we faced in previous regex was due to ANSI format...
@wjhsf i have already signed the CLA dont know why its not showing it here. For test cases do you mean cases that i just mentioned above? 1. import {...
should we be adding test cases like: ``` const apitrackwire = () => {} export default class NotComponent { @apitrackwire prop } ``` since ideally they should throw 1007 but...