mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
[typescript][semantic] add library modifier. Fixes #91090
This commit is contained in:
@@ -151,6 +151,7 @@ tokenModifiers[TokenModifier.declaration] = 'declaration';
|
||||
tokenModifiers[TokenModifier.readonly] = 'readonly';
|
||||
tokenModifiers[TokenModifier.static] = 'static';
|
||||
tokenModifiers[TokenModifier.local] = 'local';
|
||||
tokenModifiers[TokenModifier.defaultLibrary] = 'defaultLibrary';
|
||||
|
||||
// make sure token types and modifiers are complete
|
||||
if (tokenTypes.filter(t => !!t).length !== TokenType._) {
|
||||
|
||||
Reference in New Issue
Block a user