Improved AMD Support and Removed Unique Module Name Checking
- Internally,
escodegen
,estraverse
,escodegen
, andunderscore
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.