Skip to content

Commit

Permalink
Fixing broken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwhisenhunt committed Dec 31, 2012
1 parent bfda4c8 commit c8e7aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6471,7 +6471,7 @@ <h3>Classes With Constructors, Getters &amp; Setters</h3>
<h3>ES Harmony Conclusions</h3> <h3>ES Harmony Conclusions</h3>


<p>As we've seen, Harmony might come with some exciting new additions that will ease the development of modular applications and handling concerns such as dependency management.</p> <p>As we've seen, Harmony might come with some exciting new additions that will ease the development of modular applications and handling concerns such as dependency management.</p>
At present, our best options for using Harmony syntax in today's browsers is through a transpiler such as <a href="http://code.google.com/p/traceur-compiler/">Google Traceur</a> or<a href="http://esprima.googlecode.com">Esprima</a>. There are also projects such as <a href="https://github.com/addyosmani/require-hm">Require HM<a/> which allow us to use Harmony modules with AMD. Our best bets however until we have specification finalization are AMD (for in-browser modules) and CommonJS (for those on the server).</p> At present, our best options for using Harmony syntax in today's browsers is through a transpiler such as <a href="http://code.google.com/p/traceur-compiler/">Google Traceur</a> or<a href="http://esprima.googlecode.com">Esprima</a>. There are also projects such as <a href="https://github.com/addyosmani/require-hm">Require HM</a> which allow us to use Harmony modules with AMD. Our best bets however until we have specification finalization are AMD (for in-browser modules) and CommonJS (for those on the server).</p>


<div class="alert-message block-message info"> <div class="alert-message block-message info">
<p><b>Related Reading</b></p> <p><b>Related Reading</b></p>
Expand Down

0 comments on commit c8e7aa3

Please sign in to comment.