We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsdown
1 parent 8c11d97 commit 17974ebCopy full SHA for 17974eb
lib/processor.ts
@@ -2,7 +2,7 @@
2
* @author Toru Nagashima <https://github.com/mysticatea>
3
*/
4
import type { Linter } from 'eslint'
5
-import meta from './meta.ts'
+import * as meta from './meta'
6
7
type LintMessage = Linter.LintMessage
8
package.json
@@ -117,7 +117,7 @@
117
"markdownlint-cli": "^0.42.0",
118
"pathe": "^1.1.2",
119
"prettier": "^3.3.3",
120
- "tsdown": "^0.14.1",
+ "tsdown": "^0.16.5",
121
"typescript": "^5.7.2",
122
"vite-plugin-eslint4b": "^0.5.1",
123
"vitepress": "^1.4.1",
0 commit comments