🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

ti.es6

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ti.es6

A Titanium plugin to introduce es6 with alloy

latest
Source
npmnpm
Version
1.1.7
Version published
Maintainers
1
Created
Source

ti.es6 License

This module is a plugin for Appcelerator Titanium CLI that brings es6 into an Alloy project. It works thanks to Babel and Polyfill in order to transpile Alloy sources into fully a code that is ES5-compatible.

How to install it?

npm install -g ti.es6

How to use it?

You can either add the option --es6 with your build command:

appc run --es6 or ti build --es6

or, you may also define a boolean property in your tiapp.xml and avoid giving the option each time:

    ...
    <property name="es6" type="bool">true</property>
    ...

Changelog

  • 1.1 Avoid deleting and replacing original sources
  • 1.0 First version

Keywords

es6

FAQs

Package last updated on 10 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts