Skip to content

guybedford/es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Plugin

Load ES6 modules using Traceur, using RequireJS plugin syntax:

  define(['es6!some-module'], function(someModule) { ... });

For language features, see the Traceur documentation.

Installation

Needs AMD-Loader base plugin to work. This is automatically installed with Bower or Volo, otherwise it must be downloaded manually.

  volo add guybedford/es6
  bower install es6

When using bower, add the paths (or map) configuration:

  paths: {
    es6: 'es6/es6',
    'amd-loader': 'amd-loader/amd-loader'
  }

About

ES6 Loader Plugin for RequireJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published