aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-02 21:27:58 +0000
committerGitHub <[email protected]>2020-02-02 21:27:58 +0000
commitae16884b950d26546f323810170b1f8a25dc0bc0 (patch)
tree2b51c5ea7f7cbda460ea08c535a2f56489295543 /editors/code/package.json
parent5e61c9b11def1897c4123eeafb14b4d6a5223546 (diff)
parent2fd7af2a62ce0c8acb5daa6b2c179b638318f31a (diff)
Merge #2989
2989: vscode extension: migrate from any to unknown where possible r=Veetaha a=Veetaha `unknown` type is the stricter version of `any` and it should always be prefered (like `const` over `let`). It lets you assign any value to it, but doesn't let you carry out arbitrary operations on them without an explicit type check (like `typeof unknownValue === 'string'`). Co-authored-by: Veetaha <[email protected]>
Diffstat (limited to 'editors/code/package.json')
0 files changed, 0 insertions, 0 deletions