Can you transpile ts to js directyly in Quarto using Deno? #11371
Unanswered
Cotswoldsmaker
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Not that I am aware of. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi all. Many thanks to everyone that has built and is actively maintaining Quarto, it is a great system. I started using Quarto in March of this year and now run pretty much all of my static sites off of it (there are a few). I have been adding more complex details and functionality to my sites, and of course some ts / js for frontend reactivity is a must. I have just run my first ts file for pre-render, and that works well. What I want to do next is create some code in TypeScript and transpile to JavaScript, which can then be used directly in the web browser. I cannot seem to figure out how to do this on Quarto. I see that Deno has an emit library that allows you to transpile, although the documentation states that the library is likely to change over time and may be unstable.
Is a transpile option available on Quarto?
Beta Was this translation helpful? Give feedback.
All reactions