summaryrefslogtreecommitdiff
path: root/script/core/diagnostics/undefined-env-child.lua
AgeCommit message (Collapse)Author
2022-07-11resolve #1029最萌小汐
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib
2022-07-11Revert "resolve #1209"最萌小汐
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1.
2022-07-11resolve #1209最萌小汐
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib
2022-02-15cleanup最萌小汐
2021-06-11rename getAst -> getState最萌小汐
2021-06-10cleanup最萌小汐
2021-05-19update最萌小汐
2021-04-20guide -> searcher最萌小汐
2021-03-15move `parser/guide.lua` to `core/guide.lua`最萌小汐
2020-11-20no longer beta最萌小汐