transpile
Translation
to transpile
Examples
We need to transpile the code from TypeScript to JavaScript.
We need to transpile the code from TypeScript to JavaScript.
Grammar Patterns
to transpile ((sth.)) from ((A)) to ((B)) to convert source code from one language to another We transpile TypeScript to JavaScript.
Similar Words
Synonyms: source-to-source compile, convert
Etymology
A blend of 'translate' and 'compile'.
Memory Tips
Think of it as a special type of 'compiling' that 'translates' source code to other source code.