isaacscript-common 21.5.1 → 21.5.2
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
CHANGED
|
@@ -15419,7 +15419,6 @@ export declare type UnionToIntersection<U> = (U extends U ? (u: U) => 0 : never)
|
|
|
15419
15419
|
* specified number of seconds (if the "--luadebug" launch flag is turned on)
|
|
15420
15420
|
* or milliseconds (if the "--luadebug" launch flag is turned off).
|
|
15421
15421
|
* @returns The upgraded mod object.
|
|
15422
|
-
* @beta A dummy field used to hide this function from `api-extractor`.
|
|
15423
15422
|
*/
|
|
15424
15423
|
export declare function upgradeMod<T extends readonly ISCFeature[] = never[]>(modVanilla: Mod, features?: ISCFeatureTuple<T>, debug?: boolean, timeThreshold?: float): ModUpgradedWithFeatures<T>;
|
|
15425
15424
|
|
|
@@ -29,7 +29,6 @@ type ISCFeatureTuple<T extends readonly ISCFeature[]> = ISCFeature extends T["le
|
|
|
29
29
|
* specified number of seconds (if the "--luadebug" launch flag is turned on)
|
|
30
30
|
* or milliseconds (if the "--luadebug" launch flag is turned off).
|
|
31
31
|
* @returns The upgraded mod object.
|
|
32
|
-
* @beta A dummy field used to hide this function from `api-extractor`.
|
|
33
32
|
*/
|
|
34
33
|
export declare function upgradeMod<T extends readonly ISCFeature[] = never[]>(modVanilla: Mod, features?: ISCFeatureTuple<T>, debug?: boolean, timeThreshold?: float): ModUpgradedWithFeatures<T>;
|
|
35
34
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgradeMod.d.ts","sourceRoot":"","sources":["../../../src/core/upgradeMod.ts"],"names":[],"mappings":";;AACA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAEnF,KAAK,eAAe,CAAC,CAAC,SAAS,SAAS,UAAU,EAAE,IAClD,UAAU,SAAS,CAAC,CAAC,QAAQ,CAAC,GAC1B,8FAA8F,GAC9F,CAAC,CAAC;AAER
|
|
1
|
+
{"version":3,"file":"upgradeMod.d.ts","sourceRoot":"","sources":["../../../src/core/upgradeMod.ts"],"names":[],"mappings":";;AACA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAEnF,KAAK,eAAe,CAAC,CAAC,SAAS,SAAS,UAAU,EAAE,IAClD,UAAU,SAAS,CAAC,CAAC,QAAQ,CAAC,GAC1B,8FAA8F,GAC9F,CAAC,CAAC;AAER;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS,SAAS,UAAU,EAAE,GAAG,KAAK,EAAE,EAClE,UAAU,EAAE,GAAG,EACf,QAAQ,GAAE,eAAe,CAAC,CAAC,CAAuC,EAClE,KAAK,UAAQ,EACb,aAAa,CAAC,EAAE,KAAK,GACpB,uBAAuB,CAAC,CAAC,CAAC,CAkB5B"}
|
|
@@ -45,7 +45,6 @@ end
|
|
|
45
45
|
-- specified number of seconds (if the "--luadebug" launch flag is turned on)
|
|
46
46
|
-- or milliseconds (if the "--luadebug" launch flag is turned off).
|
|
47
47
|
-- @returns The upgraded mod object.
|
|
48
|
-
-- @beta A dummy field used to hide this function from `api-extractor`.
|
|
49
48
|
function ____exports.upgradeMod(self, modVanilla, features, ____debug, timeThreshold)
|
|
50
49
|
if features == nil then
|
|
51
50
|
features = {}
|
package/package.json
CHANGED
package/src/core/upgradeMod.ts
CHANGED
|
@@ -36,7 +36,6 @@ type ISCFeatureTuple<T extends readonly ISCFeature[]> =
|
|
|
36
36
|
* specified number of seconds (if the "--luadebug" launch flag is turned on)
|
|
37
37
|
* or milliseconds (if the "--luadebug" launch flag is turned off).
|
|
38
38
|
* @returns The upgraded mod object.
|
|
39
|
-
* @beta A dummy field used to hide this function from `api-extractor`.
|
|
40
39
|
*/
|
|
41
40
|
export function upgradeMod<T extends readonly ISCFeature[] = never[]>(
|
|
42
41
|
modVanilla: Mod,
|