Vane's Life
  • Home
  • GitHub
  • Blog (Legacy)
  • About
  • Emi's Life
Sign in Subscribe

Babel

A collection of 2 posts
JavaScript

Eval Locally with Persistent Context

I've been working on a remote console as part of our IoT JavaScript platform Ruff [https://ruff.io/]. The console needs to evaluate expressions with following constraints: 1. It needs to evaluate inside an immediately called function. We are compiling modules within an immediately called function just like
Apr 4, 2016 1 min read
ES6

Organize ES6 Module Imports in Your Package

ES6 brings a new way [http://exploringjs.com/es6/ch_modules.html] to organize modules in JavaScript. Actually by using TypeScript, we have already been using import ... from '...'; for a long time since TypeScript 1.5 alpha. But, this is what we get: And it doesn't
Sep 13, 2015 1 min read
Page 1 of 1
Vane's Life © 2025
Powered by Ghost