@girs/javascriptcore-6.0 2.40.0-3.2.7 → 2.40.0-3.2.8
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
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.40.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.40.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable for projects requiring any kind of web integration, from hybrid HTML/CSS applications to full-fledged web browsers. This is the library to use to acces JavaScript from WebKitGTK.
|
|
11
11
|
|
package/javascriptcore-6.0.d.cts
CHANGED
|
@@ -624,10 +624,6 @@ export module Context {
|
|
|
624
624
|
|
|
625
625
|
// Own constructor properties of JavaScriptCore-6.0.JavaScriptCore.Context
|
|
626
626
|
|
|
627
|
-
/**
|
|
628
|
-
* The #JSCVirtualMachine in which the context was created.
|
|
629
|
-
*/
|
|
630
|
-
virtual_machine?: VirtualMachine | null
|
|
631
627
|
/**
|
|
632
628
|
* The #JSCVirtualMachine in which the context was created.
|
|
633
629
|
*/
|
|
@@ -640,10 +636,6 @@ export interface Context {
|
|
|
640
636
|
|
|
641
637
|
// Own properties of JavaScriptCore-6.0.JavaScriptCore.Context
|
|
642
638
|
|
|
643
|
-
/**
|
|
644
|
-
* The #JSCVirtualMachine in which the context was created.
|
|
645
|
-
*/
|
|
646
|
-
readonly virtual_machine: VirtualMachine
|
|
647
639
|
/**
|
|
648
640
|
* The #JSCVirtualMachine in which the context was created.
|
|
649
641
|
*/
|
package/javascriptcore-6.0.d.ts
CHANGED
|
@@ -626,10 +626,6 @@ module Context {
|
|
|
626
626
|
|
|
627
627
|
// Own constructor properties of JavaScriptCore-6.0.JavaScriptCore.Context
|
|
628
628
|
|
|
629
|
-
/**
|
|
630
|
-
* The #JSCVirtualMachine in which the context was created.
|
|
631
|
-
*/
|
|
632
|
-
virtual_machine?: VirtualMachine | null
|
|
633
629
|
/**
|
|
634
630
|
* The #JSCVirtualMachine in which the context was created.
|
|
635
631
|
*/
|
|
@@ -642,10 +638,6 @@ interface Context {
|
|
|
642
638
|
|
|
643
639
|
// Own properties of JavaScriptCore-6.0.JavaScriptCore.Context
|
|
644
640
|
|
|
645
|
-
/**
|
|
646
|
-
* The #JSCVirtualMachine in which the context was created.
|
|
647
|
-
*/
|
|
648
|
-
readonly virtual_machine: VirtualMachine
|
|
649
641
|
/**
|
|
650
642
|
* The #JSCVirtualMachine in which the context was created.
|
|
651
643
|
*/
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/javascriptcore-6.0",
|
|
3
|
-
"version": "2.40.0-3.2.
|
|
3
|
+
"version": "2.40.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.40.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "javascriptcore-6.0.js",
|
|
7
7
|
"main": "javascriptcore-6.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./javascriptcore-6.0-ambient.d.ts",
|
|
11
|
+
"default": "./javascriptcore-6.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./javascriptcore-6.0-import.d.ts",
|
|
15
|
+
"default": "./javascriptcore-6.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./javascriptcore-6.0.d.ts",
|
|
@@ -25,9 +31,9 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit javascriptcore-6.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gjs": "^3.2.
|
|
29
|
-
"@girs/glib-2.0": "^2.
|
|
30
|
-
"@girs/gobject-2.0": "^2.
|
|
34
|
+
"@girs/gjs": "^3.2.8",
|
|
35
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
36
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8"
|
|
31
37
|
},
|
|
32
38
|
"devDependencies": {
|
|
33
39
|
"typescript": "*"
|
|
@@ -44,7 +50,7 @@
|
|
|
44
50
|
"license": "MIT",
|
|
45
51
|
"repository": {
|
|
46
52
|
"type": "git",
|
|
47
|
-
"url": "git+https://github.com/gjsify/
|
|
53
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
48
54
|
},
|
|
49
55
|
"bugs": {
|
|
50
56
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|