Does adonis v5 have anything like repl #1374
Answered
by
thetutlage
PieterVenter7
asked this question in
Help
-
Or is there a way to implement it |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Jul 31, 2020
Replies: 1 comment 1 reply
-
Not yet. Coz repl needs a way to transpile Typescript code to Javascript on the fly. This is doable, but needs some great effort to implement it properly. If you or anyone has experience with tools like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PieterVenter7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet. Coz repl needs a way to transpile Typescript code to Javascript on the fly. This is doable, but needs some great effort to implement it properly.
If you or anyone has experience with tools like
ts-node
oresbuild
, then I am happy to advance this conversation and decide together on how to implement it properly