isaacscript-common 1.2.174 → 1.2.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/dist/callbacks/itemPickup.lua +0 -1
  2. package/dist/callbacks/postBombInitLate.lua +0 -1
  3. package/dist/callbacks/postBoneSwing.lua +0 -1
  4. package/dist/callbacks/postCursedTeleport.lua +0 -1
  5. package/dist/callbacks/postCustomDoorEnter.lua +0 -1
  6. package/dist/callbacks/postEffectInitLate.lua +0 -1
  7. package/dist/callbacks/postEsauJr.lua +0 -1
  8. package/dist/callbacks/postFamiliarInitLate.lua +0 -1
  9. package/dist/callbacks/postFlip.lua +0 -1
  10. package/dist/callbacks/postGridEntity.lua +0 -1
  11. package/dist/callbacks/postGridEntityCollision.lua +0 -1
  12. package/dist/callbacks/postKnifeInitLate.lua +0 -1
  13. package/dist/callbacks/postLaserInitLate.lua +0 -1
  14. package/dist/callbacks/postNPCInitLate.lua +0 -1
  15. package/dist/callbacks/postPickupCollect.lua +0 -1
  16. package/dist/callbacks/postPickupInitLate.lua +0 -1
  17. package/dist/callbacks/postPlayerChangeHealth.lua +0 -1
  18. package/dist/callbacks/postPlayerChangeType.lua +0 -1
  19. package/dist/callbacks/postPlayerFatalDamage.lua +0 -1
  20. package/dist/callbacks/postPlayerInitLate.lua +0 -1
  21. package/dist/callbacks/postPlayerReordered.lua +0 -1
  22. package/dist/callbacks/postProjectileInitLate.lua +0 -1
  23. package/dist/callbacks/postPurchase.lua +0 -1
  24. package/dist/callbacks/postSlotInitUpdate.lua +0 -1
  25. package/dist/callbacks/postSlotRender.lua +0 -1
  26. package/dist/callbacks/postTearInitLate.lua +0 -1
  27. package/dist/callbacks/postTearInitVeryLate.lua +0 -1
  28. package/dist/callbacks/postTransformation.lua +0 -1
  29. package/dist/callbacks/postTrinketBreak.lua +0 -1
  30. package/dist/callbacks/preNewLevel.lua +0 -1
  31. package/dist/callbacks/subscriptions/postBombInitLate.lua +0 -1
  32. package/dist/callbacks/subscriptions/postBoneSwing.lua +0 -1
  33. package/dist/callbacks/subscriptions/postCursedTeleport.lua +0 -1
  34. package/dist/callbacks/subscriptions/postCustomDoorEnter.lua +0 -1
  35. package/dist/callbacks/subscriptions/postCustomRevive.lua +0 -1
  36. package/dist/callbacks/subscriptions/postEffectInitLate.lua +0 -1
  37. package/dist/callbacks/subscriptions/postEsauJr.lua +0 -1
  38. package/dist/callbacks/subscriptions/postFamiliarInitLate.lua +0 -1
  39. package/dist/callbacks/subscriptions/postFirstEsauJr.lua +0 -1
  40. package/dist/callbacks/subscriptions/postFirstFlip.lua +0 -1
  41. package/dist/callbacks/subscriptions/postFlip.lua +0 -1
  42. package/dist/callbacks/subscriptions/postGameStartedReordered.lua +0 -1
  43. package/dist/callbacks/subscriptions/postGridEntityBroken.lua +0 -1
  44. package/dist/callbacks/subscriptions/postGridEntityCollision.lua +0 -1
  45. package/dist/callbacks/subscriptions/postGridEntityInit.lua +0 -1
  46. package/dist/callbacks/subscriptions/postGridEntityRemove.lua +0 -1
  47. package/dist/callbacks/subscriptions/postGridEntityStateChange.lua +0 -1
  48. package/dist/callbacks/subscriptions/postGridEntityUpdate.lua +0 -1
  49. package/dist/callbacks/subscriptions/postItemPickup.lua +0 -1
  50. package/dist/callbacks/subscriptions/postKnifeInitLate.lua +0 -1
  51. package/dist/callbacks/subscriptions/postLaserInitLate.lua +0 -1
  52. package/dist/callbacks/subscriptions/postNPCInitLate.lua +0 -1
  53. package/dist/callbacks/subscriptions/postNewLevelReordered.lua +0 -1
  54. package/dist/callbacks/subscriptions/postNewRoomEarly.lua +0 -1
  55. package/dist/callbacks/subscriptions/postNewRoomReordered.lua +0 -1
  56. package/dist/callbacks/subscriptions/postPEffectUpdateReordered.lua +0 -1
  57. package/dist/callbacks/subscriptions/postPickupCollect.lua +0 -1
  58. package/dist/callbacks/subscriptions/postPickupInitLate.lua +0 -1
  59. package/dist/callbacks/subscriptions/postPlayerChangeHealth.lua +0 -1
  60. package/dist/callbacks/subscriptions/postPlayerChangeType.lua +0 -1
  61. package/dist/callbacks/subscriptions/postPlayerFatalDamage.lua +0 -1
  62. package/dist/callbacks/subscriptions/postPlayerInitLate.lua +0 -1
  63. package/dist/callbacks/subscriptions/postPlayerInitReordered.lua +0 -1
  64. package/dist/callbacks/subscriptions/postPlayerRenderReordered.lua +0 -1
  65. package/dist/callbacks/subscriptions/postPlayerUpdateReordered.lua +0 -1
  66. package/dist/callbacks/subscriptions/postProjectileInitLate.lua +0 -1
  67. package/dist/callbacks/subscriptions/postPurchase.lua +0 -1
  68. package/dist/callbacks/subscriptions/postSacrifice.lua +0 -1
  69. package/dist/callbacks/subscriptions/postSlotAnimationChanged.lua +0 -1
  70. package/dist/callbacks/subscriptions/postSlotDestroyed.lua +0 -1
  71. package/dist/callbacks/subscriptions/postSlotInit.lua +0 -1
  72. package/dist/callbacks/subscriptions/postSlotRender.lua +0 -1
  73. package/dist/callbacks/subscriptions/postSlotUpdate.lua +0 -1
  74. package/dist/callbacks/subscriptions/postTearInitLate.lua +0 -1
  75. package/dist/callbacks/subscriptions/postTearInitVeryLate.lua +0 -1
  76. package/dist/callbacks/subscriptions/postTransformation.lua +0 -1
  77. package/dist/callbacks/subscriptions/postTrinketBreak.lua +0 -1
  78. package/dist/callbacks/subscriptions/preBerserkDeath.lua +0 -1
  79. package/dist/callbacks/subscriptions/preCustomRevive.lua +0 -1
  80. package/dist/callbacks/subscriptions/preItemPickup.lua +0 -1
  81. package/dist/callbacks/subscriptions/preNewLevel.lua +0 -1
  82. package/dist/callbacks/subscriptions/roomClearChange.lua +0 -1
  83. package/dist/classes/DefaultMap.lua +0 -1
  84. package/dist/classes/ModUpgraded.lua +0 -1
  85. package/dist/classes/null.d.ts +6 -7
  86. package/dist/classes/null.lua +5 -6
  87. package/dist/constants.d.ts +10 -10
  88. package/dist/constants.lua +3 -4
  89. package/dist/enums/private/SerializationBrand.lua +0 -1
  90. package/dist/features/collectiblesSeen.d.ts +6 -0
  91. package/dist/features/collectiblesSeen.lua +42 -0
  92. package/dist/features/deployJSONRoom.lua +2 -2
  93. package/dist/features/disableInputs.lua +0 -1
  94. package/dist/features/disableSound.lua +0 -1
  95. package/dist/features/extraConsoleCommands/commands.d.ts +11 -11
  96. package/dist/features/extraConsoleCommands/commands.lua +23 -23
  97. package/dist/features/extraConsoleCommands/init.lua +6 -7
  98. package/dist/features/getCollectibleItemPoolType.lua +0 -1
  99. package/dist/features/isPonyActive.lua +0 -1
  100. package/dist/features/playerInventory.d.ts +10 -2
  101. package/dist/features/playerInventory.lua +51 -16
  102. package/dist/features/preventCollectibleRotate.lua +0 -1
  103. package/dist/features/runInNFrames.lua +0 -1
  104. package/dist/features/saveDataManager/constants.d.ts +1 -1
  105. package/dist/features/saveDataManager/constants.lua +1 -1
  106. package/dist/features/saveDataManager/exports.d.ts +6 -6
  107. package/dist/features/saveDataManager/exports.lua +4 -5
  108. package/dist/features/saveDataManager/load.lua +0 -1
  109. package/dist/features/saveDataManager/main.lua +0 -1
  110. package/dist/features/saveDataManager/maps.lua +0 -1
  111. package/dist/features/saveDataManager/merge.lua +5 -4
  112. package/dist/features/saveDataManager/save.lua +0 -1
  113. package/dist/features/sirenHelpers.lua +0 -1
  114. package/dist/features/taintedLazarusPlayers.lua +0 -1
  115. package/dist/featuresInitialized.d.ts +1 -1
  116. package/dist/featuresInitialized.lua +3 -3
  117. package/dist/functions/array.d.ts +39 -39
  118. package/dist/functions/array.lua +79 -80
  119. package/dist/functions/cards.d.ts +3 -3
  120. package/dist/functions/cards.lua +7 -8
  121. package/dist/functions/charge.d.ts +11 -11
  122. package/dist/functions/charge.lua +13 -13
  123. package/dist/functions/collectibleCacheFlag.lua +0 -1
  124. package/dist/functions/collectibleSet.lua +0 -1
  125. package/dist/functions/collectibles.d.ts +53 -15
  126. package/dist/functions/collectibles.lua +44 -21
  127. package/dist/functions/color.d.ts +2 -2
  128. package/dist/functions/color.lua +6 -6
  129. package/dist/functions/deepCopy.d.ts +0 -3
  130. package/dist/functions/deepCopy.lua +5 -23
  131. package/dist/functions/deepCopyTests.lua +0 -1
  132. package/dist/functions/doors.d.ts +8 -8
  133. package/dist/functions/doors.lua +16 -17
  134. package/dist/functions/entity.d.ts +13 -14
  135. package/dist/functions/entity.lua +27 -35
  136. package/dist/functions/entitySpecific.lua +0 -1
  137. package/dist/functions/familiars.lua +0 -1
  138. package/dist/functions/flying.lua +1 -2
  139. package/dist/functions/globals.lua +0 -1
  140. package/dist/functions/gridEntity.d.ts +1 -1
  141. package/dist/functions/gridEntity.lua +5 -6
  142. package/dist/functions/input.lua +0 -1
  143. package/dist/functions/jsonHelpers.d.ts +7 -7
  144. package/dist/functions/jsonHelpers.lua +10 -11
  145. package/dist/functions/jsonRoom.lua +0 -1
  146. package/dist/functions/log.d.ts +21 -21
  147. package/dist/functions/log.lua +75 -75
  148. package/dist/functions/map.lua +0 -1
  149. package/dist/functions/math.d.ts +1 -1
  150. package/dist/functions/math.lua +3 -4
  151. package/dist/functions/npc.lua +0 -1
  152. package/dist/functions/pickups.lua +0 -1
  153. package/dist/functions/player.d.ts +6 -8
  154. package/dist/functions/player.lua +22 -30
  155. package/dist/functions/playerDataStructures.lua +0 -1
  156. package/dist/functions/playerHealth.d.ts +1 -1
  157. package/dist/functions/playerHealth.lua +20 -21
  158. package/dist/functions/pocketItems.lua +0 -1
  159. package/dist/functions/positionVelocity.d.ts +3 -0
  160. package/dist/functions/positionVelocity.lua +19 -6
  161. package/dist/functions/random.d.ts +7 -7
  162. package/dist/functions/revive.d.ts +5 -5
  163. package/dist/functions/revive.lua +8 -8
  164. package/dist/functions/roomData.d.ts +96 -0
  165. package/dist/functions/roomData.lua +57 -0
  166. package/dist/functions/rooms.d.ts +1 -96
  167. package/dist/functions/rooms.lua +30 -76
  168. package/dist/functions/set.d.ts +2 -2
  169. package/dist/functions/set.lua +7 -8
  170. package/dist/functions/string.lua +0 -1
  171. package/dist/functions/transformations.lua +0 -1
  172. package/dist/functions/trinketCacheFlag.d.ts +4 -4
  173. package/dist/functions/trinketCacheFlag.lua +3 -3
  174. package/dist/functions/trinketGive.d.ts +7 -7
  175. package/dist/functions/trinketGive.lua +27 -27
  176. package/dist/functions/trinketSet.lua +0 -1
  177. package/dist/functions/trinkets.d.ts +2 -2
  178. package/dist/functions/trinkets.lua +6 -6
  179. package/dist/functions/ui.d.ts +13 -13
  180. package/dist/functions/ui.lua +28 -28
  181. package/dist/functions/utils.d.ts +6 -0
  182. package/dist/functions/utils.lua +7 -1
  183. package/dist/functions/vector.d.ts +2 -0
  184. package/dist/functions/vector.lua +13 -0
  185. package/dist/index.d.ts +3 -0
  186. package/dist/index.lua +13 -0
  187. package/dist/lualib_bundle.lua +83 -49
  188. package/dist/maps/cardMap.lua +0 -1
  189. package/dist/maps/characterMap.lua +0 -1
  190. package/dist/maps/collectibleDescriptionMap.lua +0 -1
  191. package/dist/maps/collectibleNameMap.lua +0 -1
  192. package/dist/maps/gridEntityTypeToBrokenStateMap.lua +0 -1
  193. package/dist/maps/gridEntityXMLMap.lua +0 -1
  194. package/dist/maps/pillEffectMap.lua +0 -1
  195. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.d.ts +1 -1
  196. package/dist/maps/roomShapeToTopLeftWallGridIndexMap.lua +1 -2
  197. package/dist/maps/roomTypeMap.lua +0 -1
  198. package/dist/maps/trinketDescriptionMap.lua +0 -1
  199. package/dist/maps/trinketNameMap.lua +0 -1
  200. package/dist/patchErrorFunctions.lua +0 -1
  201. package/dist/types/CollectibleIndex.d.ts +15 -0
  202. package/dist/types/CollectibleIndex.lua +3 -0
  203. package/dist/upgradeMod.lua +3 -1
  204. package/package.json +3 -3
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__New = ____lualib.__TS__New
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Map = ____lualib.Map
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayFind = ____lualib.__TS__ArrayFind
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayFind = ____lualib.__TS__ArrayFind
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Map = ____lualib.Map
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Map = ____lualib.Map
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__New = ____lualib.__TS__New
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Map = ____lualib.Map
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__New = ____lualib.__TS__New
4
3
  local __TS__ArrayFind = ____lualib.__TS__ArrayFind
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__New = ____lualib.__TS__New
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local Set = ____lualib.Set
4
3
  local __TS__New = ____lualib.__TS__New
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__ArrayPush = ____lualib.__TS__ArrayPush
4
3
  local ____exports = {}
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__Class = ____lualib.__TS__Class
4
3
  local Map = ____lualib.Map
