|
b58683aff4
|
wire __runtime_instanceof to 'instanceof' on upcasts
also adds runtime.instanceOf that can be exported for use by the host
|
2019-04-02 23:58:58 +02:00 |
|
|
8d2194f045
|
Require exact type in instanceof basicType, fixes #493
|
2019-02-21 02:09:06 +01:00 |
|
|
47f2e0950a
|
Make 'instanceof' behave like TS if the lhs is nullable
|
2018-06-09 02:01:45 +02:00 |
|
|
7478c8a0d3
|
Initial implementation of 'instanceof'
Works like an assignability check for now / does not yet honor nullables.
|
2018-06-07 17:04:41 +02:00 |
|