@girs/javascriptcore-6.0 2.44.2-4.0.0-beta.6 → 2.44.2-4.0.0-beta.7

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-6.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.44.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.6.
8
+ GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.44.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.7.
9
9
 
10
10
 
11
11
  ## Install
package/index.d.ts ADDED
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Type Definitions for Gjs (https://gjs.guide/)
3
+ *
4
+ * These type definitions are automatically generated, do not edit them by hand.
5
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
6
+ *
7
+ * This template is used to generate the index.d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
8
+ */
9
+
10
+ import './javascriptcore-6.0-ambient.d.ts';
11
+
12
+ import './javascriptcore-6.0-import.d.ts';
13
+
14
+ import JavaScriptCore from './javascriptcore-6.0.js';
15
+ export default JavaScriptCore;
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+
2
+ // @ts-expect-error
3
+ import JavaScriptCore from './javascriptcore-6.0.js';
4
+ export default JavaScriptCore;
5
+
@@ -1,12 +1,9 @@
1
-
2
1
  declare module 'gi://JavaScriptCore?version=6.0' {
3
- import JavaScriptCore from '@girs/javascriptcore-6.0';
4
- export default JavaScriptCore;
2
+ import JavaScriptCore60 from '@girs/javascriptcore-6.0';
3
+ export default JavaScriptCore60;
5
4
  }
6
5
 
7
6
  declare module 'gi://JavaScriptCore' {
8
7
  import JavaScriptCore60 from 'gi://JavaScriptCore?version=6.0';
9
8
  export default JavaScriptCore60;
10
9
  }
11
-
12
-
@@ -1,4 +1,3 @@
1
-
2
1
  import JavaScriptCore60 from '@girs/javascriptcore-6.0';
3
2
 
4
3
  declare global {
@@ -8,5 +7,3 @@ declare global {
8
7
  }
9
8
 
10
9
  export default GjsGiImports;
11
-
12
-
@@ -1,20 +1,21 @@
1
- /*
1
+ /**
2
2
  * Type Definitions for Gjs (https://gjs.guide/)
3
3
  *
4
4
  * These type definitions are automatically generated, do not edit them by hand.
5
5
  * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
6
+ *
7
+ * The based EJS template file is used for the generated .d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
6
8
  */
7
9
 
8
- import './javascriptcore-6.0-ambient.d.ts';
9
-
10
- /**
11
- * JavaScriptCore-6.0
12
- */
13
-
10
+ // Module dependencies
14
11
  import type GObject from '@girs/gobject-2.0';
15
12
  import type GLib from '@girs/glib-2.0';
16
13
 
17
14
  export namespace JavaScriptCore {
15
+ /**
16
+ * JavaScriptCore-6.0
17
+ */
18
+
18
19
  /**
19
20
  * Enum values to specify a mode to check for syntax errors in jsc_context_check_syntax().
20
21
  */
@@ -1328,4 +1329,5 @@ export namespace JavaScriptCore {
1328
1329
  }
1329
1330
 
1330
1331
  export default JavaScriptCore;
1332
+
1331
1333
  // END
@@ -1,6 +1,5 @@
1
1
 
2
- // @ts-expect-error
3
- import JavaScriptCore from 'gi://JavaScriptCore?version=6.0';
4
- export { JavaScriptCore };
5
- export default JavaScriptCore;
2
+ // @ts-expect-error
3
+ import JavaScriptCore from 'gi://JavaScriptCore?version=6.0';
4
+ export default JavaScriptCore;
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/javascriptcore-6.0",
3
- "version": "2.44.2-4.0.0-beta.6",
3
+ "version": "2.44.2-4.0.0-beta.7",
4
4
  "description": "GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.44.2",
5
5
  "type": "module",
6
6
  "module": "javascriptcore-6.0.js",
@@ -16,19 +16,24 @@
16
16
  "import": "./javascriptcore-6.0-import.js",
17
17
  "default": "./javascriptcore-6.0-import.js"
18
18
  },
19
- ".": {
19
+ "./javascriptcore-6.0": {
20
20
  "types": "./javascriptcore-6.0.d.ts",
21
21
  "import": "./javascriptcore-6.0.js",
22
22
  "default": "./javascriptcore-6.0.js"
23
+ },
24
+ ".": {
25
+ "types": "./index.d.ts",
26
+ "import": "./index.js",
27
+ "default": "./index.js"
23
28
  }
24
29
  },
25
30
  "scripts": {
26
31
  "test": "tsc --project tsconfig.json"
27
32
  },
28
33
  "dependencies": {
29
- "@girs/gjs": "^4.0.0-beta.6",
30
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.6",
31
- "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.6"
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"
32
37
  },
33
38
  "devDependencies": {
34
39
  "typescript": "*"
package/tsconfig.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "compilerOptions": {
3
3
  // General settings for code interpretation
4
4
  "target": "ESNext",
5
- "module": "ESNext",
5
+ "module": "NodeNext",
6
6
  "lib": ["ESNext"],
7
7
  "types": [],
8
8
  "experimentalDecorators": true,
9
- "moduleResolution": "node",
9
+ "moduleResolution": "NodeNext",
10
10
  "noEmit": true,
11
11
  "noEmitOnError": false,
12
12
  "baseUrl": "./",