Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 43a769d

Browse files
committed
add tsx to default extensions parsed. fix #1290
1 parent 39b8dd1 commit 43a769d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/apidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ program
104104

105105
const argv = program.opts();
106106

107-
const defaultIncludeFilters = ['.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|kt|litcoffee|lua|mjs|p|php?|pl|pm|py|rb|scala|ts|vue)$'];
107+
const defaultIncludeFilters = ['.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|kt|litcoffee|lua|mjs|p|php?|pl|pm|py|rb|scala|ts|tsx|vue)$'];
108108

109109
const options = {
110110
excludeFilters: ['apidoc.config.js', 'node_modules'].concat(argv.excludeFilters.length ? argv.excludeFilters : []),

0 commit comments

Comments
 (0)