Replies: 8 comments 1 reply
-
Thank you for sugesstions, It is awlays dificult to find out right name, especially for me. |
Beta Was this translation helpful? Give feedback.
-
how about |
Beta Was this translation helpful? Give feedback.
-
ts-lang seems has no logic tsbinc cts - compile ts tsnp - TypeScript Native Packager. This is from pkg which compiles js code into binary by including node and the target code into same binary and executing it then. tsbp - TypeScript Binary Packager. Similarly to the previous, but referce that the ts is packaged to binary. tssp - TypeScript Straight Packager. tsfp - TypeScript Forward Packager. |
Beta Was this translation helpful? Give feedback.
-
how about |
Beta Was this translation helpful? Give feedback.
-
or |
Beta Was this translation helpful? Give feedback.
-
I would suggest to keep it short as possible. Something like ltsc ? (for LLVM-based tsc?) |
Beta Was this translation helpful? Give feedback.
-
how about |
Beta Was this translation helpful? Give feedback.
-
The standard typescript compiler from Microsoft (that transpiles to javascript) is also called tsc.
(https://aka.ms/tsc)
I think that it would be better to rename the executable of your project to something else (like llvm-tsc for instance) since I think that
when testing it is useful to have both programs installed in your system, and this would avoid some unnecessary possible confusion.
This might also cause trouble in the future when some linux distribution might want to package your compiler, as all the different binaries are usually kept together in the same directory (/usr/bin)
Beta Was this translation helpful? Give feedback.
All reactions