Generate module info

This commit is contained in:
Tim Schaub
2018-05-13 16:49:23 -05:00
parent c5f2787284
commit fb7d8b7839
7 changed files with 146 additions and 69 deletions
-3
View File
@@ -99,9 +99,6 @@ function parseOutput(output) {
if (!Array.isArray(info.symbols)) {
throw new Error('Expected symbols array: ' + output);
}
if (!Array.isArray(info.defines)) {
throw new Error('Expected defines array: ' + output);
}
return info;
}