Skip to content

Support TypeScript import = require syntax #1244

Closed

Description

Currently this project only parses regular import statements as import statements. However, TypeScript also supports another syntax:

// TSImportEqualsDeclaration
import foo = require('bar')
//           ^^^^^^^^^^^^^^
// TSExternalModuleReference

Would it be possible for the plugin to check these imports as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions