transpile
Module converter
Transpiles JavaScript modules from one format to another
Transpiles from everything to everything else
26 stars
20 watching
10 forks
Language: JavaScript
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
martpie/next-transpile-modules | Transpiles code from node_modules in Next.js projects | 1,131 |
davyjoneslocker/es6_module_transpiler-rails | Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
termi/es6-transpiler | Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks | 216 |
gobblejs/gobble-es6-transpiler | Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
ryanseddon/gulp-es6-module-transpiler | Transpiles ES6 modules to other formats for use in Node.js environments | 61 |
andrei-markeev/ts2c | Transpiles JavaScript/TypeScript to C89 code | 1,262 |
wessberg/cjstoesm | Converts CommonJS to ES Module syntax while preserving tree-shakability and idiomatic output | 393 |
transduce/transduce | A JavaScript library providing composable transformations of data streams | 92 |
cincheo/jsweet | Transpiles Java code to run on the web using TypeScript and JavaScript | 1,461 |
ee/grunt-defs | Transpiles ES6 block scoped const and let variables to ES3 | 5 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
aws-samples/aws-sdk-js-sample-video-transcoder | Transcodes video files using AWS SDK for JavaScript | 22 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
babel/broccoli-babel-transpiler | A plugin that transpiles JavaScript code to newer versions using Babel | 57 |