ts-codemod-lib
Preparing search index...
functions/ast-transformers/transform-source-code
transformSourceCode
Function transformSourceCode
transformSourceCode
(
code
:
string
,
isTsx
:
boolean
,
transformers
:
readonly
Readonly
<
{
name
:
string
;
transform
:
(
sourceFile
:
SourceFile
)
=>
void
}
,
>
[]
,
debug
?:
boolean
,
)
:
string
Parameters
code
:
string
isTsx
:
boolean
transformers
:
readonly
Readonly
<
{
name
:
string
;
transform
:
(
sourceFile
:
SourceFile
)
=>
void
}
>
[]
debug
:
boolean
= false
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-codemod-lib
Loading...