Socket
Socket
Sign inDemoInstall

atom-js-transpiler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

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"
}

FAQs

Package last updated on 03 Dec 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc