Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Discussion options

You must be logged in to vote

Typescript is just a preprocessor that compiles .ts files to .js files. So it has nothing with Sciter per se - you will load those .js files in Sciter as usual.

If you want standalone compiler then check :

Typescript compiler compiled with QuickJS: quickjs-typescript-4.0.0-linux-x86.tar.xz

( link taken from https://bellard.org/quickjs/ )

In principle that compiler should work in Sciter "as it is" so you can load .ts files in Sciter directly. If that makes sense of course.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@martinlombana
Comment options

@c-smile
Comment options

Answer selected by martinlombana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants