-
Notifications
You must be signed in to change notification settings - Fork 127
Open

Description
That's in jumper/core/assert.lua
Fix:
--- a/jumper/core/assert.lua
+++ b/jumper/core/assert.lua
@@ -96,7 +96,6 @@ if (...) then
isBool = isBoolean,
isMap = isMap,
isStrMap = isStringMap,
- isOutOfRange = isOutOfRange,
isNil = isNil,
type = type,
matchType = matchType
Edit: Similarly for jumper/core/utils.lua
:
--- a/jumper/core/utils.lua
+++ b/jumper/core/utils.lua
@@ -146,7 +146,6 @@ if (...) then
arrayToNodes = arrayToNodes,
strToMap = stringMapToArray,
around = around,
- drAround = drAround,
traceBackPath = traceBackPath
}
Metadata
Metadata
Assignees
Labels
No labels