feat: refactoring project
This commit is contained in:
12
node_modules/terser/lib/output.js
generated
vendored
12
node_modules/terser/lib/output.js
generated
vendored
@@ -1792,9 +1792,9 @@ function OutputStream(options) {
|
||||
output.space();
|
||||
}
|
||||
self.module_name.print(output);
|
||||
if (self.assert_clause) {
|
||||
output.print("assert");
|
||||
self.assert_clause.print(output);
|
||||
if (self.attributes) {
|
||||
output.print("with");
|
||||
self.attributes.print(output);
|
||||
}
|
||||
output.semicolon();
|
||||
});
|
||||
@@ -1888,9 +1888,9 @@ function OutputStream(options) {
|
||||
output.space();
|
||||
self.module_name.print(output);
|
||||
}
|
||||
if (self.assert_clause) {
|
||||
output.print("assert");
|
||||
self.assert_clause.print(output);
|
||||
if (self.attributes) {
|
||||
output.print("with");
|
||||
self.attributes.print(output);
|
||||
}
|
||||
if (self.exported_value
|
||||
&& !(self.exported_value instanceof AST_Defun ||
|
||||
|
||||
Reference in New Issue
Block a user