Top "Transpiler" questions

A transpiler is a compiler that translates the source code of one high-level programming language to the source code of another high-level programming language.

SyntaxError: Unexpected token export

I'm working on a npm package called foobar, locally, to allow me to make changes or modifications in real time …

javascript npm ecmascript-6 babeljs transpiler
Do I really need Babel or other transpilers to use ES6 with React?

Do I really need Babel or other transpilers to use ES6 in React? I was looking at the chart https://…

javascript reactjs ecmascript-6 babeljs transpiler
React saids Minified React error even it is development mode

I'm using browserify and babel to transpile & bundle my script. The problem is when I'm using React 16, it gives …

javascript reactjs browserify transpiler
Type Error - Is Not a Constructor

Wanted to instantiate a module within ES6 javascript and transpile to ES5. I am setting up a new class in …

javascript ecmascript-6 webpack transpiler
Running Mocha 6 ES6 tests with Babel 7, how to set up?

For a library written in ES6/7, I want to compile (to ES5) the library to a dist/ folder. I also …

npm mocha.js babeljs transpiler
Java to C cross compilation

Does anyone know of a good Java to C cross compiler? Do they work well?

java c compiler-construction transpiler
What will Typescript transpile when targeting ES5 / ES3?

I'm trying to understand when the Typescript compiler will transpile code to make it compatible with my specified target ECMAScript …

typescript target transpiler
looking for transpiler: php to javascript

i wonder, if there's any transpiler available, which converts (simple) php code to javascript? what i am not looking for …

javascript php compiler-construction transpiler
Swift to JavaScript transpiler - possible?

As an iOS developer coding in Swift, I find it increasingly annoying to have to coordinate the same code written …

javascript swift transpiler
Can I make TypeScript include node_modules for transpilation?

OK so I have an interesting situation in setting up my Node.js TypeScript project. I want to be able …

javascript node.js typescript transpiler