@@ -1,4 +1,3 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__Class = ____lualib.__TS__Class
4
3
  local __TS__Spread = ____lualib.__TS__Spread
@@ -1,15 +1,14 @@
1
1
  /**
2
- * Null is a class that represents the JavaScript/TypeScript type of "null".
2
+ * NullT is a class that represents the JavaScript/TypeScript type of "null". T is short for "type".
3
3
  *
4
- * Do not instantiate this class directly and instead use the `Nul` singleton.
4
+ * Do not instantiate this class directly and instead use the `Null` singleton.
5
5
  */
6
- export declare class Null {
6
+ export declare class NullT {
7
7
  }
8
8
  /**
9
- * Nul is a singleton that represents an instantiated version of the `Null` class.
9
+ * Null is a singleton that represents an instantiated version of the `NullT` class.
10
10
  *
11
11
  * In TSTL, `null` transpiles to `nil`. This is problematic because if you use it as an object or
12
- * map value, the corresponding key will be deleted. You can work around this by using this `Nul`,
13
- * which is an instantiated version of the `Null` custom class.
12
+ * map value, the corresponding key will be deleted. You can work around this by using this `Null`.
14
13
  */
15
- export declare const Nul: Null;
14
+ export declare const Null: NullT;
@@ -1,12 +1,11 @@
1
- --[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
2
1
  local ____lualib = require("lualib_bundle")
3
2
  local __TS__Class = ____lualib.__TS__Class
4
3
  local __TS__New = ____lualib.__TS__New
5
4
  local ____exports = {}
6
- ____exports.Null = __TS__Class()
7
- local Null = ____exports.Null
8
- Null.name = "Null"
9
- function Null.prototype.____constructor(self)
5
+ ____exports.NullT = __TS__Class()
6
+ local NullT = ____exports.NullT
7
+ NullT.name = "NullT"
8
+ function NullT.prototype.____constructor(self)
10
9
  end
11
- ____exports.Nul = __TS__New(____exports.Null)
10
+ ____exports.Null = __TS__New(____exports.NullT)
12
11
  return ____exports