isaacscript-common 72.3.1 → 72.3.3
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.rollup.d.ts +2 -2
- package/dist/isaacscript-common.lua +2 -3
- package/dist/src/functions/logMisc.d.ts +2 -2
- package/dist/src/functions/logMisc.d.ts.map +1 -1
- package/dist/src/objects/itemPoolTypeToCollectibleTypesSet.lua +1 -2
- package/package.json +1 -1
- package/src/functions/logMisc.ts +3 -2
- package/src/objects/itemPoolTypeToCollectibleTypesSet.ts +1 -1
package/dist/index.rollup.d.ts
CHANGED
|
@@ -10502,7 +10502,7 @@ export declare function logArray<T>(this: void, array: T[] | readonly T[], name?
|
|
|
10502
10502
|
* @param collectibleTypes The collectible types to log.
|
|
10503
10503
|
* @param name Optional. The name of the array, which will be logged before the elements.
|
|
10504
10504
|
*/
|
|
10505
|
-
export declare function logCollectibleTypes(this: void, collectibleTypes: CollectibleType[], name?: string): void;
|
|
10505
|
+
export declare function logCollectibleTypes(this: void, collectibleTypes: CollectibleType[] | readonly CollectibleType[], name?: string): void;
|
|
10506
10506
|
|
|
10507
10507
|
/**
|
|
10508
10508
|
* Helper function to log a `Color` object.
|
|
@@ -10566,7 +10566,7 @@ export declare function logLevelStateFlags(this: void): void;
|
|
|
10566
10566
|
* @param map The TSTL `Map` to log.
|
|
10567
10567
|
* @param name Optional. The name of the map, which will be logged before the elements.
|
|
10568
10568
|
*/
|
|
10569
|
-
export declare function logMap(this: void, map: Map<AnyNotNil, unknown>, name?: string): void;
|
|
10569
|
+
export declare function logMap(this: void, map: Map<AnyNotNil, unknown> | ReadonlyMap<AnyNotNil, unknown>, name?: string): void;
|
|
10570
10570
|
|
|
10571
10571
|
export declare function logMusic(this: void): void;
|
|
10572
10572
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common 72.3.
|
|
3
|
+
isaacscript-common 72.3.3
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -57551,8 +57551,7 @@ local ____exports = {}
|
|
|
57551
57551
|
local getItemPoolJSON
|
|
57552
57552
|
local ____cachedEnumValues = require("src.arrays.cachedEnumValues")
|
|
57553
57553
|
local ITEM_POOL_TYPE_VALUES = ____cachedEnumValues.ITEM_POOL_TYPE_VALUES
|
|
57554
|
-
local
|
|
57555
|
-
local itemPoolsJSON = ____itempools_2Ejson.default
|
|
57554
|
+
local itemPoolsJSON = require("src.data.itempools")
|
|
57556
57555
|
local ____types = require("src.functions.types")
|
|
57557
57556
|
local asCollectibleType = ____types.asCollectibleType
|
|
57558
57557
|
local ____itemPoolTypeToItemPoolName = require("src.maps.itemPoolTypeToItemPoolName")
|
|
@@ -14,7 +14,7 @@ export declare function logArray<T>(this: void, array: T[] | readonly T[], name?
|
|
|
14
14
|
* @param collectibleTypes The collectible types to log.
|
|
15
15
|
* @param name Optional. The name of the array, which will be logged before the elements.
|
|
16
16
|
*/
|
|
17
|
-
export declare function logCollectibleTypes(this: void, collectibleTypes: CollectibleType[], name?: string): void;
|
|
17
|
+
export declare function logCollectibleTypes(this: void, collectibleTypes: CollectibleType[] | readonly CollectibleType[], name?: string): void;
|
|
18
18
|
/**
|
|
19
19
|
* Helper function to log a `Color` object.
|
|
20
20
|
*
|
|
@@ -48,7 +48,7 @@ export declare function logLevelStateFlags(this: void): void;
|
|
|
48
48
|
* @param map The TSTL `Map` to log.
|
|
49
49
|
* @param name Optional. The name of the map, which will be logged before the elements.
|
|
50
50
|
*/
|
|
51
|
-
export declare function logMap(this: void, map: Map<AnyNotNil, unknown>, name?: string): void;
|
|
51
|
+
export declare function logMap(this: void, map: Map<AnyNotNil, unknown> | ReadonlyMap<AnyNotNil, unknown>, name?: string): void;
|
|
52
52
|
export declare function logMusic(this: void): void;
|
|
53
53
|
export declare function logPlayerEffects(this: void, player: EntityPlayer): void;
|
|
54
54
|
export declare function logPlayerHealth(this: void, player: EntityPlayer): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logMisc.d.ts","sourceRoot":"","sources":["../../../src/functions/logMisc.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EACL,UAAU,EACV,WAAW,EACX,UAAU,EAMV,cAAc,EAGd,QAAQ,EACR,OAAO,EACR,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"logMisc.d.ts","sourceRoot":"","sources":["../../../src/functions/logMisc.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,8 +6,7 @@ local ____exports = {}
|
|
|
6
6
|
local getItemPoolJSON
|
|
7
7
|
local ____cachedEnumValues = require("src.arrays.cachedEnumValues")
|
|
8
8
|
local ITEM_POOL_TYPE_VALUES = ____cachedEnumValues.ITEM_POOL_TYPE_VALUES
|
|
9
|
-
local
|
|
10
|
-
local itemPoolsJSON = ____itempools_2Ejson.default
|
|
9
|
+
local itemPoolsJSON = require("src.data.itempools")
|
|
11
10
|
local ____types = require("src.functions.types")
|
|
12
11
|
local asCollectibleType = ____types.asCollectibleType
|
|
13
12
|
local ____itemPoolTypeToItemPoolName = require("src.maps.itemPoolTypeToItemPoolName")
|
package/package.json
CHANGED
package/src/functions/logMisc.ts
CHANGED
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UseFlag,
|
|
16
16
|
} from "isaac-typescript-definitions";
|
|
17
17
|
import { game, musicManager, sfxManager } from "../core/cachedClasses";
|
|
18
|
+
import type { ReadonlyMap } from "../types/ReadonlyMap";
|
|
18
19
|
import { ReadonlySet } from "../types/ReadonlySet";
|
|
19
20
|
import { arrayToString, isArray } from "./array";
|
|
20
21
|
import { getBossID } from "./bosses";
|
|
@@ -67,7 +68,7 @@ export function logArray<T>(
|
|
|
67
68
|
*/
|
|
68
69
|
export function logCollectibleTypes(
|
|
69
70
|
this: void,
|
|
70
|
-
collectibleTypes: CollectibleType[],
|
|
71
|
+
collectibleTypes: CollectibleType[] | readonly CollectibleType[],
|
|
71
72
|
name?: string,
|
|
72
73
|
): void {
|
|
73
74
|
if (name === undefined) {
|
|
@@ -221,7 +222,7 @@ export function logLevelStateFlags(this: void): void {
|
|
|
221
222
|
*/
|
|
222
223
|
export function logMap(
|
|
223
224
|
this: void,
|
|
224
|
-
map: Map<AnyNotNil, unknown>,
|
|
225
|
+
map: Map<AnyNotNil, unknown> | ReadonlyMap<AnyNotNil, unknown>,
|
|
225
226
|
name?: string,
|
|
226
227
|
): void {
|
|
227
228
|
if (!isTSTLMap(map) && !isDefaultMap(map)) {
|
|
@@ -3,7 +3,7 @@ import type {
|
|
|
3
3
|
ItemPoolType,
|
|
4
4
|
} from "isaac-typescript-definitions";
|
|
5
5
|
import { ITEM_POOL_TYPE_VALUES } from "../arrays/cachedEnumValues";
|
|
6
|
-
import itemPoolsJSON from "../data/itempools.json";
|
|
6
|
+
import * as itemPoolsJSON from "../data/itempools.json";
|
|
7
7
|
import { asCollectibleType } from "../functions/types";
|
|
8
8
|
import { ITEM_POOL_TYPE_TO_ITEM_POOL_NAME } from "../maps/itemPoolTypeToItemPoolName";
|
|
9
9
|
|