Skip to content

Commit

Permalink
[core] Add links to CommonJS and AMD module system docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juandopazo committed Apr 11, 2014
1 parent 2f89e36 commit cfd1dc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/yui/docs/es6-modules.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ disadvantages:
tools to build your project's files, then using ES6 syntax should easily tie
into the process you already have to get your application running.</li>
<li>It allows you to write your code in one format and transpile it to
different module formats including CommonJS, AMD and YUI modules.</li>
<li><a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">
different module formats including
<a href="http://nodejs.org/api/modules.html">CommonJS</a>,
<a href="http://know.cujojs.com/tutorials/modules/authoring-amd-modules">
AMD</a> and YUI modules.</li>
<li>
<a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">
Sourcemaps</a> allow you to debug using the new syntax, so the difference
between all the different underlying module systems is hidden by the
developer tools.</li>
Expand Down

0 comments on commit cfd1dc1

Please sign in to comment.