Skip to content

Commit

Permalink
Update js.js
Browse files Browse the repository at this point in the history
  • Loading branch information
caracal-js authored Jul 30, 2021
1 parent fee5f29 commit cd78dc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/js.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// -------------------------------------------------------------
// WARNING: this file is used by both the client and the server.
// Do not use any browser or node-specific API!
// -------------------------------------------------------------
const { parse } = require('acorn-hammerhead');
const { generate } = require('./esotope');

Expand Down Expand Up @@ -182,4 +186,4 @@ class JSRewriter {
};
};

module.exports = JSRewriter;
module.exports = JSRewriter;

0 comments on commit cd78dc2

Please sign in to comment.