Skip to content

Help with the typescript rewriting #890

Answered by qsniyg
DevWannabe-dot asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, yeah I haven't yet updated the documentation properly yet, I still haven't had a chance to finish updating the build tools (hence why I haven't yet merged #861).

The typescript rewrite only affects the source code. The end result (once compiled through tsc) is still userscript.user.js, which is the one you have to load through VM/TM or the extension.

userscript_smaller.user.js is traditionally only updated on new releases, so it's used as a sort of permalink for the stable version. In retrospect I should've used a tag or branch or something instead...

In order to generate userscript.user.js, simply run tsc (if the typescript compiler is installed), and it should compile it for you.…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by qsniyg
Comment options

You must be logged in to vote
0 replies
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