Skip to content

Commit

Permalink
chore(docs/source/api): change case "receiver" to a warning and no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jul 8, 2022
1 parent ee825d2 commit d4e3522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function parse() {
for (const tag of prop.tags) {
switch (tag.type) {
case 'receiver':
ctx.constructor = tag.string;
console.warn(`Found "@receiver" tag in ${ctx.constructor} ${ctx.name}`);
break;
case 'property':
ctx.type = 'property';
Expand Down

0 comments on commit d4e3522

Please sign in to comment.