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

Bug: [no-deprecated] not reporting usages of deprecated declared constants as object value #10487

Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issuebugSomething isn't workinglocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: eslint-pluginIssues related to @typescript-eslint/eslint-plugin
@json-derulo

Description

@json-derulo

Before You File a Bug Report Please Confirm You Have Done The Following...

  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.
  • I havesearched for related issues and found none that matched my issue.
  • I haveread the FAQ and my problem is not listed.

Playground Link

https://typescript-eslint.io/play#ts=5.4.3&fileType=.tsx&code=PQKhAIAEBMFMAcBOsDGBDALra4TAFBwoA2ay4KA9gHYDOG4W9AXOPYgJbUDmA3Pvip0GAWwCeAYRr1wAXkax6vcMGDgAFrHIZN4LYkqJwHWuGTxDWHFUTIUGYmMHTRYgPIAjAFZzwAb3xwcCRKeFYmDAAaFTVNcmpKPVtDY1NzS2xA8DgEVgCgoJCwhXpo1Q0tWHA0YlpEhKSDIxMzBAzoLIBffG6gA&eslintrc=N4KABGBEBOCuA2BTAzpAXGUEKQAIBcBPABxQGNoBLY-AWhXkoDt8B6Jge1oBNFjpEZAIb5E3dFETRoHaJHBgAviEVA&tsconfig=N4KABGBEDGD2C2AHAlgGwKYCcDyiAuysAdgM6QBcYoEEkJemy0eAcgK6qoDCAFutAGsylBm3TgwAXxCSgA&tokens=false

Repro Code

/**@deprecated */declareconsttest:string;constmyConst=test;// here the error is reported correctlyconstmyObj={prop:test,// here no error is reporteddeep:{prop:test,// here also no error is reported}}

ESLint Config

module.exports={parser:"@typescript-eslint/parser",rules:{"@typescript-eslint/no-deprecated":["error"],},};

tsconfig

{"compilerOptions": {// ...  }}

Expected Result

Errors are reported when deprecated declared constants are used as values in objects

Actual Result

No errors are reported when deprecated declared constants are used as values in objects

Additional Info

After removing thedeclare keyword, the errors are reported as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    accepting prsGo ahead, send a pull request that resolves this issuebugSomething isn't workinglocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: eslint-pluginIssues related to @typescript-eslint/eslint-plugin

    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