isaacscript-common 12.3.4 → 12.3.5
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.
- package/dist/index.d.ts +0 -7
- package/dist/isaacscript-common.lua +1 -63
- package/dist/src/functions/debugFunctions.d.ts +0 -6
- package/dist/src/functions/debugFunctions.d.ts.map +1 -1
- package/dist/src/functions/debugFunctions.lua +0 -8
- package/package.json +2 -2
- package/src/functions/debugFunctions.ts +0 -10
- package/dist/package.lua +0 -15
package/dist/index.d.ts
CHANGED
|
@@ -3442,13 +3442,6 @@ export declare function getHUDOffsetVector(): Vector;
|
|
|
3442
3442
|
*/
|
|
3443
3443
|
export declare function getIsaacAPIClassName(object: unknown): string | undefined;
|
|
3444
3444
|
|
|
3445
|
-
/**
|
|
3446
|
-
* Helper function to get the current version of the `isaacscript-common` library, according to the
|
|
3447
|
-
* "package.json" file at the time of compilation. (The version is in the Semantic Versioning
|
|
3448
|
-
* format, e.g. "1.0.0".)
|
|
3449
|
-
*/
|
|
3450
|
-
export declare function getIsaacScriptCommonVersion(): string;
|
|
3451
|
-
|
|
3452
3445
|
export declare function getItemConfigCardType(cardType: CardType): ItemConfigCardType;
|
|
3453
3446
|
|
|
3454
3447
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common 12.3.
|
|
3
|
+
isaacscript-common 12.3.5
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -4126,14 +4126,6 @@ return ____exports
|
|
|
4126
4126
|
end,
|
|
4127
4127
|
["lua_modules.isaac-typescript-definitions.dist.src.index"] = function(...)
|
|
4128
4128
|
local ____exports = {}
|
|
4129
|
-
do
|
|
4130
|
-
local ____export = require("lua_modules.isaac-typescript-definitions.dist.src.debug")
|
|
4131
|
-
for ____exportKey, ____exportValue in pairs(____export) do
|
|
4132
|
-
if ____exportKey ~= "default" then
|
|
4133
|
-
____exports[____exportKey] = ____exportValue
|
|
4134
|
-
end
|
|
4135
|
-
end
|
|
4136
|
-
end
|
|
4137
4129
|
do
|
|
4138
4130
|
local ____export = require("lua_modules.isaac-typescript-definitions.dist.src.enums.ActiveSlot")
|
|
4139
4131
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -4848,35 +4840,6 @@ do
|
|
|
4848
4840
|
end
|
|
4849
4841
|
return ____exports
|
|
4850
4842
|
end,
|
|
4851
|
-
["lua_modules.isaac-typescript-definitions.dist.src.debug"] = function(...)
|
|
4852
|
-
local ____exports = {}
|
|
4853
|
-
local ____package_2Ejson = require("lua_modules.isaac-typescript-definitions.dist.package")
|
|
4854
|
-
local version = ____package_2Ejson.version
|
|
4855
|
-
--- Helper function to get the current version of the `isaac-typescript-definitions` library,
|
|
4856
|
-
-- according to the "package.json" file at the time of compilation. (The version is in the Semantic
|
|
4857
|
-
-- Versioning format, e.g. "1.0.0".)
|
|
4858
|
-
function ____exports.getIsaacTypeScriptDefinitionsVersion(self)
|
|
4859
|
-
return version
|
|
4860
|
-
end
|
|
4861
|
-
return ____exports
|
|
4862
|
-
end,
|
|
4863
|
-
["lua_modules.isaac-typescript-definitions.dist.package"] = function(...)
|
|
4864
|
-
return {
|
|
4865
|
-
name = "isaac-typescript-definitions",
|
|
4866
|
-
version = "7.2.4",
|
|
4867
|
-
description = "TypeScript definitions for The Binding of Isaac: Repentance.",
|
|
4868
|
-
keywords = {"isaac", "rebirth", "afterbirth", "repentance"},
|
|
4869
|
-
homepage = "https://isaacscript.github.io/",
|
|
4870
|
-
bugs = {url = "https://github.com/IsaacScript/isaacscript/issues"},
|
|
4871
|
-
repository = {type = "git", url = "git+https://github.com/IsaacScript/isaacscript.git"},
|
|
4872
|
-
license = "GPL-3.0",
|
|
4873
|
-
author = "Zamiell",
|
|
4874
|
-
type = "commonjs",
|
|
4875
|
-
main = "dist/src/index",
|
|
4876
|
-
types = "dist/src/index.d.ts",
|
|
4877
|
-
dependencies = {["lua-types"] = "^2.13.0"}
|
|
4878
|
-
}
|
|
4879
|
-
end,
|
|
4880
4843
|
["lua_modules.isaac-typescript-definitions.dist.src.enums.ActiveSlot"] = function(...)
|
|
4881
4844
|
local ____exports = {}
|
|
4882
4845
|
____exports.ActiveSlot = {}
|
|
@@ -47062,23 +47025,6 @@ function ____exports.initFeatures(self, mod)
|
|
|
47062
47025
|
end
|
|
47063
47026
|
return ____exports
|
|
47064
47027
|
end,
|
|
47065
|
-
["package"] = function(...)
|
|
47066
|
-
return {
|
|
47067
|
-
name = "isaacscript-common",
|
|
47068
|
-
version = "12.3.4",
|
|
47069
|
-
description = "Helper functions and features for IsaacScript mods.",
|
|
47070
|
-
keywords = {"isaac", "rebirth", "afterbirth", "repentance"},
|
|
47071
|
-
homepage = "https://isaacscript.github.io/",
|
|
47072
|
-
bugs = {url = "https://github.com/IsaacScript/isaacscript/issues"},
|
|
47073
|
-
repository = {type = "git", url = "git+https://github.com/IsaacScript/isaacscript.git"},
|
|
47074
|
-
license = "GPL-3.0",
|
|
47075
|
-
author = "Zamiell",
|
|
47076
|
-
type = "commonjs",
|
|
47077
|
-
main = "dist/src/index",
|
|
47078
|
-
types = "dist/src/index.d.ts",
|
|
47079
|
-
dependencies = {["isaac-typescript-definitions"] = "^7.2.4"}
|
|
47080
|
-
}
|
|
47081
|
-
end,
|
|
47082
47028
|
["src.functions.map"] = function(...)
|
|
47083
47029
|
local ____lualib = require("lualib_bundle")
|
|
47084
47030
|
local Map = ____lualib.Map
|
|
@@ -52632,8 +52578,6 @@ local ____lualib = require("lualib_bundle")
|
|
|
52632
52578
|
local __TS__ObjectEntries = ____lualib.__TS__ObjectEntries
|
|
52633
52579
|
local ____exports = {}
|
|
52634
52580
|
local setDebugFunctionsGlobal
|
|
52635
|
-
local ____package_2Ejson = require("package")
|
|
52636
|
-
local version = ____package_2Ejson.version
|
|
52637
52581
|
local ____exports = require("src.features.extraConsoleCommands.exports")
|
|
52638
52582
|
local enableExtraConsoleCommands = ____exports.enableExtraConsoleCommands
|
|
52639
52583
|
local ____fadeInRemover = require("src.features.fadeInRemover")
|
|
@@ -52714,12 +52658,6 @@ function ____exports.enableDevFeatures(self, mod)
|
|
|
52714
52658
|
enableFastReset(nil)
|
|
52715
52659
|
removeFadeIn(nil)
|
|
52716
52660
|
end
|
|
52717
|
-
--- Helper function to get the current version of the `isaacscript-common` library, according to the
|
|
52718
|
-
-- "package.json" file at the time of compilation. (The version is in the Semantic Versioning
|
|
52719
|
-
-- format, e.g. "1.0.0".)
|
|
52720
|
-
function ____exports.getIsaacScriptCommonVersion(self)
|
|
52721
|
-
return version
|
|
52722
|
-
end
|
|
52723
52661
|
--- Players can boot the game with an launch option called "--luadebug", which will enable additional
|
|
52724
52662
|
-- functionality that is considered to be unsafe. For more information about this flag, see the
|
|
52725
52663
|
-- wiki: https://bindingofisaacrebirth.fandom.com/wiki/Launch_Options
|
|
@@ -17,12 +17,6 @@ import { ModUpgraded } from "../classes/ModUpgraded";
|
|
|
17
17
|
* can immediately start playing or testing.
|
|
18
18
|
*/
|
|
19
19
|
export declare function enableDevFeatures(mod: ModUpgraded): void;
|
|
20
|
-
/**
|
|
21
|
-
* Helper function to get the current version of the `isaacscript-common` library, according to the
|
|
22
|
-
* "package.json" file at the time of compilation. (The version is in the Semantic Versioning
|
|
23
|
-
* format, e.g. "1.0.0".)
|
|
24
|
-
*/
|
|
25
|
-
export declare function getIsaacScriptCommonVersion(): string;
|
|
26
20
|
/**
|
|
27
21
|
* Helper function to get a stack trace.
|
|
28
22
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debugFunctions.d.ts","sourceRoot":"","sources":["../../../src/functions/debugFunctions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"debugFunctions.d.ts","sourceRoot":"","sources":["../../../src/functions/debugFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AASrD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,CAMxD;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAYrC;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,iBAAiB,IAAI,OAAO,CAI3C;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,IAAI,IAAI,CAU5C;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,IAAI,IAAI,CAGhC"}
|
|
@@ -2,8 +2,6 @@ local ____lualib = require("lualib_bundle")
|
|
|
2
2
|
local __TS__ObjectEntries = ____lualib.__TS__ObjectEntries
|
|
3
3
|
local ____exports = {}
|
|
4
4
|
local setDebugFunctionsGlobal
|
|
5
|
-
local ____package_2Ejson = require("package")
|
|
6
|
-
local version = ____package_2Ejson.version
|
|
7
5
|
local ____exports = require("src.features.extraConsoleCommands.exports")
|
|
8
6
|
local enableExtraConsoleCommands = ____exports.enableExtraConsoleCommands
|
|
9
7
|
local ____fadeInRemover = require("src.features.fadeInRemover")
|
|
@@ -84,12 +82,6 @@ function ____exports.enableDevFeatures(self, mod)
|
|
|
84
82
|
enableFastReset(nil)
|
|
85
83
|
removeFadeIn(nil)
|
|
86
84
|
end
|
|
87
|
-
--- Helper function to get the current version of the `isaacscript-common` library, according to the
|
|
88
|
-
-- "package.json" file at the time of compilation. (The version is in the Semantic Versioning
|
|
89
|
-
-- format, e.g. "1.0.0".)
|
|
90
|
-
function ____exports.getIsaacScriptCommonVersion(self)
|
|
91
|
-
return version
|
|
92
|
-
end
|
|
93
85
|
--- Players can boot the game with an launch option called "--luadebug", which will enable additional
|
|
94
86
|
-- functionality that is considered to be unsafe. For more information about this flag, see the
|
|
95
87
|
-- wiki: https://bindingofisaacrebirth.fandom.com/wiki/Launch_Options
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.5",
|
|
4
4
|
"description": "Helper functions and features for IsaacScript mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"main": "dist/src/index",
|
|
23
23
|
"types": "dist/src/index.d.ts",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"isaac-typescript-definitions": "^7.2.
|
|
25
|
+
"isaac-typescript-definitions": "^7.2.5"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { version } from "../../package.json";
|
|
2
1
|
import { ModUpgraded } from "../classes/ModUpgraded";
|
|
3
2
|
import { enableExtraConsoleCommands } from "../features/extraConsoleCommands/exports";
|
|
4
3
|
import { removeFadeIn } from "../features/fadeInRemover";
|
|
@@ -33,15 +32,6 @@ export function enableDevFeatures(mod: ModUpgraded): void {
|
|
|
33
32
|
removeFadeIn();
|
|
34
33
|
}
|
|
35
34
|
|
|
36
|
-
/**
|
|
37
|
-
* Helper function to get the current version of the `isaacscript-common` library, according to the
|
|
38
|
-
* "package.json" file at the time of compilation. (The version is in the Semantic Versioning
|
|
39
|
-
* format, e.g. "1.0.0".)
|
|
40
|
-
*/
|
|
41
|
-
export function getIsaacScriptCommonVersion(): string {
|
|
42
|
-
return version;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
35
|
/**
|
|
46
36
|
* Helper function to get a stack trace.
|
|
47
37
|
*
|
package/dist/package.lua
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
return {
|
|
2
|
-
name = "isaacscript-common",
|
|
3
|
-
version = "12.3.4",
|
|
4
|
-
description = "Helper functions and features for IsaacScript mods.",
|
|
5
|
-
keywords = {"isaac", "rebirth", "afterbirth", "repentance"},
|
|
6
|
-
homepage = "https://isaacscript.github.io/",
|
|
7
|
-
bugs = {url = "https://github.com/IsaacScript/isaacscript/issues"},
|
|
8
|
-
repository = {type = "git", url = "git+https://github.com/IsaacScript/isaacscript.git"},
|
|
9
|
-
license = "GPL-3.0",
|
|
10
|
-
author = "Zamiell",
|
|
11
|
-
type = "commonjs",
|
|
12
|
-
main = "dist/src/index",
|
|
13
|
-
types = "dist/src/index.d.ts",
|
|
14
|
-
dependencies = {["isaac-typescript-definitions"] = "^7.2.4"}
|
|
15
|
-
}
|