Skip to content

Interop Gen: Support Variable Declarations #375

Closed
@nikeokoronkwo

Description

@nikeokoronkwo

This issue is to add support to the dart interop interface gen on web_generator for variable declarations in TypeScript declaration files

declare const myConstVar: number = 9;
declare let myMutableVar: string = "mutable";
declare var myVar: boolean = false;

These will be mapped to @JS getters and setters

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