Closed karol-majewski closed 5 years ago
TypeScript 3.2.2
type Primitive = | boolean | number | bigint | string | symbol | null | undefined;
No error nor warning.
A warning about bigint is emitted.
bigint
node: typings/global.d.ts:12:7: bigint 146(kind) warning: unhandled node kind: 146
Thanks for report this, v1.6.2 should fix this
It did, thank you. 🙇
Version(if relevant): 1.6.1
Environment(if relevant):
TypeScript 3.2.2
Code(if relevant):
Expected:
No error nor warning.
Actual:
A warning about
bigint
is emitted.