You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
For a TS program like var y = x instanceof ArrayBuffer;
the produced Dart program should have import "dart:typed_arrays"
but it's missing, because we only traverse the AST looking for ts.SyntaxKind.TypeReference nodes, while the instanceof expression makes a tree like