Skip to content

[Bug]: Import specifiers allow keywords in Typescript #14319

@tolmasky

Description

@tolmasky

💻

  • Would you like to work on a fix?

How are you using Babel?

Programmatic API (babel.transform, babel.parse)

Input code

require("@babel/parser").parse(`import { const as const } from "blah"`,
{
    sourceType: "module",
    plugins:["typescript"]
})

Configuration file name

No response

Configuration

No response

Current and expected behavior

Current behavior: No error.
Expected behavior: Should throw an error.

https://runkit.com/tolmasky/keywords-in-import-specifiers-in-typescript

Environment

  • Babel 7.17.3

Possible solution

This is fixed in #14320

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    i: needs triageoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions