import deps at top of file, rename module

This commit is contained in:
Smirnov Oleksandr 2023-02-07 16:40:06 +02:00
parent 7ca1c039fe
commit c8adec2880
3 changed files with 13 additions and 16 deletions

View file

@ -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)