@girs/javascriptcore-4.1 2.44.2-4.0.0-beta.8 → 2.44.2-4.0.0-beta.10

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
  ![downloads/week](https://img.shields.io/npm/dw/@girs/javascriptcore-4.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for JavaScriptCore-4.1, generated from library version 2.44.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.8.
8
+ GJS TypeScript type definitions for JavaScriptCore-4.1, generated from library version 2.44.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.10.
9
9
 
10
10
 
11
11
  ## Install
@@ -19,6 +19,14 @@ export namespace JavaScriptCore {
19
19
  /**
20
20
  * Enum values to specify a mode to check for syntax errors in jsc_context_check_syntax().
21
21
  */
22
+
23
+ /**
24
+ * Enum values to specify a mode to check for syntax errors in jsc_context_check_syntax().
25
+ */
26
+ export namespace CheckSyntaxMode {
27
+ export const $gtype: GObject.GType<CheckSyntaxMode>;
28
+ }
29
+
22
30
  enum CheckSyntaxMode {
23
31
  /**
24
32
  * mode to check syntax of a script
@@ -32,6 +40,14 @@ export namespace JavaScriptCore {
32
40
  /**
33
41
  * Enum values to specify the result of jsc_context_check_syntax().
34
42
  */
43
+
44
+ /**
45
+ * Enum values to specify the result of jsc_context_check_syntax().
46
+ */
47
+ export namespace CheckSyntaxResult {
48
+ export const $gtype: GObject.GType<CheckSyntaxResult>;
49
+ }
50
+
35
51
  enum CheckSyntaxResult {
36
52
  /**
37
53
  * no errors
@@ -61,6 +77,14 @@ export namespace JavaScriptCore {
61
77
  /**
62
78
  * Enum values for options types.
63
79
  */
80
+
81
+ /**
82
+ * Enum values for options types.
83
+ */
84
+ export namespace OptionType {
85
+ export const $gtype: GObject.GType<OptionType>;
86
+ }
87
+
64
88
  enum OptionType {
65
89
  /**
66
90
  * A #gboolean option type.
@@ -94,6 +118,14 @@ export namespace JavaScriptCore {
94
118
  /**
95
119
  * Possible types of the elements contained in a typed array.
96
120
  */
121
+
122
+ /**
123
+ * Possible types of the elements contained in a typed array.
124
+ */
125
+ export namespace TypedArrayType {
126
+ export const $gtype: GObject.GType<TypedArrayType>;
127
+ }
128
+
97
129
  enum TypedArrayType {
98
130
  /**
99
131
  * Not a typed array, or type unsupported.
@@ -358,6 +390,15 @@ export namespace JavaScriptCore {
358
390
  * Flags used when defining properties with jsc_value_object_define_property_data() and
359
391
  * jsc_value_object_define_property_accessor().
360
392
  */
393
+
394
+ /**
395
+ * Flags used when defining properties with jsc_value_object_define_property_data() and
396
+ * jsc_value_object_define_property_accessor().
397
+ */
398
+ export namespace ValuePropertyFlags {
399
+ export const $gtype: GObject.GType<ValuePropertyFlags>;
400
+ }
401
+
361
402
  enum ValuePropertyFlags {
362
403
  /**
363
404
  * the type of the property descriptor may be changed and the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/javascriptcore-4.1",
3
- "version": "2.44.2-4.0.0-beta.8",
3
+ "version": "2.44.2-4.0.0-beta.10",
4
4
  "description": "GJS TypeScript type definitions for JavaScriptCore-4.1, generated from library version 2.44.2",
5
5
  "type": "module",
6
6
  "module": "javascriptcore-4.1.js",
@@ -31,9 +31,9 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.0.0-beta.8",
35
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.8",
36
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.8"
34
+ "@girs/gjs": "^4.0.0-beta.10",
35
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.10",
36
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.10"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"