My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
Babel
.
Show all posts
Showing posts with label
Babel
.
Show all posts
Wednesday, 10 October 2018
Transpiling TypeScript with Babel within Rollup.js setup
›
Demo project is on GitHub . References: https://rollupjs.org/guide/en https://www.npmjs.com/package/rollup-plugin-babel https://githu...
Transpiling TypeScript with Babel
›
Since version 7 Babel is capable of transpiling TypeScript code into a JavaScript. Inspired by TypeScript and Babel 7 I created a simpl...
Wednesday, 19 September 2018
Introduction to Babel
›
What is Babel? tool for transpiling (compiling) ES6/ES7 code to ECMAScript 5 code, which can be used today in any modern browser [ so...
›
Home
View web version