@girs/gplugingtk4-1.0 0.42.1-4.0.0-beta.3

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.
@@ -0,0 +1,6 @@
1
+
2
+ // @ts-expect-error
3
+ import GPluginGtk4 from 'gi://GPluginGtk4?version=1.0';
4
+ export { GPluginGtk4 };
5
+ export default GPluginGtk4;
6
+
package/package.json ADDED
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "@girs/gplugingtk4-1.0",
3
+ "version": "0.42.1-4.0.0-beta.3",
4
+ "description": "GJS TypeScript type definitions for GPluginGtk4-1.0, generated from library version 0.42.1",
5
+ "type": "module",
6
+ "module": "gplugingtk4-1.0.js",
7
+ "main": "gplugingtk4-1.0.js",
8
+ "exports": {
9
+ "./ambient": {
10
+ "types": "./gplugingtk4-1.0-ambient.d.ts",
11
+ "import": "./gplugingtk4-1.0-ambient.js",
12
+ "default": "./gplugingtk4-1.0-ambient.js"
13
+ },
14
+ "./import": {
15
+ "types": "./gplugingtk4-1.0-import.d.ts",
16
+ "import": "./gplugingtk4-1.0-import.js",
17
+ "default": "./gplugingtk4-1.0-import.js"
18
+ },
19
+ ".": {
20
+ "types": "./gplugingtk4-1.0.d.ts",
21
+ "import": "./gplugingtk4-1.0.js",
22
+ "default": "./gplugingtk4-1.0.js"
23
+ }
24
+ },
25
+ "scripts": {
26
+ "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gplugingtk4-1.0.d.ts"
27
+ },
28
+ "dependencies": {
29
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.3",
30
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.3",
31
+ "@girs/gdk-4.0": "^4.0.0-4.0.0-beta.3",
32
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.3",
33
+ "@girs/gio-2.0": "^2.80.0-4.0.0-beta.3",
34
+ "@girs/gjs": "^4.0.0-beta.3",
35
+ "@girs/glib-2.0": "^2.80.0-4.0.0-beta.3",
36
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.3",
37
+ "@girs/gobject-2.0": "^2.80.0-4.0.0-beta.3",
38
+ "@girs/gplugin-1.0": "^0.42.1-4.0.0-beta.3",
39
+ "@girs/graphene-1.0": "^1.0.0-4.0.0-beta.3",
40
+ "@girs/gsk-4.0": "^4.0.0-4.0.0-beta.3",
41
+ "@girs/gtk-4.0": "^4.14.1-4.0.0-beta.3",
42
+ "@girs/harfbuzz-0.0": "^8.3.1-4.0.0-beta.3",
43
+ "@girs/pango-1.0": "^1.51.0-4.0.0-beta.3",
44
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.3"
45
+ },
46
+ "devDependencies": {
47
+ "typescript": "*"
48
+ },
49
+ "keywords": [
50
+ "Gir",
51
+ "TypeScript",
52
+ "types",
53
+ "GObject-Introspection",
54
+ "GJS",
55
+ "GPluginGtk4-1.0"
56
+ ],
57
+ "author": "ts-for-gir",
58
+ "license": "MIT",
59
+ "repository": {
60
+ "type": "git",
61
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
62
+ },
63
+ "bugs": {
64
+ "url": "https://github.com/gjsify/ts-for-gir/issues"
65
+ },
66
+ "homepage": "https://github.com/gjsify/types/tree/main/gplugingtk4-1.0#readme"
67
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "compilerOptions": {
3
+ // General settings for code interpretation
4
+ "target": "ESNext",
5
+ "module": "ESNext",
6
+ "lib": ["ESNext"],
7
+ "types": [],
8
+ "experimentalDecorators": true,
9
+ "moduleResolution": "node",
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": ["./gplugingtk4-1.0.d.ts"]
21
+ }
22
+
23
+
package/typedoc.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "entryPoints": ["./gplugingtk4-1.0.d.ts"],
3
+ "readme": "./README.md",
4
+ "name": "GPluginGtk4-1.0",
5
+ "tsconfig": "./tsconfig.json"
6
+ }
7
+