summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2024-01-10 10:34:15 +0800
committerGitHub <noreply@github.com>2024-01-10 10:34:15 +0800
commitcff4d48818d308535d865bce8a3a93b82a5404c6 (patch)
treefec3d69437de0c7405ee47d466c44200bcb22a31 /test/full
parentded415e393cf77c27f1a053f914ea040b1a0955b (diff)
parent94a1cef1100621082b7f56d0a0fdd46c0662a79f (diff)
downloadlua-language-server-cff4d48818d308535d865bce8a3a93b82a5404c6.zip
Merge pull request #2472 from fesily/plugin-add-OnTransformAst
plugin: add OnTransformAst interface
Diffstat (limited to 'test/full')
-rw-r--r--test/full/example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/example.lua b/test/full/example.lua
index de32d60b..920dcd0d 100644
--- a/test/full/example.lua
+++ b/test/full/example.lua
@@ -4,7 +4,7 @@ local files = require 'files'
local diag = require 'core.diagnostics'
local config = require 'config'
local fs = require 'bee.filesystem'
-local luadoc = require "parser.luadoc"
+local luadoc = require "parser".luadoc
-- 临时
---@diagnostic disable: await-in-sync