Skip to content

Commit 45e6a5e

Browse files
committed
yarn.lock and task for tsec, microsoft#105747
1 parent 6b39769 commit 45e6a5e

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"label": "Kill Build Web Extensions",
126126
"group": "build",
127127
"presentation": {
128-
"reveal": "never",
128+
"reveal": "never"
129129
},
130130
"problemMatcher": "$tsc"
131131
},
@@ -195,5 +195,19 @@
195195
"reveal": "silent"
196196
}
197197
},
198+
{
199+
"type": "npm",
200+
"script": "tsec-compile-check",
201+
"problemMatcher": [
202+
{
203+
"base": "$tsc",
204+
"applyTo": "allDocuments",
205+
"owner": "tsec"
206+
},
207+
],
208+
"group": "build",
209+
"label": "npm: tsec-compile-check",
210+
"detail": "node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit"
211+
}
198212
]
199213
}

yarn.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@
262262
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2"
263263
integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==
264264

265+
"@types/node@^13.13.5":
266+
version "13.13.15"
267+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.15.tgz#fe1cc3aa465a3ea6858b793fd380b66c39919766"
268+
integrity sha512-kwbcs0jySLxzLsa2nWUAGOd/s21WU1jebrEdtzhsj1D4Yps1EOuyI1Qcu+FD56dL7NRNIJtDDjcqIG22NwkgLw==
269+
265270
"@types/semver@^5.4.0", "@types/semver@^5.5.0":
266271
version "5.5.0"
267272
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
@@ -9292,6 +9297,12 @@ ts-loader@^4.4.2:
92929297
micromatch "^3.1.4"
92939298
semver "^5.0.1"
92949299

9300+
tsec@googleinterns/tsec:
9301+
version "0.0.1"
9302+
resolved "https://codeload.github.com/googleinterns/tsec/tar.gz/eb8abc0a58b16f97bb499833c21467fc6425260f"
9303+
dependencies:
9304+
"@types/node" "^13.13.5"
9305+
92959306
tslib@^1.8.1, tslib@^1.9.0:
92969307
version "1.9.3"
92979308
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

0 commit comments

Comments
 (0)