@girs/javascriptcore-5.0 2.38.5-4.0.0-beta.38 → 2.38.5-4.0.0-beta.39
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/README.md +1 -1
- package/javascriptcore-5.0.d.ts +0 -24
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for JavaScriptCore-5.0, generated from library version 2.38.5 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for JavaScriptCore-5.0, generated from library version 2.38.5 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/javascriptcore-5.0.d.ts
CHANGED
|
@@ -1525,55 +1525,31 @@ export namespace JavaScriptCore {
|
|
|
1525
1525
|
has_property: ClassHasPropertyFunction;
|
|
1526
1526
|
delete_property: ClassDeletePropertyFunction;
|
|
1527
1527
|
enumerate_properties: ClassEnumeratePropertiesFunction;
|
|
1528
|
-
|
|
1529
|
-
// Constructors
|
|
1530
|
-
|
|
1531
|
-
_init(...args: any[]): void;
|
|
1532
1528
|
}
|
|
1533
1529
|
|
|
1534
1530
|
type ContextClass = typeof Context;
|
|
1535
1531
|
abstract class ContextPrivate {
|
|
1536
1532
|
static $gtype: GObject.GType<ContextPrivate>;
|
|
1537
|
-
|
|
1538
|
-
// Constructors
|
|
1539
|
-
|
|
1540
|
-
_init(...args: any[]): void;
|
|
1541
1533
|
}
|
|
1542
1534
|
|
|
1543
1535
|
type ExceptionClass = typeof Exception;
|
|
1544
1536
|
abstract class ExceptionPrivate {
|
|
1545
1537
|
static $gtype: GObject.GType<ExceptionPrivate>;
|
|
1546
|
-
|
|
1547
|
-
// Constructors
|
|
1548
|
-
|
|
1549
|
-
_init(...args: any[]): void;
|
|
1550
1538
|
}
|
|
1551
1539
|
|
|
1552
1540
|
type ValueClass = typeof Value;
|
|
1553
1541
|
abstract class ValuePrivate {
|
|
1554
1542
|
static $gtype: GObject.GType<ValuePrivate>;
|
|
1555
|
-
|
|
1556
|
-
// Constructors
|
|
1557
|
-
|
|
1558
|
-
_init(...args: any[]): void;
|
|
1559
1543
|
}
|
|
1560
1544
|
|
|
1561
1545
|
type VirtualMachineClass = typeof VirtualMachine;
|
|
1562
1546
|
abstract class VirtualMachinePrivate {
|
|
1563
1547
|
static $gtype: GObject.GType<VirtualMachinePrivate>;
|
|
1564
|
-
|
|
1565
|
-
// Constructors
|
|
1566
|
-
|
|
1567
|
-
_init(...args: any[]): void;
|
|
1568
1548
|
}
|
|
1569
1549
|
|
|
1570
1550
|
type WeakValueClass = typeof WeakValue;
|
|
1571
1551
|
abstract class WeakValuePrivate {
|
|
1572
1552
|
static $gtype: GObject.GType<WeakValuePrivate>;
|
|
1573
|
-
|
|
1574
|
-
// Constructors
|
|
1575
|
-
|
|
1576
|
-
_init(...args: any[]): void;
|
|
1577
1553
|
}
|
|
1578
1554
|
|
|
1579
1555
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/javascriptcore-5.0",
|
|
3
|
-
"version": "2.38.5-4.0.0-beta.
|
|
3
|
+
"version": "2.38.5-4.0.0-beta.39",
|
|
4
4
|
"description": "GJS TypeScript type definitions for JavaScriptCore-5.0, generated from library version 2.38.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "javascriptcore-5.0.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/gobject-2.0": "2.86.
|
|
36
|
-
"@girs/glib-2.0": "2.86.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.39",
|
|
35
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
|
|
36
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.39" },
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"typescript": "*"
|
|
39
39
|
},
|