transpile
Translation
to transpile, to source-to-source compile
Examples
We need to transpile the TypeScript code to JavaScript.
We need to transpile the TypeScript code to JavaScript.
Grammar Patterns
((sth.)) ((from sth.)) ((to sth.)) to convert (sth.) from one source language to another We need to transpile the code to JavaScript.
Similar Words
Synonyms: source-to-source compile
Etymology
A blend of 'transform' and 'compile'. It transforms source code into other source code.
Memory Tips
Think of it as 'TRANSforming' code before you com'PILE' it for a different environment, like a browser.