File tree Expand file tree Collapse file tree
extensions/typescript-language-features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "jsonc-parser" : " ^2.1.1" ,
2020 "rimraf" : " ^2.6.3" ,
2121 "semver" : " 5.5.1" ,
22- "typescript-vscode-sh-plugin" : " ^0.6.6 " ,
22+ "typescript-vscode-sh-plugin" : " ^0.6.8 " ,
2323 "vscode-extension-telemetry" : " 0.1.1" ,
2424 "vscode-nls" : " ^4.0.0"
2525 },
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ tokenModifiers[TokenModifier.async] = 'async';
150150tokenModifiers [ TokenModifier . declaration ] = 'declaration' ;
151151tokenModifiers [ TokenModifier . readonly ] = 'readonly' ;
152152tokenModifiers [ TokenModifier . static ] = 'static' ;
153+ tokenModifiers [ TokenModifier . local ] = 'local' ;
153154
154155// make sure token types and modifiers are complete
155156if ( tokenTypes . filter ( t => ! ! t ) . length !== TokenType . _ ) {
Original file line number Diff line number Diff line change @@ -626,10 +626,10 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
626626 resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
627627 integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
628628
629- typescript-vscode-sh-plugin@^0.6.6 :
630- version "0.6.6 "
631- resolved "https://registry.yarnpkg.com/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.6 .tgz#2139d8c6fb9da73cbfcd25fb6a4459374fb89d27 "
632- integrity sha512-gVip+I1fMBdvSuGM+OmVywe84F8qp0AmMi/Aj35ggqSez8CWh/WpG7vuz64QtVKqgnwvFh3jSCmXFml5JBN2mw ==
629+ typescript-vscode-sh-plugin@^0.6.8 :
630+ version "0.6.8 "
631+ resolved "https://registry.yarnpkg.com/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.8 .tgz#60d5025f2ab814496824ee997b5e9fc12c5b7f1a "
632+ integrity sha512-XEh/GwBRsZKWQjPTODqWWiW8o8DyF7Yzfp/xvq1vyK5Z9JykFKAkx95BEmALv9x9dpc2RcLZHgVsKFXrtDABCw ==
633633
634634uri-js@^4.2.2 :
635635 version "4.2.2"
You can’t perform that action at this time.
0 commit comments