Skip to content

Improved AMD Support and Removed Unique Module Name Checking

Compare
Choose a tag to compare
@gfranko gfranko released this 15 Oct 19:38
· 205 commits to master since this release
  • Internally, escodegen, estraverse, escodegen, and underscore are listed as AMD dependencies. As long as you use those exact names for each respective library, everything will work with AMD.
  • No longer checking for unique module names/ids, since requirejs will handle this.