How to debug adonis typescript source code in adonis v5 application? #1431
-
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Aug 10, 2020
Replies: 1 comment 1 reply
-
I believe, it is a standard practice to not ship the typescript code in the packages and just ship the compiled Javascript code, otherwise you will be doubling the package size. Is there any reason that you prefer looking at the Typescript code and not Javascript, since the compiled JS is equally readable |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zhaozhao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe, it is a standard practice to not ship the typescript code in the packages and just ship the compiled Javascript code, otherwise you will be doubling the package size.
Is there any reason that you prefer looking at the Typescript code and not Javascript, since the compiled JS is equally readable