mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Ignore type aliases
This commit is contained in:
@@ -793,7 +793,7 @@ impl FunctionCompiler {
|
||||
Fn(_) => {},
|
||||
Var(var_decl) => self.var_declaration(var_decl, scope),
|
||||
TsInterface(_) => std::panic!("Not implemented: TsInterface declaration"),
|
||||
TsTypeAlias(_) => std::panic!("Not implemented: TsTypeAlias declaration"),
|
||||
TsTypeAlias(_) => {},
|
||||
TsEnum(_) => std::panic!("Not implemented: TsEnum declaration"),
|
||||
TsModule(_) => std::panic!("Not implemented: TsModule declaration"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user