Skip to content
This repository was archived by the owner on May 19, 2018. It is now read-only.
/ babylon Public archive
This repository was archived by the owner on May 19, 2018. It is now read-only.

[7.0] Rename flow AST Type NumericLiteralTypeAnnotation to NumberLiteralTypeAnnotation #329

@danez

Description

@danez

Flow and babylon6 use a different node type for the following typeAnnotation:

var a : 1 = 1;

babylon uses NumericLiteralTypeAnnotation, whereas flow uses NumberLiteralTypeAnnotation

We should change babylon and rename the node to use the same name as flow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions