mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:34:58 +02:00
Add export alias
and export extern
(#4878)
* export alias * export extern
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
use crate::{BlockId, DeclId};
|
||||
use crate::{AliasId, BlockId, DeclId};
|
||||
|
||||
pub enum Exportable {
|
||||
Decl(DeclId),
|
||||
Alias(AliasId),
|
||||
EnvVar(BlockId),
|
||||
}
|
||||
|
Reference in New Issue
Block a user