![JAR search and dependency download from the Maven repository](/logo.png)
by-assets-ng-annotate.1.0.0.CR5.source-code.ng-annotate.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jooby-assets-ng-annotate Show documentation
Show all versions of jooby-assets-ng-annotate Show documentation
ng-annotate processor for Jooby
/**
* Source: browserify ng-annotate-main.js --s ngAnnotate -o ng-annotate-1.0.2.js
*/
(function (source, options, filename) {
assets.load('lib/ng-annotate-1.0.2.js')
var rsp = ngAnnotate(source, options);
var errors = [];
if (rsp.errors) {
rsp.errors.forEach(function (msg) {
errors.push({
filename: filename,
message: msg
})
});
}
return {
output: rsp.src,
errors: errors
}
})
© 2015 - 2025 Weber Informatics LLC | Privacy Policy