@girs/javascriptcore-4.0 2.47.2-4.0.0-beta.37 → 2.47.2-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-4.0.d.ts +0 -28
- 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-4.0, generated from library version 2.47.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.47.2 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-4.0.d.ts
CHANGED
|
@@ -1511,10 +1511,6 @@ export namespace JavaScriptCore {
|
|
|
1511
1511
|
type ClassClass = typeof Class;
|
|
1512
1512
|
abstract class ClassPrivate {
|
|
1513
1513
|
static $gtype: GObject.GType<ClassPrivate>;
|
|
1514
|
-
|
|
1515
|
-
// Constructors
|
|
1516
|
-
|
|
1517
|
-
_init(...args: any[]): void;
|
|
1518
1514
|
}
|
|
1519
1515
|
|
|
1520
1516
|
/**
|
|
@@ -1532,55 +1528,31 @@ export namespace JavaScriptCore {
|
|
|
1532
1528
|
has_property: ClassHasPropertyFunction;
|
|
1533
1529
|
delete_property: ClassDeletePropertyFunction;
|
|
1534
1530
|
enumerate_properties: ClassEnumeratePropertiesFunction;
|
|
1535
|
-
|
|
1536
|
-
// Constructors
|
|
1537
|
-
|
|
1538
|
-
_init(...args: any[]): void;
|
|
1539
1531
|
}
|
|
1540
1532
|
|
|
1541
1533
|
type ContextClass = typeof Context;
|
|
1542
1534
|
abstract class ContextPrivate {
|
|
1543
1535
|
static $gtype: GObject.GType<ContextPrivate>;
|
|
1544
|
-
|
|
1545
|
-
// Constructors
|
|
1546
|
-
|
|
1547
|
-
_init(...args: any[]): void;
|
|
1548
1536
|
}
|
|
1549
1537
|
|
|
1550
1538
|
type ExceptionClass = typeof Exception;
|
|
1551
1539
|
abstract class ExceptionPrivate {
|
|
1552
1540
|
static $gtype: GObject.GType<ExceptionPrivate>;
|
|
1553
|
-
|
|
1554
|
-
// Constructors
|
|
1555
|
-
|
|
1556
|
-
_init(...args: any[]): void;
|
|
1557
1541
|
}
|
|
1558
1542
|
|
|
1559
1543
|
type ValueClass = typeof Value;
|
|
1560
1544
|
abstract class ValuePrivate {
|
|
1561
1545
|
static $gtype: GObject.GType<ValuePrivate>;
|
|
1562
|
-
|
|
1563
|
-
// Constructors
|
|
1564
|
-
|
|
1565
|
-
_init(...args: any[]): void;
|
|
1566
1546
|
}
|
|
1567
1547
|
|
|
1568
1548
|
type VirtualMachineClass = typeof VirtualMachine;
|
|
1569
1549
|
abstract class VirtualMachinePrivate {
|
|
1570
1550
|
static $gtype: GObject.GType<VirtualMachinePrivate>;
|
|
1571
|
-
|
|
1572
|
-
// Constructors
|
|
1573
|
-
|
|
1574
|
-
_init(...args: any[]): void;
|
|
1575
1551
|
}
|
|
1576
1552
|
|
|
1577
1553
|
type WeakValueClass = typeof WeakValue;
|
|
1578
1554
|
abstract class WeakValuePrivate {
|
|
1579
1555
|
static $gtype: GObject.GType<WeakValuePrivate>;
|
|
1580
|
-
|
|
1581
|
-
// Constructors
|
|
1582
|
-
|
|
1583
|
-
_init(...args: any[]): void;
|
|
1584
1556
|
}
|
|
1585
1557
|
|
|
1586
1558
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/javascriptcore-4.0",
|
|
3
|
-
"version": "2.47.2-4.0.0-beta.
|
|
3
|
+
"version": "2.47.2-4.0.0-beta.39",
|
|
4
4
|
"description": "GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.47.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "javascriptcore-4.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
|
},
|