import-js/eslint-plugin-import

Import/export false positive between namespace and variable

開放

#2,901 建立於 2023年10月23日

 (5 則留言) (0 個反應) (0 位負責人)JavaScript (1,549 個分叉)batch import
bughelp wantedtypescript

倉庫指標

星標
 (5,940 顆星)
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

貢獻者指南