atom-js-transpiler

0.5.0 • Public • Published

atom-js-transpiler

I have a number of Atom packages, all with the same transpilation step. Rather than copy-paste this across packages, it seems easier to centralize it here.

Requirements

  • Pre-transpiled source code must live in the package's src directory.
  • Generated source code will be written in the package's lib directory.
  • Source code may use the following features:
    • async/await
    • JSX
    • es6
    • type annotations

Usage

"scripts": {
  "prepublish": "node_modules/.bin/atom-js-transpile"
}

Readme

Keywords

none

Package Sidebar

Install

npm i atom-js-transpiler

Weekly Downloads

6

Version

0.5.0

License

none

Last publish

Collaborators

  • bolinfest