@girs/ide-47 47.0.0-4.0.0-beta.16

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/ide-47.js ADDED
@@ -0,0 +1,5 @@
1
+
2
+ // @ts-expect-error
3
+ import Ide from 'gi://Ide?version=47';
4
+ export default Ide;
5
+
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 './ide-47-ambient.d.ts';
11
+
12
+ import './ide-47-import.d.ts';
13
+
14
+ import Ide from './ide-47.js';
15
+ export default Ide;
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+
2
+ // @ts-expect-error
3
+ import Ide from './ide-47.js';
4
+ export default Ide;
5
+
package/package.json ADDED
@@ -0,0 +1,81 @@
1
+ {
2
+ "name": "@girs/ide-47",
3
+ "version": "47.0.0-4.0.0-beta.16",
4
+ "description": "GJS TypeScript type definitions for Ide-47, generated from library version 47.0.0",
5
+ "type": "module",
6
+ "module": "ide-47.js",
7
+ "main": "ide-47.js",
8
+ "exports": {
9
+ "./ambient": {
10
+ "types": "./ide-47-ambient.d.ts",
11
+ "import": "./ide-47-ambient.js",
12
+ "default": "./ide-47-ambient.js"
13
+ },
14
+ "./import": {
15
+ "types": "./ide-47-import.d.ts",
16
+ "import": "./ide-47-import.js",
17
+ "default": "./ide-47-import.js"
18
+ },
19
+ "./ide-47": {
20
+ "types": "./ide-47.d.ts",
21
+ "import": "./ide-47.js",
22
+ "default": "./ide-47.js"
23
+ },
24
+ ".": {
25
+ "types": "./index.d.ts",
26
+ "import": "./index.js",
27
+ "default": "./index.js"
28
+ }
29
+ },
30
+ "scripts": {
31
+ "test": "tsc --project tsconfig.json"
32
+ },
33
+ "dependencies": {
34
+ "@girs/adw-1": "^1.6.0-4.0.0-beta.16",
35
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.16",
36
+ "@girs/dex-1": "^1.0.0-4.0.0-beta.16",
37
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.16",
38
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.16",
39
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.16",
40
+ "@girs/gio-2.0": "^2.82.0-4.0.0-beta.16",
41
+ "@girs/gjs": "^4.0.0-beta.16",
42
+ "@girs/glib-2.0": "^2.82.0-4.0.0-beta.16",
43
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.16",
44
+ "@girs/gobject-2.0": "^2.82.0-4.0.0-beta.16",
45
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.16",
46
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.16",
47
+ "@girs/gtk-4.0": "^4.15.5-4.0.0-beta.16",
48
+ "@girs/gtksource-5": "^5.13.1-4.0.0-beta.16",
49
+ "@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.16",
50
+ "@girs/javascriptcore-6.0": "^2.46.0-4.0.0-beta.16",
51
+ "@girs/panel-1": "^1.7.1-4.0.0-beta.16",
52
+ "@girs/pango-1.0": "^1.54.0-4.0.0-beta.16",
53
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.16",
54
+ "@girs/peas-2": "^2.0.0-4.0.0-beta.16",
55
+ "@girs/soup-3.0": "^3.6.0-4.0.0-beta.16",
56
+ "@girs/template-1.0": "^3.36.2-4.0.0-beta.16",
57
+ "@girs/vte-3.91": "^0.77.91-4.0.0-beta.16",
58
+ "@girs/webkit-6.0": "^2.46.0-4.0.0-beta.16"
59
+ },
60
+ "devDependencies": {
61
+ "typescript": "*"
62
+ },
63
+ "keywords": [
64
+ "Gir",
65
+ "TypeScript",
66
+ "types",
67
+ "GObject-Introspection",
68
+ "GJS",
69
+ "Ide-47"
70
+ ],
71
+ "author": "ts-for-gir",
72
+ "license": "MIT",
73
+ "repository": {
74
+ "type": "git",
75
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
76
+ },
77
+ "bugs": {
78
+ "url": "https://github.com/gjsify/ts-for-gir/issues"
79
+ },
80
+ "homepage": "https://github.com/gjsify/types/tree/main/ide-47#readme"
81
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "compilerOptions": {
3
+ // General settings for code interpretation
4
+ "target": "ESNext",
5
+ "module": "NodeNext",
6
+ "lib": ["ESNext"],
7
+ "types": [],
8
+ "experimentalDecorators": true,
9
+ "moduleResolution": "NodeNext",
10
+ "noEmit": true,
11
+ "noEmitOnError": false,
12
+ "baseUrl": "./",
13
+ "rootDir": ".",
14
+ // General settings for code generation
15
+ "removeComments": false,
16
+ "inlineSourceMap": false,
17
+ "inlineSources": false,
18
+ "newLine": "LF"
19
+ },
20
+ "include": ["./ide-47.d.ts"]
21
+ }
22
+
23
+
package/typedoc.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "entryPoints": ["./ide-47.d.ts"],
3
+ "readme": "./README.md",
4
+ "name": "Ide-47",
5
+ "tsconfig": "./tsconfig.json"
6
+ }
7
+