mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
fix(46512): allow to use tag names containing keywords with - (#46546)
This commit is contained in:
@@ -2374,6 +2374,7 @@ namespace ts {
|
||||
tokenValue = tokenValue.slice(0, -1);
|
||||
pos--;
|
||||
}
|
||||
return getIdentifierToken();
|
||||
}
|
||||
return token;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user