mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-21 08:25:43 -05:00
Don't use bitwise operations on this nmber. It may be more than 32 bits.
This commit is contained in:
@@ -300,7 +300,7 @@ module TypeScript {
|
||||
}
|
||||
|
||||
if ((info & SyntaxNodeConstants.DataComputed) === 0) {
|
||||
info |= computeData(element);
|
||||
info += computeData(element);
|
||||
dataElement.__data = info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user