transparent compatiblity for moonscript

This commit is contained in:
kepler155c@gmail.com
2020-06-10 19:46:34 -06:00
parent 4f39604c63
commit 2fdcc338ad
4 changed files with 64 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ Map.merge = Util.merge
Map.shallowCopy = Util.shallowCopy
Map.find = Util.find
Map.filter = Util.filter
Map.transpose = Util.transpose
function Map.removeMatches(t, values)
local function matchAll(entry)