I've got an ES6 class in the file ./modules/Foo.js , laid out like so: class Foo { constructor(bar) { this._bar = bar; } } module.exports ...
確定! 回上一頁