Socket
Book a DemoInstallSign in
Socket

systemjs-transform-babel

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemjs-transform-babel

SystemJS Babel Transform ===

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

SystemJS Babel Transform

Provides Babel transforms of ES modules in SystemJS 2.0 when used with the "transform" extra.

Currently does not provide support for any other plugins, although PRs are welcome to add this feature.

Usage

<script src="systemjs/dist/system.js"></script>
<script src="systemjs/dist/extras/transform.js"></script>
<script src="dist/babel-transform.js"></script>
<script>
  System.import('./es-module.js');
</script>

LICENSE

MIT

FAQs

Package last updated on 24 Mar 2019

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