We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the generated code does not have proper tabbing or new lines:
__commonJS["./lib/deferred.js"] = function(exports, module2, __filename, __dirname, require) { let fs; function __get_fs__() { return fs = fs || (require("fs", "fs", (typeof __filename2 !== 'undefined' ? __filename2 : __filename), (typeof __dirname2 !== 'undefined' ? __dirname2 : __dirname))) } function accessfs() { return (__get_fs__()).readFileSync(__resolve_path(typeof __filename2 !== 'undefined' ? __filename2 : __filename)); } module2.exports = accessfs(); };
or
let __get_old__; var old;
While functional, ideally, it would look like properly formatted JS code when generated.
The text was updated successfully, but these errors were encountered:
ryanthemanuel
No branches or pull requests
What would you like?
Currently, the generated code does not have proper tabbing or new lines:
or
While functional, ideally, it would look like properly formatted JS code when generated.
The text was updated successfully, but these errors were encountered: