Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AST tightening:TSDeclareFunction has no body,declare function cannot haveasync or* #9219

Closed
Labels
ASTPRs and Issues about the AST structureenhancementNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: typescript-estreeIssues related to @typescript-eslint/typescript-estree
@Josh-Cena

Description

@Josh-Cena

Suggestion

In#9211: we are planning to enforce the following invariants in our AST forTSDeclareFunction:

  • body must be undefined, so the following is a parsing error:
    declarefunctionfoo(){}
    (I don't think it's possible to havedeclare: false and a body anyway, since that would be a normal function declaration)
  • Ifdeclare: true, thenasync andgenerator are bothfalse:
    declareasyncfunctionfoo();declarefunction*foo();

@sosukesuzuki@fisker Do these look safe to you?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ASTPRs and Issues about the AST structureenhancementNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: typescript-estreeIssues related to @typescript-eslint/typescript-estree

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp