Skip to content

JSDoc parsing breaks when declaring a property named await #874

Closed
@DanielRosenwasser

Description

@DanielRosenwasser
Member

Found checking webpack. Create a JS file and use checkJs.

/**
 * @typedef {object} Settings
 * @property {boolean} await
 */

const x = 42;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @sandersn@DanielRosenwasser

    Issue actions

      JSDoc parsing breaks when declaring a property named `await` · Issue #874 · microsoft/typescript-go