Installation
$ npm install amd-parser --save
Usage
var parser = ; var ast = ; var modules = parse;;var mod = modules0; modid; // modulemodnode; // define function nodemodsimpleObject; // true if AMD is a simpleObject/dependency free modulemodnormalized; // true if AMD is just a commonjs wrapper modulemodreturns; // return statements in a standard modulemodfactoryNode; // ast node for factory function
Licence
MIT