mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
refactor
This commit is contained in:
@@ -532,7 +532,7 @@ const goto_definition = (state, index) => {
|
||||
} else {
|
||||
let loc
|
||||
if(d.module != null) {
|
||||
const exp = map_find(state.parse_result.modules[d.module].stmts, n => {
|
||||
const exp = map_find(state.parse_result.modules[d.module].children, n => {
|
||||
if(n.type != 'export') {
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user