Skip to content

[7.1 API] SymbolFlags.All has different value in TS vs GO #63906

Description

Acknowledgement

  • I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.

Comment

SymbolFlagsAll is defined in go as 1 << 30 -1, which go parses as (1 << 30)-1. When this expression is copied to the SymbolFlags enum in TS it is parsed as 1 << (30 -1)

Metadata

Metadata

Labels

Needs InvestigationThis issue needs a team member to investigate its status.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions