mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Add raw identifier
This commit is contained in:
parent
48eb3c5920
commit
03a36f48a3
14 changed files with 137 additions and 26 deletions
|
@ -121,7 +121,6 @@ impl<'a> Linker<'a> {
|
|||
self.resolve_pymod_path(&mut arg.expr);
|
||||
}
|
||||
}
|
||||
Expr::Decl(_decl) => {}
|
||||
Expr::Def(def) => {
|
||||
for chunk in def.body.block.iter_mut() {
|
||||
self.resolve_pymod_path(chunk);
|
||||
|
@ -238,7 +237,6 @@ impl<'a> Linker<'a> {
|
|||
}
|
||||
}
|
||||
},
|
||||
Expr::Decl(_decl) => {}
|
||||
Expr::Def(def) => {
|
||||
for chunk in def.body.block.iter_mut() {
|
||||
self.replace_import(chunk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue