This commit is contained in:
Johannes Rieken 2019-01-07 10:44:56 +01:00
parent fb4f36cca8
commit 3ab9550686

View file

@ -23,11 +23,13 @@
"description": "Insert Copyright Statement" "description": "Insert Copyright Statement"
}, },
"TS -> Inject Service": { "TS -> Inject Service": {
"scope": "typescript",
"description": "Constructor Injection Pattern", "description": "Constructor Injection Pattern",
"prefix": "@inject", "prefix": "@inject",
"body": "@$1 private readonly _$2: ${1},$0" "body": "@$1 private readonly _$2: ${1},$0"
}, },
"TS -> Event & Emitter": { "TS -> Event & Emitter": {
"scope": "typescript",
"prefix": "emitter", "prefix": "emitter",
"description": "Add emitter and event properties", "description": "Add emitter and event properties",
"body": [ "body": [