import-js/eslint-plugin-import
Import/export false positive between namespace and variable
开放
#2,901 创建于 2023年10月23日
bughelp wantedtypescript
仓库指标
- 星标
- (5,939 个星标)
- PR 合并指标
- (平均合并 138天 22小时) (30 天内合并 3 个 PR)
描述
export namespace testType { ... }
export const testType = { ... }
Results in: error Multiple exports of name 'testType' import/export
Here is an example: https://github.com/unional/type-plus/blob/main/type-plus/ts/testing/test_type.ts