Preparing search index...
The search index is not available
@saber2pr/ts-compiler
@saber2pr/ts-compiler
walkFile
Function walkFile
walk
File
(
dirPath
,
fliter
?
,
ops
?
)
:
Promise
<
EntryResult
[]
>
遍历文件夹下所有文件获取
Parameters
dirPath
:
string
Optional
fliter
:
(
(
entry
)
=>
boolean
)
(
entry
)
:
boolean
Parameters
entry
:
Entry
Returns
boolean
ops
:
Options
&
{
encoding
?:
BufferEncoding
;
withContent
?:
boolean
;
}
= ...
Returns
Promise
<
EntryResult
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@saber2pr/ts-compiler
CompilerOptions
FileImport
ImportStatement
compile
contextModuleMap
createTransformer
getImports
parseImportNames
readTsExport
readTsFileExport
runCode
transform
transpile
visitNodes
compiler
transformer
traverser
utils
EntryResult
scan
walkFile
Loading...
Generated using
TypeDoc
遍历文件夹下所有文件获取