There was an error while loading. Please reload this page.
1 parent e82aa70 commit 07ed8ccCopy full SHA for 07ed8cc
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