import deps at top of file, rename module
This commit is contained in:
parent
7ca1c039fe
commit
c8adec2880
3 changed files with 13 additions and 16 deletions
|
|
@ -1,5 +1,6 @@
|
|||
local ts_utils = require "gopher._utils.ts"
|
||||
|
||||
local function generate(row, col)
|
||||
local ts_utils = require "gopher._utils.ts"
|
||||
local comment, ns = nil, nil
|
||||
|
||||
ns = ts_utils.get_package_node_at_pos(row, col, nil, false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue