5.1.3 • Published 10 years ago
neuron-builder v5.1.3
neuron-builder

Usage
var builder = require('neuron-builder');
builder(file, options, callback)
.on('warn', function(message){
console.warn(message);
});builder(filename, options, callback)
- filename
Stringthe pathname of the entry file to be parsed from - options
Object- pkg:
Objectmixed package json format of project - cwd:
Stringcurrent working directory - compilers:
Object|Array.<Object> - allow_implicit_dependencies:
Booleanwhether allows implicit dependencies. If true and a dependency is not found inpkg, it will be treated as the latest version.
- pkg:
- callback
function(err, content)
callback will get err, contents and parsed as its arguments, where:
- err
Error - content
Stringthe parsed content
5.1.3
10 years ago
5.1.2
10 years ago
5.1.1
10 years ago
5.1.0
10 years ago
5.0.0
10 years ago
4.0.8
10 years ago
4.0.7
10 years ago
4.0.6
10 years ago
4.0.5
10 years ago
4.0.4
10 years ago
4.0.3
11 years ago
4.0.2
11 years ago
4.0.1
11 years ago
4.0.0
11 years ago
3.2.6
11 years ago
3.2.4
11 years ago
1.1.3
11 years ago
1.1.2
11 years ago
3.2.3
11 years ago
3.2.2
11 years ago
3.2.1
11 years ago
3.2.0
11 years ago
3.1.0
11 years ago
3.0.4
11 years ago
3.0.3
11 years ago
3.0.2
11 years ago
3.0.1
11 years ago
3.0.0
11 years ago
2.0.0
11 years ago
1.1.1
11 years ago
1.1.0
11 years ago
1.0.2
12 years ago
1.0.1
12 years ago
1.0.0
12 years ago
0.1.9
12 years ago
0.1.8
12 years ago
0.1.7
12 years ago
0.1.6
12 years ago
0.1.5
12 years ago
0.1.4
12 years ago
0.1.3
12 years ago
0.1.2
12 years ago
0.1.1
12 years ago
0.1.0
12 years ago