import/export cleanup
This commit is contained in:
parent
ead4159c55
commit
82913e9d7a
48 changed files with 195 additions and 234 deletions
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
class GlyphBlock {
|
||||
exports.GlyphBlock = class GlyphBlock {
|
||||
constructor(capture, blockName, body) {
|
||||
this.capture = capture;
|
||||
this.blockName = blockName;
|
||||
|
@ -26,6 +26,4 @@ class GlyphBlock {
|
|||
for (const f of pendingApplications) f();
|
||||
return this.exports;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = GlyphBlock;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue