This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var path = require('path'); | |
var MODULE_DESC_REGEX = /<code>__can-.+__ <\/code>\n(.+)/m; | |
var FALLBACK_MODULE_DESC_REGEX = /(?=\n[a-z]|\n[A-Z])\n(.+)/m | |
module.exports = { | |
getOptions: function () { | |
return []; | |
}, | |