lfc gives no clue how to run TypeScript code #1986
Labels
enhancement
Enhancement of existing feature
good first issue
Good for newcomers
typescript
Related to TypeScript target
Milestone
When compiling a TypeScript target program, lfc used to print something like this, as shown here:
It no longer prints any such thing, leaving the programmer to guess what to do next.
Better yet, it should generate a shell script in
bin
, as the Python target does currently, to invoke the program.The text was updated successfully, but these errors were encountered: