ing
This commit is contained in:
parent
d34302f585
commit
8d26f6fcda
|
@ -17,7 +17,7 @@
|
||||||
"author": "Loafle <loafer@loafle.com>",
|
"author": "Loafle <loafer@loafle.com>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate:package": "node .make-package.js",
|
"generate:package": "node .make-package.js",
|
||||||
"generate:doc": "rimraf docs && typedoc --out docs --target es6 --theme minimal --mode file src",
|
"generate:doc": "rimraf docs && typedoc --out docs --target es5 --theme minimal --mode file src",
|
||||||
"bundle": "rimraf dist && tsc",
|
"bundle": "rimraf dist && tsc",
|
||||||
"build": "npm run bundle && npm run generate:package && npm run generate:doc"
|
"build": "npm run bundle && npm run generate:package && npm run generate:doc"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,2 @@
|
||||||
export abstract class Annotation<Attribute = {}> {
|
export abstract class Annotation {
|
||||||
public readonly attribute: Attribute;
|
|
||||||
|
|
||||||
public constructor(attribute?: Attribute) {
|
|
||||||
this.attribute = attribute;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user