Skip to content

Commit d4e3522

Browse files
committed
chore(docs/source/api): change case "receiver" to a warning and no-op
1 parent ee825d2 commit d4e3522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function parse() {
134134
for (const tag of prop.tags) {
135135
switch (tag.type) {
136136
case 'receiver':
137-
ctx.constructor = tag.string;
137+
console.warn(`Found "@receiver" tag in ${ctx.constructor} ${ctx.name}`);
138138
break;
139139
case 'property':
140140
ctx.type = 'property';

0 commit comments

Comments
 (0)