Remove a standalone export js codegen

This commit is contained in:
Eugene Rossokha
2023-12-19 23:54:06 +02:00
parent 403b79190c
commit 58c5c80ee2
-1
View File
@@ -14,7 +14,6 @@ pub trait Emit<W: Write> {
pub enum Statement {
Import,
Export,
Declaration {
is_exported: bool,
is_const: bool,