@girs/javascriptcore-4.0 2.44.2-4.0.0-beta.7 → 2.44.2-4.0.0-beta.9

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.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.44.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.7.
8
+ GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.44.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.9.
9
9
 
10
10
 
11
11
  ## Install
@@ -16,6 +16,10 @@ export namespace JavaScriptCore {
16
16
  * JavaScriptCore-4.0
17
17
  */
18
18
 
19
+ export namespace CheckSyntaxMode {
20
+ export const $gtype: GObject.GType<CheckSyntaxMode>;
21
+ }
22
+
19
23
  /**
20
24
  * Enum values to specify a mode to check for syntax errors in jsc_context_check_syntax().
21
25
  */
@@ -29,6 +33,10 @@ export namespace JavaScriptCore {
29
33
  */
30
34
  MODULE,
31
35
  }
36
+ export namespace CheckSyntaxResult {
37
+ export const $gtype: GObject.GType<CheckSyntaxResult>;
38
+ }
39
+
32
40
  /**
33
41
  * Enum values to specify the result of jsc_context_check_syntax().
34
42
  */
@@ -58,6 +66,10 @@ export namespace JavaScriptCore {
58
66
  */
59
67
  STACK_OVERFLOW_ERROR,
60
68
  }
69
+ export namespace OptionType {
70
+ export const $gtype: GObject.GType<OptionType>;
71
+ }
72
+
61
73
  /**
62
74
  * Enum values for options types.
63
75
  */
@@ -91,6 +103,10 @@ export namespace JavaScriptCore {
91
103
  */
92
104
  RANGE_STRING,
93
105
  }
106
+ export namespace TypedArrayType {
107
+ export const $gtype: GObject.GType<TypedArrayType>;
108
+ }
109
+
94
110
  /**
95
111
  * Possible types of the elements contained in a typed array.
96
112
  */
@@ -354,6 +370,10 @@ export namespace JavaScriptCore {
354
370
  interface OptionsFunc {
355
371
  (option: string, type: OptionType, description?: string | null): boolean;
356
372
  }
373
+ export namespace ValuePropertyFlags {
374
+ export const $gtype: GObject.GType<ValuePropertyFlags>;
375
+ }
376
+
357
377
  /**
358
378
  * Flags used when defining properties with jsc_value_object_define_property_data() and
359
379
  * jsc_value_object_define_property_accessor().
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/javascriptcore-4.0",
3
- "version": "2.44.2-4.0.0-beta.7",
3
+ "version": "2.44.2-4.0.0-beta.9",
4
4
  "description": "GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.44.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.7",
35
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
36
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7"
34
+ "@girs/gjs": "^4.0.0-beta.9",
35
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
36
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"