Documentation
Preparing search index...
@adonisjs/repl
src/types
Compiler
Type Alias Compiler
Shape of the Compiler that must be passed to the repl constructor
type
Compiler
=
{
compile
:
(
code
:
string
,
fileName
:
string
)
=>
string
;
supportsTypescript
:
boolean
;
}
Index
Properties
compile
supports
Typescript
Properties
compile
compile
:
(
code
:
string
,
fileName
:
string
)
=>
string
supports
Typescript
supportsTypescript
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compile
supports
Typescript
Documentation
Loading...
Shape of the Compiler that must be passed to the repl constructor