Y
Hacker News
new
|
ask
|
show
|
jobs
by
healeycodes
802 days ago
When a val is deployed on val town, my understanding is that it's parsed/compiled. At that point, can you save the parts of the program that people might search for? Names of imports, functions, variables, comments, etc.
1 comments
MH15
802 days ago
A val is just Typescript, no? So unless they are also storing the AST it would be JavaScript and that's it
link