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