We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2c2c3e + 9ae2a31 commit fca8086Copy full SHA for fca8086
index.js
@@ -200,7 +200,7 @@ exports.astNodeVisitor = {
200
201
// Replace local types with the full `module:` path
202
Object.keys(identifiers).forEach(key => {
203
- const regex = new RegExp(`(@fires |[\{<\|,] ?!?)${key}`, 'g');
+ const regex = new RegExp(`(@event |@fires |[\{<\|,] ?!?)${key}`, 'g');
204
if (regex.test(comment.value)) {
205
const identifier = identifiers[key];
206
const absolutePath = path.resolve(path.dirname(currentSourceName), identifier.value);
0 commit comments