Skip to content

Interop Gen: Support Predicate Types #463

@nikeokoronkwo

Description

@nikeokoronkwo

This issue is to add support to the TS Declaration Generator for predicate types in TS, which should resolve to booleans:

export declare function isTypeNode(node: Node): node is TypeNode;

Unfortunately, we lose the type casting of node when used afterwards due to nonequivalence in Dart.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions