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