There was an error while loading. Please reload this page.
1 parent b4e7f00 commit eb7cca7Copy full SHA for eb7cca7
1 file changed
src/Decorator.ts
@@ -10,6 +10,7 @@ export class Decorator {
10
}
11
12
public kind: DecoratorKind;
13
+
14
constructor(name: string, public args: string[]) {
15
const kind = Decorator.getDecoratorKind(name);
16
if (kind === undefined) {
0 commit comments