diff --git a/local/package.json b/local/package.json index 8b65a3113..ddcc36b5f 100644 --- a/local/package.json +++ b/local/package.json @@ -1,12 +1,13 @@ { "private": true, "workspaces": [ - "@girs/*" + "@girs/*", + "tests/*" ], "devDependencies": { "typescript": "^5.2.2" }, "scripts": { - "validate:types": "tsc --project tsconfig.json" + "validate:types": "yarn workspaces foreach --all -v --include 'gir-test-*' --parallel run validate" } } diff --git a/local/tests/accounts-1.0/package.json b/local/tests/accounts-1.0/package.json new file mode 100644 index 000000000..dad547b24 --- /dev/null +++ b/local/tests/accounts-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-accounts-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/accounts-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/accounts-1.0/test.ts b/local/tests/accounts-1.0/test.ts new file mode 100644 index 000000000..4e26326f0 --- /dev/null +++ b/local/tests/accounts-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/accounts-1.0'; diff --git a/local/tests/accounts-1.0/tsconfig.json b/local/tests/accounts-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/accounts-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/accountsservice-1.0/package.json b/local/tests/accountsservice-1.0/package.json new file mode 100644 index 000000000..39de3af34 --- /dev/null +++ b/local/tests/accountsservice-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-accountsservice-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/accountsservice-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/accountsservice-1.0/test.ts b/local/tests/accountsservice-1.0/test.ts new file mode 100644 index 000000000..f80069d72 --- /dev/null +++ b/local/tests/accountsservice-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/accountsservice-1.0'; diff --git a/local/tests/accountsservice-1.0/tsconfig.json b/local/tests/accountsservice-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/accountsservice-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/adw-1/package.json b/local/tests/adw-1/package.json new file mode 100644 index 000000000..19f4f6080 --- /dev/null +++ b/local/tests/adw-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-adw-1", + "version": "1.0.0", + "dependencies": { + "@girs/adw-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/adw-1/test.ts b/local/tests/adw-1/test.ts new file mode 100644 index 000000000..953d4bd58 --- /dev/null +++ b/local/tests/adw-1/test.ts @@ -0,0 +1 @@ +import '@girs/adw-1'; diff --git a/local/tests/adw-1/tsconfig.json b/local/tests/adw-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/adw-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/amtk-4/package.json b/local/tests/amtk-4/package.json new file mode 100644 index 000000000..c5a06927b --- /dev/null +++ b/local/tests/amtk-4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-amtk-4", + "version": "1.0.0", + "dependencies": { + "@girs/amtk-4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/amtk-4/test.ts b/local/tests/amtk-4/test.ts new file mode 100644 index 000000000..dc14bce25 --- /dev/null +++ b/local/tests/amtk-4/test.ts @@ -0,0 +1 @@ +import '@girs/amtk-4'; diff --git a/local/tests/amtk-4/tsconfig.json b/local/tests/amtk-4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/amtk-4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/amtk-5/package.json b/local/tests/amtk-5/package.json new file mode 100644 index 000000000..4e0726527 --- /dev/null +++ b/local/tests/amtk-5/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-amtk-5", + "version": "1.0.0", + "dependencies": { + "@girs/amtk-5": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/amtk-5/test.ts b/local/tests/amtk-5/test.ts new file mode 100644 index 000000000..609443f4e --- /dev/null +++ b/local/tests/amtk-5/test.ts @@ -0,0 +1 @@ +import '@girs/amtk-5'; diff --git a/local/tests/amtk-5/tsconfig.json b/local/tests/amtk-5/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/amtk-5/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/anjuta-3.0/package.json b/local/tests/anjuta-3.0/package.json new file mode 100644 index 000000000..c1dec2c49 --- /dev/null +++ b/local/tests/anjuta-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-anjuta-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/anjuta-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/anjuta-3.0/test.ts b/local/tests/anjuta-3.0/test.ts new file mode 100644 index 000000000..5215cd7d2 --- /dev/null +++ b/local/tests/anjuta-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/anjuta-3.0'; diff --git a/local/tests/anjuta-3.0/tsconfig.json b/local/tests/anjuta-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/anjuta-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/anthy-9000/package.json b/local/tests/anthy-9000/package.json new file mode 100644 index 000000000..8039f794c --- /dev/null +++ b/local/tests/anthy-9000/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-anthy-9000", + "version": "1.0.0", + "dependencies": { + "@girs/anthy-9000": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/anthy-9000/test.ts b/local/tests/anthy-9000/test.ts new file mode 100644 index 000000000..4dfd1505b --- /dev/null +++ b/local/tests/anthy-9000/test.ts @@ -0,0 +1 @@ +import '@girs/anthy-9000'; diff --git a/local/tests/anthy-9000/tsconfig.json b/local/tests/anthy-9000/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/anthy-9000/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/appindicator3-0.1/package.json b/local/tests/appindicator3-0.1/package.json new file mode 100644 index 000000000..18fd58329 --- /dev/null +++ b/local/tests/appindicator3-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-appindicator3-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/appindicator3-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/appindicator3-0.1/test.ts b/local/tests/appindicator3-0.1/test.ts new file mode 100644 index 000000000..15b8f0a19 --- /dev/null +++ b/local/tests/appindicator3-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/appindicator3-0.1'; diff --git a/local/tests/appindicator3-0.1/tsconfig.json b/local/tests/appindicator3-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/appindicator3-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/appstream-1.0/package.json b/local/tests/appstream-1.0/package.json new file mode 100644 index 000000000..1e9e3dfd8 --- /dev/null +++ b/local/tests/appstream-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-appstream-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/appstream-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/appstream-1.0/test.ts b/local/tests/appstream-1.0/test.ts new file mode 100644 index 000000000..c9f7d5d6d --- /dev/null +++ b/local/tests/appstream-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/appstream-1.0'; diff --git a/local/tests/appstream-1.0/tsconfig.json b/local/tests/appstream-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/appstream-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/appstreambuilder-1.0/package.json b/local/tests/appstreambuilder-1.0/package.json new file mode 100644 index 000000000..28298c934 --- /dev/null +++ b/local/tests/appstreambuilder-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-appstreambuilder-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/appstreambuilder-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/appstreambuilder-1.0/test.ts b/local/tests/appstreambuilder-1.0/test.ts new file mode 100644 index 000000000..fdda3324e --- /dev/null +++ b/local/tests/appstreambuilder-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/appstreambuilder-1.0'; diff --git a/local/tests/appstreambuilder-1.0/tsconfig.json b/local/tests/appstreambuilder-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/appstreambuilder-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/appstreamglib-1.0/package.json b/local/tests/appstreamglib-1.0/package.json new file mode 100644 index 000000000..7aa0f79aa --- /dev/null +++ b/local/tests/appstreamglib-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-appstreamglib-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/appstreamglib-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/appstreamglib-1.0/test.ts b/local/tests/appstreamglib-1.0/test.ts new file mode 100644 index 000000000..e56f74a6b --- /dev/null +++ b/local/tests/appstreamglib-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/appstreamglib-1.0'; diff --git a/local/tests/appstreamglib-1.0/tsconfig.json b/local/tests/appstreamglib-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/appstreamglib-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/arrow-1.0/package.json b/local/tests/arrow-1.0/package.json new file mode 100644 index 000000000..d0032c366 --- /dev/null +++ b/local/tests/arrow-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-arrow-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/arrow-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/arrow-1.0/test.ts b/local/tests/arrow-1.0/test.ts new file mode 100644 index 000000000..894d52659 --- /dev/null +++ b/local/tests/arrow-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/arrow-1.0'; diff --git a/local/tests/arrow-1.0/tsconfig.json b/local/tests/arrow-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/arrow-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/arrowcuda-1.0/package.json b/local/tests/arrowcuda-1.0/package.json new file mode 100644 index 000000000..005aff1f6 --- /dev/null +++ b/local/tests/arrowcuda-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-arrowcuda-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/arrowcuda-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/arrowcuda-1.0/test.ts b/local/tests/arrowcuda-1.0/test.ts new file mode 100644 index 000000000..4d91d42c2 --- /dev/null +++ b/local/tests/arrowcuda-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/arrowcuda-1.0'; diff --git a/local/tests/arrowcuda-1.0/tsconfig.json b/local/tests/arrowcuda-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/arrowcuda-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/arrowdataset-1.0/package.json b/local/tests/arrowdataset-1.0/package.json new file mode 100644 index 000000000..3b088fbef --- /dev/null +++ b/local/tests/arrowdataset-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-arrowdataset-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/arrowdataset-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/arrowdataset-1.0/test.ts b/local/tests/arrowdataset-1.0/test.ts new file mode 100644 index 000000000..2c6e230a3 --- /dev/null +++ b/local/tests/arrowdataset-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/arrowdataset-1.0'; diff --git a/local/tests/arrowdataset-1.0/tsconfig.json b/local/tests/arrowdataset-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/arrowdataset-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/arrowflight-1.0/package.json b/local/tests/arrowflight-1.0/package.json new file mode 100644 index 000000000..72507e11e --- /dev/null +++ b/local/tests/arrowflight-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-arrowflight-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/arrowflight-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/arrowflight-1.0/test.ts b/local/tests/arrowflight-1.0/test.ts new file mode 100644 index 000000000..7e13ab1bc --- /dev/null +++ b/local/tests/arrowflight-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/arrowflight-1.0'; diff --git a/local/tests/arrowflight-1.0/tsconfig.json b/local/tests/arrowflight-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/arrowflight-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/atk-1.0/package.json b/local/tests/atk-1.0/package.json new file mode 100644 index 000000000..5d6b749ec --- /dev/null +++ b/local/tests/atk-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-atk-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/atk-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/atk-1.0/test.ts b/local/tests/atk-1.0/test.ts new file mode 100644 index 000000000..2c990f5ed --- /dev/null +++ b/local/tests/atk-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/atk-1.0'; diff --git a/local/tests/atk-1.0/tsconfig.json b/local/tests/atk-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/atk-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/atspi-2.0/package.json b/local/tests/atspi-2.0/package.json new file mode 100644 index 000000000..7aa98d1f8 --- /dev/null +++ b/local/tests/atspi-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-atspi-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/atspi-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/atspi-2.0/test.ts b/local/tests/atspi-2.0/test.ts new file mode 100644 index 000000000..c2bfe25f7 --- /dev/null +++ b/local/tests/atspi-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/atspi-2.0'; diff --git a/local/tests/atspi-2.0/tsconfig.json b/local/tests/atspi-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/atspi-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/babl-0.1/package.json b/local/tests/babl-0.1/package.json new file mode 100644 index 000000000..65ad059d3 --- /dev/null +++ b/local/tests/babl-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-babl-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/babl-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/babl-0.1/test.ts b/local/tests/babl-0.1/test.ts new file mode 100644 index 000000000..908058446 --- /dev/null +++ b/local/tests/babl-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/babl-0.1'; diff --git a/local/tests/babl-0.1/tsconfig.json b/local/tests/babl-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/babl-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/bamf-3/package.json b/local/tests/bamf-3/package.json new file mode 100644 index 000000000..89a964594 --- /dev/null +++ b/local/tests/bamf-3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-bamf-3", + "version": "1.0.0", + "dependencies": { + "@girs/bamf-3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/bamf-3/test.ts b/local/tests/bamf-3/test.ts new file mode 100644 index 000000000..0051e1cbe --- /dev/null +++ b/local/tests/bamf-3/test.ts @@ -0,0 +1 @@ +import '@girs/bamf-3'; diff --git a/local/tests/bamf-3/tsconfig.json b/local/tests/bamf-3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/bamf-3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/builder-1.0/package.json b/local/tests/builder-1.0/package.json new file mode 100644 index 000000000..398ea8b39 --- /dev/null +++ b/local/tests/builder-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-builder-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/builder-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/builder-1.0/test.ts b/local/tests/builder-1.0/test.ts new file mode 100644 index 000000000..b23c5b250 --- /dev/null +++ b/local/tests/builder-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/builder-1.0'; diff --git a/local/tests/builder-1.0/tsconfig.json b/local/tests/builder-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/builder-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/bump-0.1/package.json b/local/tests/bump-0.1/package.json new file mode 100644 index 000000000..1b267d821 --- /dev/null +++ b/local/tests/bump-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-bump-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/bump-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/bump-0.1/test.ts b/local/tests/bump-0.1/test.ts new file mode 100644 index 000000000..f6269c04a --- /dev/null +++ b/local/tests/bump-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/bump-0.1'; diff --git a/local/tests/bump-0.1/tsconfig.json b/local/tests/bump-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/bump-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cairo-1.0/package.json b/local/tests/cairo-1.0/package.json new file mode 100644 index 000000000..7e6347883 --- /dev/null +++ b/local/tests/cairo-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cairo-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/cairo-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cairo-1.0/test.ts b/local/tests/cairo-1.0/test.ts new file mode 100644 index 000000000..778e4f849 --- /dev/null +++ b/local/tests/cairo-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/cairo-1.0'; diff --git a/local/tests/cairo-1.0/tsconfig.json b/local/tests/cairo-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cairo-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cally-1.0/package.json b/local/tests/cally-1.0/package.json new file mode 100644 index 000000000..4def7bf2f --- /dev/null +++ b/local/tests/cally-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cally-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/cally-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cally-1.0/test.ts b/local/tests/cally-1.0/test.ts new file mode 100644 index 000000000..3bb35e7e1 --- /dev/null +++ b/local/tests/cally-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/cally-1.0'; diff --git a/local/tests/cally-1.0/tsconfig.json b/local/tests/cally-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cally-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cally-10/package.json b/local/tests/cally-10/package.json new file mode 100644 index 000000000..141acc074 --- /dev/null +++ b/local/tests/cally-10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cally-10", + "version": "1.0.0", + "dependencies": { + "@girs/cally-10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cally-10/test.ts b/local/tests/cally-10/test.ts new file mode 100644 index 000000000..17b23cf89 --- /dev/null +++ b/local/tests/cally-10/test.ts @@ -0,0 +1 @@ +import '@girs/cally-10'; diff --git a/local/tests/cally-10/tsconfig.json b/local/tests/cally-10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cally-10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cally-11/package.json b/local/tests/cally-11/package.json new file mode 100644 index 000000000..46f834bc0 --- /dev/null +++ b/local/tests/cally-11/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cally-11", + "version": "1.0.0", + "dependencies": { + "@girs/cally-11": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cally-11/test.ts b/local/tests/cally-11/test.ts new file mode 100644 index 000000000..1337eecd3 --- /dev/null +++ b/local/tests/cally-11/test.ts @@ -0,0 +1 @@ +import '@girs/cally-11'; diff --git a/local/tests/cally-11/tsconfig.json b/local/tests/cally-11/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cally-11/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cally-12/package.json b/local/tests/cally-12/package.json new file mode 100644 index 000000000..28680f574 --- /dev/null +++ b/local/tests/cally-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cally-12", + "version": "1.0.0", + "dependencies": { + "@girs/cally-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cally-12/test.ts b/local/tests/cally-12/test.ts new file mode 100644 index 000000000..3dbad6c06 --- /dev/null +++ b/local/tests/cally-12/test.ts @@ -0,0 +1 @@ +import '@girs/cally-12'; diff --git a/local/tests/cally-12/tsconfig.json b/local/tests/cally-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cally-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cally-13/package.json b/local/tests/cally-13/package.json new file mode 100644 index 000000000..65b1a08a2 --- /dev/null +++ b/local/tests/cally-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cally-13", + "version": "1.0.0", + "dependencies": { + "@girs/cally-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cally-13/test.ts b/local/tests/cally-13/test.ts new file mode 100644 index 000000000..284b02cf5 --- /dev/null +++ b/local/tests/cally-13/test.ts @@ -0,0 +1 @@ +import '@girs/cally-13'; diff --git a/local/tests/cally-13/tsconfig.json b/local/tests/cally-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cally-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/camel-1.2/package.json b/local/tests/camel-1.2/package.json new file mode 100644 index 000000000..0c5924ee6 --- /dev/null +++ b/local/tests/camel-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-camel-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/camel-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/camel-1.2/test.ts b/local/tests/camel-1.2/test.ts new file mode 100644 index 000000000..f66bfab4f --- /dev/null +++ b/local/tests/camel-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/camel-1.2'; diff --git a/local/tests/camel-1.2/tsconfig.json b/local/tests/camel-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/camel-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/caribou-1.0/package.json b/local/tests/caribou-1.0/package.json new file mode 100644 index 000000000..4c5131eaf --- /dev/null +++ b/local/tests/caribou-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-caribou-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/caribou-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/caribou-1.0/test.ts b/local/tests/caribou-1.0/test.ts new file mode 100644 index 000000000..e65a3137a --- /dev/null +++ b/local/tests/caribou-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/caribou-1.0'; diff --git a/local/tests/caribou-1.0/tsconfig.json b/local/tests/caribou-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/caribou-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/champlain-0.12/package.json b/local/tests/champlain-0.12/package.json new file mode 100644 index 000000000..9da0817d0 --- /dev/null +++ b/local/tests/champlain-0.12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-champlain-0.12", + "version": "1.0.0", + "dependencies": { + "@girs/champlain-0.12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/champlain-0.12/test.ts b/local/tests/champlain-0.12/test.ts new file mode 100644 index 000000000..716669ba6 --- /dev/null +++ b/local/tests/champlain-0.12/test.ts @@ -0,0 +1 @@ +import '@girs/champlain-0.12'; diff --git a/local/tests/champlain-0.12/tsconfig.json b/local/tests/champlain-0.12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/champlain-0.12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cheese-3.0/package.json b/local/tests/cheese-3.0/package.json new file mode 100644 index 000000000..22727addb --- /dev/null +++ b/local/tests/cheese-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cheese-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/cheese-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cheese-3.0/test.ts b/local/tests/cheese-3.0/test.ts new file mode 100644 index 000000000..0ab8e6305 --- /dev/null +++ b/local/tests/cheese-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/cheese-3.0'; diff --git a/local/tests/cheese-3.0/tsconfig.json b/local/tests/cheese-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cheese-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cloudproviders-0.3/package.json b/local/tests/cloudproviders-0.3/package.json new file mode 100644 index 000000000..0b0247e05 --- /dev/null +++ b/local/tests/cloudproviders-0.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cloudproviders-0.3", + "version": "1.0.0", + "dependencies": { + "@girs/cloudproviders-0.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cloudproviders-0.3/test.ts b/local/tests/cloudproviders-0.3/test.ts new file mode 100644 index 000000000..816e95a36 --- /dev/null +++ b/local/tests/cloudproviders-0.3/test.ts @@ -0,0 +1 @@ +import '@girs/cloudproviders-0.3'; diff --git a/local/tests/cloudproviders-0.3/tsconfig.json b/local/tests/cloudproviders-0.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cloudproviders-0.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/clutter-1.0/package.json b/local/tests/clutter-1.0/package.json new file mode 100644 index 000000000..628c7fe47 --- /dev/null +++ b/local/tests/clutter-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-clutter-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/clutter-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/clutter-1.0/test.ts b/local/tests/clutter-1.0/test.ts new file mode 100644 index 000000000..707f2c3d8 --- /dev/null +++ b/local/tests/clutter-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/clutter-1.0'; diff --git a/local/tests/clutter-1.0/tsconfig.json b/local/tests/clutter-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/clutter-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/clutter-10/package.json b/local/tests/clutter-10/package.json new file mode 100644 index 000000000..7b6f130ec --- /dev/null +++ b/local/tests/clutter-10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-clutter-10", + "version": "1.0.0", + "dependencies": { + "@girs/clutter-10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/clutter-10/test.ts b/local/tests/clutter-10/test.ts new file mode 100644 index 000000000..d71776c9b --- /dev/null +++ b/local/tests/clutter-10/test.ts @@ -0,0 +1 @@ +import '@girs/clutter-10'; diff --git a/local/tests/clutter-10/tsconfig.json b/local/tests/clutter-10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/clutter-10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/clutter-11/package.json b/local/tests/clutter-11/package.json new file mode 100644 index 000000000..436e901be --- /dev/null +++ b/local/tests/clutter-11/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-clutter-11", + "version": "1.0.0", + "dependencies": { + "@girs/clutter-11": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/clutter-11/test.ts b/local/tests/clutter-11/test.ts new file mode 100644 index 000000000..9a1e4ee06 --- /dev/null +++ b/local/tests/clutter-11/test.ts @@ -0,0 +1 @@ +import '@girs/clutter-11'; diff --git a/local/tests/clutter-11/tsconfig.json b/local/tests/clutter-11/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/clutter-11/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/clutter-12/package.json b/local/tests/clutter-12/package.json new file mode 100644 index 000000000..e7f569580 --- /dev/null +++ b/local/tests/clutter-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-clutter-12", + "version": "1.0.0", + "dependencies": { + "@girs/clutter-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/clutter-12/test.ts b/local/tests/clutter-12/test.ts new file mode 100644 index 000000000..244f407dc --- /dev/null +++ b/local/tests/clutter-12/test.ts @@ -0,0 +1 @@ +import '@girs/clutter-12'; diff --git a/local/tests/clutter-12/tsconfig.json b/local/tests/clutter-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/clutter-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/clutter-13/package.json b/local/tests/clutter-13/package.json new file mode 100644 index 000000000..d6b96ecec --- /dev/null +++ b/local/tests/clutter-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-clutter-13", + "version": "1.0.0", + "dependencies": { + "@girs/clutter-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/clutter-13/test.ts b/local/tests/clutter-13/test.ts new file mode 100644 index 000000000..72c1b28d6 --- /dev/null +++ b/local/tests/clutter-13/test.ts @@ -0,0 +1 @@ +import '@girs/clutter-13'; diff --git a/local/tests/clutter-13/tsconfig.json b/local/tests/clutter-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/clutter-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cluttergdk-1.0/package.json b/local/tests/cluttergdk-1.0/package.json new file mode 100644 index 000000000..ab3be6818 --- /dev/null +++ b/local/tests/cluttergdk-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cluttergdk-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/cluttergdk-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cluttergdk-1.0/test.ts b/local/tests/cluttergdk-1.0/test.ts new file mode 100644 index 000000000..d5bed3f05 --- /dev/null +++ b/local/tests/cluttergdk-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/cluttergdk-1.0'; diff --git a/local/tests/cluttergdk-1.0/tsconfig.json b/local/tests/cluttergdk-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cluttergdk-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cluttergst-2.0/package.json b/local/tests/cluttergst-2.0/package.json new file mode 100644 index 000000000..f106744e3 --- /dev/null +++ b/local/tests/cluttergst-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cluttergst-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/cluttergst-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cluttergst-2.0/test.ts b/local/tests/cluttergst-2.0/test.ts new file mode 100644 index 000000000..decf4d724 --- /dev/null +++ b/local/tests/cluttergst-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/cluttergst-2.0'; diff --git a/local/tests/cluttergst-2.0/tsconfig.json b/local/tests/cluttergst-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cluttergst-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cluttergst-3.0/package.json b/local/tests/cluttergst-3.0/package.json new file mode 100644 index 000000000..5aff35094 --- /dev/null +++ b/local/tests/cluttergst-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cluttergst-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/cluttergst-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cluttergst-3.0/test.ts b/local/tests/cluttergst-3.0/test.ts new file mode 100644 index 000000000..e8267590d --- /dev/null +++ b/local/tests/cluttergst-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/cluttergst-3.0'; diff --git a/local/tests/cluttergst-3.0/tsconfig.json b/local/tests/cluttergst-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cluttergst-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/clutterx11-1.0/package.json b/local/tests/clutterx11-1.0/package.json new file mode 100644 index 000000000..52dfe39e0 --- /dev/null +++ b/local/tests/clutterx11-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-clutterx11-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/clutterx11-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/clutterx11-1.0/test.ts b/local/tests/clutterx11-1.0/test.ts new file mode 100644 index 000000000..f3bd02065 --- /dev/null +++ b/local/tests/clutterx11-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/clutterx11-1.0'; diff --git a/local/tests/clutterx11-1.0/tsconfig.json b/local/tests/clutterx11-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/clutterx11-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cogl-1.0/package.json b/local/tests/cogl-1.0/package.json new file mode 100644 index 000000000..ff7c1f053 --- /dev/null +++ b/local/tests/cogl-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cogl-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/cogl-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cogl-1.0/test.ts b/local/tests/cogl-1.0/test.ts new file mode 100644 index 000000000..7cd8c9cb9 --- /dev/null +++ b/local/tests/cogl-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/cogl-1.0'; diff --git a/local/tests/cogl-1.0/tsconfig.json b/local/tests/cogl-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cogl-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cogl-10/package.json b/local/tests/cogl-10/package.json new file mode 100644 index 000000000..21ec4555e --- /dev/null +++ b/local/tests/cogl-10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cogl-10", + "version": "1.0.0", + "dependencies": { + "@girs/cogl-10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cogl-10/test.ts b/local/tests/cogl-10/test.ts new file mode 100644 index 000000000..aedaebc66 --- /dev/null +++ b/local/tests/cogl-10/test.ts @@ -0,0 +1 @@ +import '@girs/cogl-10'; diff --git a/local/tests/cogl-10/tsconfig.json b/local/tests/cogl-10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cogl-10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cogl-11/package.json b/local/tests/cogl-11/package.json new file mode 100644 index 000000000..0aa859841 --- /dev/null +++ b/local/tests/cogl-11/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cogl-11", + "version": "1.0.0", + "dependencies": { + "@girs/cogl-11": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cogl-11/test.ts b/local/tests/cogl-11/test.ts new file mode 100644 index 000000000..8202e560a --- /dev/null +++ b/local/tests/cogl-11/test.ts @@ -0,0 +1 @@ +import '@girs/cogl-11'; diff --git a/local/tests/cogl-11/tsconfig.json b/local/tests/cogl-11/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cogl-11/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cogl-12/package.json b/local/tests/cogl-12/package.json new file mode 100644 index 000000000..e865af0d1 --- /dev/null +++ b/local/tests/cogl-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cogl-12", + "version": "1.0.0", + "dependencies": { + "@girs/cogl-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cogl-12/test.ts b/local/tests/cogl-12/test.ts new file mode 100644 index 000000000..d938839d6 --- /dev/null +++ b/local/tests/cogl-12/test.ts @@ -0,0 +1 @@ +import '@girs/cogl-12'; diff --git a/local/tests/cogl-12/tsconfig.json b/local/tests/cogl-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cogl-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cogl-13/package.json b/local/tests/cogl-13/package.json new file mode 100644 index 000000000..30c4a27ba --- /dev/null +++ b/local/tests/cogl-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cogl-13", + "version": "1.0.0", + "dependencies": { + "@girs/cogl-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cogl-13/test.ts b/local/tests/cogl-13/test.ts new file mode 100644 index 000000000..34c5392a4 --- /dev/null +++ b/local/tests/cogl-13/test.ts @@ -0,0 +1 @@ +import '@girs/cogl-13'; diff --git a/local/tests/cogl-13/tsconfig.json b/local/tests/cogl-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cogl-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/cogl-2.0/package.json b/local/tests/cogl-2.0/package.json new file mode 100644 index 000000000..ec0daafef --- /dev/null +++ b/local/tests/cogl-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-cogl-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/cogl-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/cogl-2.0/test.ts b/local/tests/cogl-2.0/test.ts new file mode 100644 index 000000000..4ba5e7bc7 --- /dev/null +++ b/local/tests/cogl-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/cogl-2.0'; diff --git a/local/tests/cogl-2.0/tsconfig.json b/local/tests/cogl-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/cogl-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglgst-2.0/package.json b/local/tests/coglgst-2.0/package.json new file mode 100644 index 000000000..5f4dc7825 --- /dev/null +++ b/local/tests/coglgst-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglgst-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/coglgst-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglgst-2.0/test.ts b/local/tests/coglgst-2.0/test.ts new file mode 100644 index 000000000..2281b6886 --- /dev/null +++ b/local/tests/coglgst-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/coglgst-2.0'; diff --git a/local/tests/coglgst-2.0/tsconfig.json b/local/tests/coglgst-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglgst-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglpango-1.0/package.json b/local/tests/coglpango-1.0/package.json new file mode 100644 index 000000000..7b33fd8dc --- /dev/null +++ b/local/tests/coglpango-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglpango-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/coglpango-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglpango-1.0/test.ts b/local/tests/coglpango-1.0/test.ts new file mode 100644 index 000000000..1232ad969 --- /dev/null +++ b/local/tests/coglpango-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/coglpango-1.0'; diff --git a/local/tests/coglpango-1.0/tsconfig.json b/local/tests/coglpango-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglpango-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglpango-10/package.json b/local/tests/coglpango-10/package.json new file mode 100644 index 000000000..ecb5f3fb2 --- /dev/null +++ b/local/tests/coglpango-10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglpango-10", + "version": "1.0.0", + "dependencies": { + "@girs/coglpango-10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglpango-10/test.ts b/local/tests/coglpango-10/test.ts new file mode 100644 index 000000000..5f76bad3e --- /dev/null +++ b/local/tests/coglpango-10/test.ts @@ -0,0 +1 @@ +import '@girs/coglpango-10'; diff --git a/local/tests/coglpango-10/tsconfig.json b/local/tests/coglpango-10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglpango-10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglpango-11/package.json b/local/tests/coglpango-11/package.json new file mode 100644 index 000000000..7030e14cf --- /dev/null +++ b/local/tests/coglpango-11/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglpango-11", + "version": "1.0.0", + "dependencies": { + "@girs/coglpango-11": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglpango-11/test.ts b/local/tests/coglpango-11/test.ts new file mode 100644 index 000000000..cd4ec85c5 --- /dev/null +++ b/local/tests/coglpango-11/test.ts @@ -0,0 +1 @@ +import '@girs/coglpango-11'; diff --git a/local/tests/coglpango-11/tsconfig.json b/local/tests/coglpango-11/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglpango-11/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglpango-12/package.json b/local/tests/coglpango-12/package.json new file mode 100644 index 000000000..078b2ba3f --- /dev/null +++ b/local/tests/coglpango-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglpango-12", + "version": "1.0.0", + "dependencies": { + "@girs/coglpango-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglpango-12/test.ts b/local/tests/coglpango-12/test.ts new file mode 100644 index 000000000..c7c60e5d1 --- /dev/null +++ b/local/tests/coglpango-12/test.ts @@ -0,0 +1 @@ +import '@girs/coglpango-12'; diff --git a/local/tests/coglpango-12/tsconfig.json b/local/tests/coglpango-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglpango-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglpango-13/package.json b/local/tests/coglpango-13/package.json new file mode 100644 index 000000000..793592888 --- /dev/null +++ b/local/tests/coglpango-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglpango-13", + "version": "1.0.0", + "dependencies": { + "@girs/coglpango-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglpango-13/test.ts b/local/tests/coglpango-13/test.ts new file mode 100644 index 000000000..b35176169 --- /dev/null +++ b/local/tests/coglpango-13/test.ts @@ -0,0 +1 @@ +import '@girs/coglpango-13'; diff --git a/local/tests/coglpango-13/tsconfig.json b/local/tests/coglpango-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglpango-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/coglpango-2.0/package.json b/local/tests/coglpango-2.0/package.json new file mode 100644 index 000000000..fd2e801ba --- /dev/null +++ b/local/tests/coglpango-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-coglpango-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/coglpango-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/coglpango-2.0/test.ts b/local/tests/coglpango-2.0/test.ts new file mode 100644 index 000000000..00694e71f --- /dev/null +++ b/local/tests/coglpango-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/coglpango-2.0'; diff --git a/local/tests/coglpango-2.0/tsconfig.json b/local/tests/coglpango-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/coglpango-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/colord-1.0/package.json b/local/tests/colord-1.0/package.json new file mode 100644 index 000000000..9b7a2db66 --- /dev/null +++ b/local/tests/colord-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-colord-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/colord-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/colord-1.0/test.ts b/local/tests/colord-1.0/test.ts new file mode 100644 index 000000000..c89064e69 --- /dev/null +++ b/local/tests/colord-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/colord-1.0'; diff --git a/local/tests/colord-1.0/tsconfig.json b/local/tests/colord-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/colord-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/colordgtk-1.0/package.json b/local/tests/colordgtk-1.0/package.json new file mode 100644 index 000000000..f02a3373e --- /dev/null +++ b/local/tests/colordgtk-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-colordgtk-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/colordgtk-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/colordgtk-1.0/test.ts b/local/tests/colordgtk-1.0/test.ts new file mode 100644 index 000000000..9fae4e9b2 --- /dev/null +++ b/local/tests/colordgtk-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/colordgtk-1.0'; diff --git a/local/tests/colordgtk-1.0/tsconfig.json b/local/tests/colordgtk-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/colordgtk-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/colorhug-1.0/package.json b/local/tests/colorhug-1.0/package.json new file mode 100644 index 000000000..b946bc597 --- /dev/null +++ b/local/tests/colorhug-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-colorhug-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/colorhug-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/colorhug-1.0/test.ts b/local/tests/colorhug-1.0/test.ts new file mode 100644 index 000000000..5e5424a21 --- /dev/null +++ b/local/tests/colorhug-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/colorhug-1.0'; diff --git a/local/tests/colorhug-1.0/tsconfig.json b/local/tests/colorhug-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/colorhug-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dazzle-1.0/package.json b/local/tests/dazzle-1.0/package.json new file mode 100644 index 000000000..2afa134c1 --- /dev/null +++ b/local/tests/dazzle-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dazzle-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/dazzle-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dazzle-1.0/test.ts b/local/tests/dazzle-1.0/test.ts new file mode 100644 index 000000000..235f73a35 --- /dev/null +++ b/local/tests/dazzle-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/dazzle-1.0'; diff --git a/local/tests/dazzle-1.0/tsconfig.json b/local/tests/dazzle-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dazzle-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dbus-1.0/package.json b/local/tests/dbus-1.0/package.json new file mode 100644 index 000000000..3b96780e4 --- /dev/null +++ b/local/tests/dbus-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dbus-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/dbus-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dbus-1.0/test.ts b/local/tests/dbus-1.0/test.ts new file mode 100644 index 000000000..7bda47a80 --- /dev/null +++ b/local/tests/dbus-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/dbus-1.0'; diff --git a/local/tests/dbus-1.0/tsconfig.json b/local/tests/dbus-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dbus-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dbusglib-1.0/package.json b/local/tests/dbusglib-1.0/package.json new file mode 100644 index 000000000..94bfda2ff --- /dev/null +++ b/local/tests/dbusglib-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dbusglib-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/dbusglib-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dbusglib-1.0/test.ts b/local/tests/dbusglib-1.0/test.ts new file mode 100644 index 000000000..d32ae0dc4 --- /dev/null +++ b/local/tests/dbusglib-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/dbusglib-1.0'; diff --git a/local/tests/dbusglib-1.0/tsconfig.json b/local/tests/dbusglib-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dbusglib-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dbusmenu-0.4/package.json b/local/tests/dbusmenu-0.4/package.json new file mode 100644 index 000000000..1cf5f580b --- /dev/null +++ b/local/tests/dbusmenu-0.4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dbusmenu-0.4", + "version": "1.0.0", + "dependencies": { + "@girs/dbusmenu-0.4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dbusmenu-0.4/test.ts b/local/tests/dbusmenu-0.4/test.ts new file mode 100644 index 000000000..d8f39f49b --- /dev/null +++ b/local/tests/dbusmenu-0.4/test.ts @@ -0,0 +1 @@ +import '@girs/dbusmenu-0.4'; diff --git a/local/tests/dbusmenu-0.4/tsconfig.json b/local/tests/dbusmenu-0.4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dbusmenu-0.4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dbusmenugtk-0.4/package.json b/local/tests/dbusmenugtk-0.4/package.json new file mode 100644 index 000000000..3710e7f0d --- /dev/null +++ b/local/tests/dbusmenugtk-0.4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dbusmenugtk-0.4", + "version": "1.0.0", + "dependencies": { + "@girs/dbusmenugtk-0.4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dbusmenugtk-0.4/test.ts b/local/tests/dbusmenugtk-0.4/test.ts new file mode 100644 index 000000000..d97e178ca --- /dev/null +++ b/local/tests/dbusmenugtk-0.4/test.ts @@ -0,0 +1 @@ +import '@girs/dbusmenugtk-0.4'; diff --git a/local/tests/dbusmenugtk-0.4/tsconfig.json b/local/tests/dbusmenugtk-0.4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dbusmenugtk-0.4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dbusmenugtk3-0.4/package.json b/local/tests/dbusmenugtk3-0.4/package.json new file mode 100644 index 000000000..70b8a8094 --- /dev/null +++ b/local/tests/dbusmenugtk3-0.4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dbusmenugtk3-0.4", + "version": "1.0.0", + "dependencies": { + "@girs/dbusmenugtk3-0.4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dbusmenugtk3-0.4/test.ts b/local/tests/dbusmenugtk3-0.4/test.ts new file mode 100644 index 000000000..755540a12 --- /dev/null +++ b/local/tests/dbusmenugtk3-0.4/test.ts @@ -0,0 +1 @@ +import '@girs/dbusmenugtk3-0.4'; diff --git a/local/tests/dbusmenugtk3-0.4/tsconfig.json b/local/tests/dbusmenugtk3-0.4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dbusmenugtk3-0.4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dee-1.0/package.json b/local/tests/dee-1.0/package.json new file mode 100644 index 000000000..3a822bd70 --- /dev/null +++ b/local/tests/dee-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dee-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/dee-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dee-1.0/test.ts b/local/tests/dee-1.0/test.ts new file mode 100644 index 000000000..8d12e7ebd --- /dev/null +++ b/local/tests/dee-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/dee-1.0'; diff --git a/local/tests/dee-1.0/tsconfig.json b/local/tests/dee-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dee-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/devhelp-3.0/package.json b/local/tests/devhelp-3.0/package.json new file mode 100644 index 000000000..b65e51ac1 --- /dev/null +++ b/local/tests/devhelp-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-devhelp-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/devhelp-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/devhelp-3.0/test.ts b/local/tests/devhelp-3.0/test.ts new file mode 100644 index 000000000..d8435059c --- /dev/null +++ b/local/tests/devhelp-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/devhelp-3.0'; diff --git a/local/tests/devhelp-3.0/tsconfig.json b/local/tests/devhelp-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/devhelp-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dex-1/package.json b/local/tests/dex-1/package.json new file mode 100644 index 000000000..e055dbecb --- /dev/null +++ b/local/tests/dex-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dex-1", + "version": "1.0.0", + "dependencies": { + "@girs/dex-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dex-1/test.ts b/local/tests/dex-1/test.ts new file mode 100644 index 000000000..941b46969 --- /dev/null +++ b/local/tests/dex-1/test.ts @@ -0,0 +1 @@ +import '@girs/dex-1'; diff --git a/local/tests/dex-1/tsconfig.json b/local/tests/dex-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dex-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/dmap-3.0/package.json b/local/tests/dmap-3.0/package.json new file mode 100644 index 000000000..31b524ffc --- /dev/null +++ b/local/tests/dmap-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-dmap-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/dmap-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/dmap-3.0/test.ts b/local/tests/dmap-3.0/test.ts new file mode 100644 index 000000000..e1b4e51eb --- /dev/null +++ b/local/tests/dmap-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/dmap-3.0'; diff --git a/local/tests/dmap-3.0/tsconfig.json b/local/tests/dmap-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/dmap-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ebackend-1.2/package.json b/local/tests/ebackend-1.2/package.json new file mode 100644 index 000000000..4e94c2dbb --- /dev/null +++ b/local/tests/ebackend-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ebackend-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/ebackend-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ebackend-1.2/test.ts b/local/tests/ebackend-1.2/test.ts new file mode 100644 index 000000000..bda3b3308 --- /dev/null +++ b/local/tests/ebackend-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/ebackend-1.2'; diff --git a/local/tests/ebackend-1.2/tsconfig.json b/local/tests/ebackend-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ebackend-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ebook-1.2/package.json b/local/tests/ebook-1.2/package.json new file mode 100644 index 000000000..36af067cc --- /dev/null +++ b/local/tests/ebook-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ebook-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/ebook-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ebook-1.2/test.ts b/local/tests/ebook-1.2/test.ts new file mode 100644 index 000000000..0c28da09d --- /dev/null +++ b/local/tests/ebook-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/ebook-1.2'; diff --git a/local/tests/ebook-1.2/tsconfig.json b/local/tests/ebook-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ebook-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ebookcontacts-1.2/package.json b/local/tests/ebookcontacts-1.2/package.json new file mode 100644 index 000000000..bdf843340 --- /dev/null +++ b/local/tests/ebookcontacts-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ebookcontacts-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/ebookcontacts-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ebookcontacts-1.2/test.ts b/local/tests/ebookcontacts-1.2/test.ts new file mode 100644 index 000000000..edeec32b5 --- /dev/null +++ b/local/tests/ebookcontacts-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/ebookcontacts-1.2'; diff --git a/local/tests/ebookcontacts-1.2/tsconfig.json b/local/tests/ebookcontacts-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ebookcontacts-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ecal-2.0/package.json b/local/tests/ecal-2.0/package.json new file mode 100644 index 000000000..cf4a1ffb1 --- /dev/null +++ b/local/tests/ecal-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ecal-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/ecal-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ecal-2.0/test.ts b/local/tests/ecal-2.0/test.ts new file mode 100644 index 000000000..70610804a --- /dev/null +++ b/local/tests/ecal-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/ecal-2.0'; diff --git a/local/tests/ecal-2.0/tsconfig.json b/local/tests/ecal-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ecal-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ecalendar-1.2/package.json b/local/tests/ecalendar-1.2/package.json new file mode 100644 index 000000000..5b472e4c6 --- /dev/null +++ b/local/tests/ecalendar-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ecalendar-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/ecalendar-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ecalendar-1.2/test.ts b/local/tests/ecalendar-1.2/test.ts new file mode 100644 index 000000000..cdf205570 --- /dev/null +++ b/local/tests/ecalendar-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/ecalendar-1.2'; diff --git a/local/tests/ecalendar-1.2/tsconfig.json b/local/tests/ecalendar-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ecalendar-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/edatabook-1.2/package.json b/local/tests/edatabook-1.2/package.json new file mode 100644 index 000000000..861b4aa65 --- /dev/null +++ b/local/tests/edatabook-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-edatabook-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/edatabook-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/edatabook-1.2/test.ts b/local/tests/edatabook-1.2/test.ts new file mode 100644 index 000000000..f759df85f --- /dev/null +++ b/local/tests/edatabook-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/edatabook-1.2'; diff --git a/local/tests/edatabook-1.2/tsconfig.json b/local/tests/edatabook-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/edatabook-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/edatacal-2.0/package.json b/local/tests/edatacal-2.0/package.json new file mode 100644 index 000000000..8526729f6 --- /dev/null +++ b/local/tests/edatacal-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-edatacal-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/edatacal-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/edatacal-2.0/test.ts b/local/tests/edatacal-2.0/test.ts new file mode 100644 index 000000000..00b8bebb2 --- /dev/null +++ b/local/tests/edatacal-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/edatacal-2.0'; diff --git a/local/tests/edatacal-2.0/tsconfig.json b/local/tests/edatacal-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/edatacal-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/edataserver-1.2/package.json b/local/tests/edataserver-1.2/package.json new file mode 100644 index 000000000..a30e91592 --- /dev/null +++ b/local/tests/edataserver-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-edataserver-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/edataserver-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/edataserver-1.2/test.ts b/local/tests/edataserver-1.2/test.ts new file mode 100644 index 000000000..b891d7a93 --- /dev/null +++ b/local/tests/edataserver-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/edataserver-1.2'; diff --git a/local/tests/edataserver-1.2/tsconfig.json b/local/tests/edataserver-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/edataserver-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/edataserverui-1.2/package.json b/local/tests/edataserverui-1.2/package.json new file mode 100644 index 000000000..c1effa869 --- /dev/null +++ b/local/tests/edataserverui-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-edataserverui-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/edataserverui-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/edataserverui-1.2/test.ts b/local/tests/edataserverui-1.2/test.ts new file mode 100644 index 000000000..4d3b9c418 --- /dev/null +++ b/local/tests/edataserverui-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/edataserverui-1.2'; diff --git a/local/tests/edataserverui-1.2/tsconfig.json b/local/tests/edataserverui-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/edataserverui-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/edataserverui4-1.0/package.json b/local/tests/edataserverui4-1.0/package.json new file mode 100644 index 000000000..15aee1eec --- /dev/null +++ b/local/tests/edataserverui4-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-edataserverui4-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/edataserverui4-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/edataserverui4-1.0/test.ts b/local/tests/edataserverui4-1.0/test.ts new file mode 100644 index 000000000..b9eec6b6a --- /dev/null +++ b/local/tests/edataserverui4-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/edataserverui4-1.0'; diff --git a/local/tests/edataserverui4-1.0/tsconfig.json b/local/tests/edataserverui4-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/edataserverui4-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/egg-1.0/package.json b/local/tests/egg-1.0/package.json new file mode 100644 index 000000000..73d0ee2b7 --- /dev/null +++ b/local/tests/egg-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-egg-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/egg-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/egg-1.0/test.ts b/local/tests/egg-1.0/test.ts new file mode 100644 index 000000000..67edf2761 --- /dev/null +++ b/local/tests/egg-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/egg-1.0'; diff --git a/local/tests/egg-1.0/tsconfig.json b/local/tests/egg-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/egg-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/eog-3.0/package.json b/local/tests/eog-3.0/package.json new file mode 100644 index 000000000..e9a6309b9 --- /dev/null +++ b/local/tests/eog-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-eog-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/eog-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/eog-3.0/test.ts b/local/tests/eog-3.0/test.ts new file mode 100644 index 000000000..43cdae22a --- /dev/null +++ b/local/tests/eog-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/eog-3.0'; diff --git a/local/tests/eog-3.0/tsconfig.json b/local/tests/eog-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/eog-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/epc-1.0/package.json b/local/tests/epc-1.0/package.json new file mode 100644 index 000000000..38817f6a7 --- /dev/null +++ b/local/tests/epc-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-epc-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/epc-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/epc-1.0/test.ts b/local/tests/epc-1.0/test.ts new file mode 100644 index 000000000..211784074 --- /dev/null +++ b/local/tests/epc-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/epc-1.0'; diff --git a/local/tests/epc-1.0/tsconfig.json b/local/tests/epc-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/epc-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/epcui-1.0/package.json b/local/tests/epcui-1.0/package.json new file mode 100644 index 000000000..f363587af --- /dev/null +++ b/local/tests/epcui-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-epcui-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/epcui-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/epcui-1.0/test.ts b/local/tests/epcui-1.0/test.ts new file mode 100644 index 000000000..593e9bdaa --- /dev/null +++ b/local/tests/epcui-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/epcui-1.0'; diff --git a/local/tests/epcui-1.0/tsconfig.json b/local/tests/epcui-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/epcui-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/evincedocument-3.0/package.json b/local/tests/evincedocument-3.0/package.json new file mode 100644 index 000000000..41ed6adc9 --- /dev/null +++ b/local/tests/evincedocument-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-evincedocument-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/evincedocument-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/evincedocument-3.0/test.ts b/local/tests/evincedocument-3.0/test.ts new file mode 100644 index 000000000..13b1ce142 --- /dev/null +++ b/local/tests/evincedocument-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/evincedocument-3.0'; diff --git a/local/tests/evincedocument-3.0/tsconfig.json b/local/tests/evincedocument-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/evincedocument-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/evinceview-3.0/package.json b/local/tests/evinceview-3.0/package.json new file mode 100644 index 000000000..e55751f71 --- /dev/null +++ b/local/tests/evinceview-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-evinceview-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/evinceview-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/evinceview-3.0/test.ts b/local/tests/evinceview-3.0/test.ts new file mode 100644 index 000000000..b35a4cd49 --- /dev/null +++ b/local/tests/evinceview-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/evinceview-3.0'; diff --git a/local/tests/evinceview-3.0/tsconfig.json b/local/tests/evinceview-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/evinceview-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/farstream-0.1/package.json b/local/tests/farstream-0.1/package.json new file mode 100644 index 000000000..83598aa90 --- /dev/null +++ b/local/tests/farstream-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-farstream-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/farstream-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/farstream-0.1/test.ts b/local/tests/farstream-0.1/test.ts new file mode 100644 index 000000000..a9c66bcd9 --- /dev/null +++ b/local/tests/farstream-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/farstream-0.1'; diff --git a/local/tests/farstream-0.1/tsconfig.json b/local/tests/farstream-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/farstream-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/farstream-0.2/package.json b/local/tests/farstream-0.2/package.json new file mode 100644 index 000000000..9e16cc9ee --- /dev/null +++ b/local/tests/farstream-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-farstream-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/farstream-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/farstream-0.2/test.ts b/local/tests/farstream-0.2/test.ts new file mode 100644 index 000000000..6ff1a4dd4 --- /dev/null +++ b/local/tests/farstream-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/farstream-0.2'; diff --git a/local/tests/farstream-0.2/tsconfig.json b/local/tests/farstream-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/farstream-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/flatpak-1.0/package.json b/local/tests/flatpak-1.0/package.json new file mode 100644 index 000000000..310a4a899 --- /dev/null +++ b/local/tests/flatpak-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-flatpak-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/flatpak-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/flatpak-1.0/test.ts b/local/tests/flatpak-1.0/test.ts new file mode 100644 index 000000000..ae35c1054 --- /dev/null +++ b/local/tests/flatpak-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/flatpak-1.0'; diff --git a/local/tests/flatpak-1.0/tsconfig.json b/local/tests/flatpak-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/flatpak-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folks-0.6/package.json b/local/tests/folks-0.6/package.json new file mode 100644 index 000000000..333047da6 --- /dev/null +++ b/local/tests/folks-0.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folks-0.6", + "version": "1.0.0", + "dependencies": { + "@girs/folks-0.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folks-0.6/test.ts b/local/tests/folks-0.6/test.ts new file mode 100644 index 000000000..c3b78f927 --- /dev/null +++ b/local/tests/folks-0.6/test.ts @@ -0,0 +1 @@ +import '@girs/folks-0.6'; diff --git a/local/tests/folks-0.6/tsconfig.json b/local/tests/folks-0.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folks-0.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folks-0.7/package.json b/local/tests/folks-0.7/package.json new file mode 100644 index 000000000..43fc1bdc2 --- /dev/null +++ b/local/tests/folks-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folks-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/folks-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folks-0.7/test.ts b/local/tests/folks-0.7/test.ts new file mode 100644 index 000000000..9ff807769 --- /dev/null +++ b/local/tests/folks-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/folks-0.7'; diff --git a/local/tests/folks-0.7/tsconfig.json b/local/tests/folks-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folks-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folksdummy-0.6/package.json b/local/tests/folksdummy-0.6/package.json new file mode 100644 index 000000000..42b94f14a --- /dev/null +++ b/local/tests/folksdummy-0.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folksdummy-0.6", + "version": "1.0.0", + "dependencies": { + "@girs/folksdummy-0.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folksdummy-0.6/test.ts b/local/tests/folksdummy-0.6/test.ts new file mode 100644 index 000000000..03443280c --- /dev/null +++ b/local/tests/folksdummy-0.6/test.ts @@ -0,0 +1 @@ +import '@girs/folksdummy-0.6'; diff --git a/local/tests/folksdummy-0.6/tsconfig.json b/local/tests/folksdummy-0.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folksdummy-0.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folksdummy-0.7/package.json b/local/tests/folksdummy-0.7/package.json new file mode 100644 index 000000000..6779e251b --- /dev/null +++ b/local/tests/folksdummy-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folksdummy-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/folksdummy-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folksdummy-0.7/test.ts b/local/tests/folksdummy-0.7/test.ts new file mode 100644 index 000000000..b1c5d3113 --- /dev/null +++ b/local/tests/folksdummy-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/folksdummy-0.7'; diff --git a/local/tests/folksdummy-0.7/tsconfig.json b/local/tests/folksdummy-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folksdummy-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folkseds-0.6/package.json b/local/tests/folkseds-0.6/package.json new file mode 100644 index 000000000..1187b0f8e --- /dev/null +++ b/local/tests/folkseds-0.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folkseds-0.6", + "version": "1.0.0", + "dependencies": { + "@girs/folkseds-0.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folkseds-0.6/test.ts b/local/tests/folkseds-0.6/test.ts new file mode 100644 index 000000000..f4743b0c5 --- /dev/null +++ b/local/tests/folkseds-0.6/test.ts @@ -0,0 +1 @@ +import '@girs/folkseds-0.6'; diff --git a/local/tests/folkseds-0.6/tsconfig.json b/local/tests/folkseds-0.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folkseds-0.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folkseds-0.7/package.json b/local/tests/folkseds-0.7/package.json new file mode 100644 index 000000000..f69dbb6bb --- /dev/null +++ b/local/tests/folkseds-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folkseds-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/folkseds-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folkseds-0.7/test.ts b/local/tests/folkseds-0.7/test.ts new file mode 100644 index 000000000..04b0e5240 --- /dev/null +++ b/local/tests/folkseds-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/folkseds-0.7'; diff --git a/local/tests/folkseds-0.7/tsconfig.json b/local/tests/folkseds-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folkseds-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folkslibsocialweb-0.6/package.json b/local/tests/folkslibsocialweb-0.6/package.json new file mode 100644 index 000000000..869ed03ca --- /dev/null +++ b/local/tests/folkslibsocialweb-0.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folkslibsocialweb-0.6", + "version": "1.0.0", + "dependencies": { + "@girs/folkslibsocialweb-0.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folkslibsocialweb-0.6/test.ts b/local/tests/folkslibsocialweb-0.6/test.ts new file mode 100644 index 000000000..a8b0b64f7 --- /dev/null +++ b/local/tests/folkslibsocialweb-0.6/test.ts @@ -0,0 +1 @@ +import '@girs/folkslibsocialweb-0.6'; diff --git a/local/tests/folkslibsocialweb-0.6/tsconfig.json b/local/tests/folkslibsocialweb-0.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folkslibsocialweb-0.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folkstelepathy-0.6/package.json b/local/tests/folkstelepathy-0.6/package.json new file mode 100644 index 000000000..02dcdbe41 --- /dev/null +++ b/local/tests/folkstelepathy-0.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folkstelepathy-0.6", + "version": "1.0.0", + "dependencies": { + "@girs/folkstelepathy-0.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folkstelepathy-0.6/test.ts b/local/tests/folkstelepathy-0.6/test.ts new file mode 100644 index 000000000..32f2d947b --- /dev/null +++ b/local/tests/folkstelepathy-0.6/test.ts @@ -0,0 +1 @@ +import '@girs/folkstelepathy-0.6'; diff --git a/local/tests/folkstelepathy-0.6/tsconfig.json b/local/tests/folkstelepathy-0.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folkstelepathy-0.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/folkstelepathy-0.7/package.json b/local/tests/folkstelepathy-0.7/package.json new file mode 100644 index 000000000..24a7e3b1b --- /dev/null +++ b/local/tests/folkstelepathy-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-folkstelepathy-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/folkstelepathy-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/folkstelepathy-0.7/test.ts b/local/tests/folkstelepathy-0.7/test.ts new file mode 100644 index 000000000..a58784dfe --- /dev/null +++ b/local/tests/folkstelepathy-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/folkstelepathy-0.7'; diff --git a/local/tests/folkstelepathy-0.7/tsconfig.json b/local/tests/folkstelepathy-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/folkstelepathy-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/fontconfig-2.0/package.json b/local/tests/fontconfig-2.0/package.json new file mode 100644 index 000000000..08abd1200 --- /dev/null +++ b/local/tests/fontconfig-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-fontconfig-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/fontconfig-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/fontconfig-2.0/test.ts b/local/tests/fontconfig-2.0/test.ts new file mode 100644 index 000000000..804793a51 --- /dev/null +++ b/local/tests/fontconfig-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/fontconfig-2.0'; diff --git a/local/tests/fontconfig-2.0/tsconfig.json b/local/tests/fontconfig-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/fontconfig-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/freetype2-2.0/package.json b/local/tests/freetype2-2.0/package.json new file mode 100644 index 000000000..67c07b587 --- /dev/null +++ b/local/tests/freetype2-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-freetype2-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/freetype2-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/freetype2-2.0/test.ts b/local/tests/freetype2-2.0/test.ts new file mode 100644 index 000000000..108a8d831 --- /dev/null +++ b/local/tests/freetype2-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/freetype2-2.0'; diff --git a/local/tests/freetype2-2.0/tsconfig.json b/local/tests/freetype2-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/freetype2-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/fwupd-2.0/package.json b/local/tests/fwupd-2.0/package.json new file mode 100644 index 000000000..ca0681840 --- /dev/null +++ b/local/tests/fwupd-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-fwupd-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/fwupd-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/fwupd-2.0/test.ts b/local/tests/fwupd-2.0/test.ts new file mode 100644 index 000000000..3f9f9cb5a --- /dev/null +++ b/local/tests/fwupd-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/fwupd-2.0'; diff --git a/local/tests/fwupd-2.0/tsconfig.json b/local/tests/fwupd-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/fwupd-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gandiva-1.0/package.json b/local/tests/gandiva-1.0/package.json new file mode 100644 index 000000000..9244e8cff --- /dev/null +++ b/local/tests/gandiva-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gandiva-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gandiva-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gandiva-1.0/test.ts b/local/tests/gandiva-1.0/test.ts new file mode 100644 index 000000000..9fd22ebcf --- /dev/null +++ b/local/tests/gandiva-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gandiva-1.0'; diff --git a/local/tests/gandiva-1.0/tsconfig.json b/local/tests/gandiva-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gandiva-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcab-1.0/package.json b/local/tests/gcab-1.0/package.json new file mode 100644 index 000000000..8dcf40ee2 --- /dev/null +++ b/local/tests/gcab-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcab-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gcab-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcab-1.0/test.ts b/local/tests/gcab-1.0/test.ts new file mode 100644 index 000000000..40927cdc4 --- /dev/null +++ b/local/tests/gcab-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gcab-1.0'; diff --git a/local/tests/gcab-1.0/tsconfig.json b/local/tests/gcab-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcab-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcalc-1/package.json b/local/tests/gcalc-1/package.json new file mode 100644 index 000000000..88d49a55c --- /dev/null +++ b/local/tests/gcalc-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcalc-1", + "version": "1.0.0", + "dependencies": { + "@girs/gcalc-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcalc-1/test.ts b/local/tests/gcalc-1/test.ts new file mode 100644 index 000000000..ef08f921c --- /dev/null +++ b/local/tests/gcalc-1/test.ts @@ -0,0 +1 @@ +import '@girs/gcalc-1'; diff --git a/local/tests/gcalc-1/tsconfig.json b/local/tests/gcalc-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcalc-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcalc-2/package.json b/local/tests/gcalc-2/package.json new file mode 100644 index 000000000..033d9c27b --- /dev/null +++ b/local/tests/gcalc-2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcalc-2", + "version": "1.0.0", + "dependencies": { + "@girs/gcalc-2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcalc-2/test.ts b/local/tests/gcalc-2/test.ts new file mode 100644 index 000000000..580bb113d --- /dev/null +++ b/local/tests/gcalc-2/test.ts @@ -0,0 +1 @@ +import '@girs/gcalc-2'; diff --git a/local/tests/gcalc-2/tsconfig.json b/local/tests/gcalc-2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcalc-2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gck-1/package.json b/local/tests/gck-1/package.json new file mode 100644 index 000000000..a62732f89 --- /dev/null +++ b/local/tests/gck-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gck-1", + "version": "1.0.0", + "dependencies": { + "@girs/gck-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gck-1/test.ts b/local/tests/gck-1/test.ts new file mode 100644 index 000000000..6b916d0df --- /dev/null +++ b/local/tests/gck-1/test.ts @@ -0,0 +1 @@ +import '@girs/gck-1'; diff --git a/local/tests/gck-1/tsconfig.json b/local/tests/gck-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gck-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gck-2/package.json b/local/tests/gck-2/package.json new file mode 100644 index 000000000..08c644920 --- /dev/null +++ b/local/tests/gck-2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gck-2", + "version": "1.0.0", + "dependencies": { + "@girs/gck-2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gck-2/test.ts b/local/tests/gck-2/test.ts new file mode 100644 index 000000000..1d170549f --- /dev/null +++ b/local/tests/gck-2/test.ts @@ -0,0 +1 @@ +import '@girs/gck-2'; diff --git a/local/tests/gck-2/tsconfig.json b/local/tests/gck-2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gck-2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gconf-2.0/package.json b/local/tests/gconf-2.0/package.json new file mode 100644 index 000000000..27ff776e7 --- /dev/null +++ b/local/tests/gconf-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gconf-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gconf-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gconf-2.0/test.ts b/local/tests/gconf-2.0/test.ts new file mode 100644 index 000000000..eb5114abc --- /dev/null +++ b/local/tests/gconf-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gconf-2.0'; diff --git a/local/tests/gconf-2.0/tsconfig.json b/local/tests/gconf-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gconf-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcr-3/package.json b/local/tests/gcr-3/package.json new file mode 100644 index 000000000..a6bc9482a --- /dev/null +++ b/local/tests/gcr-3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcr-3", + "version": "1.0.0", + "dependencies": { + "@girs/gcr-3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcr-3/test.ts b/local/tests/gcr-3/test.ts new file mode 100644 index 000000000..5494716b7 --- /dev/null +++ b/local/tests/gcr-3/test.ts @@ -0,0 +1 @@ +import '@girs/gcr-3'; diff --git a/local/tests/gcr-3/tsconfig.json b/local/tests/gcr-3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcr-3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcr-4/package.json b/local/tests/gcr-4/package.json new file mode 100644 index 000000000..10fcf1cff --- /dev/null +++ b/local/tests/gcr-4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcr-4", + "version": "1.0.0", + "dependencies": { + "@girs/gcr-4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcr-4/test.ts b/local/tests/gcr-4/test.ts new file mode 100644 index 000000000..89fae7544 --- /dev/null +++ b/local/tests/gcr-4/test.ts @@ -0,0 +1 @@ +import '@girs/gcr-4'; diff --git a/local/tests/gcr-4/tsconfig.json b/local/tests/gcr-4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcr-4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcrgtk3-4/package.json b/local/tests/gcrgtk3-4/package.json new file mode 100644 index 000000000..62770d4e5 --- /dev/null +++ b/local/tests/gcrgtk3-4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcrgtk3-4", + "version": "1.0.0", + "dependencies": { + "@girs/gcrgtk3-4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcrgtk3-4/test.ts b/local/tests/gcrgtk3-4/test.ts new file mode 100644 index 000000000..f03664286 --- /dev/null +++ b/local/tests/gcrgtk3-4/test.ts @@ -0,0 +1 @@ +import '@girs/gcrgtk3-4'; diff --git a/local/tests/gcrgtk3-4/tsconfig.json b/local/tests/gcrgtk3-4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcrgtk3-4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcrgtk4-4/package.json b/local/tests/gcrgtk4-4/package.json new file mode 100644 index 000000000..da028169d --- /dev/null +++ b/local/tests/gcrgtk4-4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcrgtk4-4", + "version": "1.0.0", + "dependencies": { + "@girs/gcrgtk4-4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcrgtk4-4/test.ts b/local/tests/gcrgtk4-4/test.ts new file mode 100644 index 000000000..afc9976d6 --- /dev/null +++ b/local/tests/gcrgtk4-4/test.ts @@ -0,0 +1 @@ +import '@girs/gcrgtk4-4'; diff --git a/local/tests/gcrgtk4-4/tsconfig.json b/local/tests/gcrgtk4-4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcrgtk4-4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gcrui-3/package.json b/local/tests/gcrui-3/package.json new file mode 100644 index 000000000..36e5d5bea --- /dev/null +++ b/local/tests/gcrui-3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gcrui-3", + "version": "1.0.0", + "dependencies": { + "@girs/gcrui-3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gcrui-3/test.ts b/local/tests/gcrui-3/test.ts new file mode 100644 index 000000000..7c98a18da --- /dev/null +++ b/local/tests/gcrui-3/test.ts @@ -0,0 +1 @@ +import '@girs/gcrui-3'; diff --git a/local/tests/gcrui-3/tsconfig.json b/local/tests/gcrui-3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gcrui-3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gd-1.0/package.json b/local/tests/gd-1.0/package.json new file mode 100644 index 000000000..6e1766a48 --- /dev/null +++ b/local/tests/gd-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gd-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gd-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gd-1.0/test.ts b/local/tests/gd-1.0/test.ts new file mode 100644 index 000000000..0e7598a3b --- /dev/null +++ b/local/tests/gd-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gd-1.0'; diff --git a/local/tests/gd-1.0/tsconfig.json b/local/tests/gd-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gd-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gda-5.0/package.json b/local/tests/gda-5.0/package.json new file mode 100644 index 000000000..fe057fd73 --- /dev/null +++ b/local/tests/gda-5.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gda-5.0", + "version": "1.0.0", + "dependencies": { + "@girs/gda-5.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gda-5.0/test.ts b/local/tests/gda-5.0/test.ts new file mode 100644 index 000000000..da259ea0b --- /dev/null +++ b/local/tests/gda-5.0/test.ts @@ -0,0 +1 @@ +import '@girs/gda-5.0'; diff --git a/local/tests/gda-5.0/tsconfig.json b/local/tests/gda-5.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gda-5.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gda-6.0/package.json b/local/tests/gda-6.0/package.json new file mode 100644 index 000000000..4c4b863eb --- /dev/null +++ b/local/tests/gda-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gda-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/gda-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gda-6.0/test.ts b/local/tests/gda-6.0/test.ts new file mode 100644 index 000000000..d2b7869c5 --- /dev/null +++ b/local/tests/gda-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/gda-6.0'; diff --git a/local/tests/gda-6.0/tsconfig.json b/local/tests/gda-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gda-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdata-0.0/package.json b/local/tests/gdata-0.0/package.json new file mode 100644 index 000000000..ad6893e75 --- /dev/null +++ b/local/tests/gdata-0.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdata-0.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdata-0.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdata-0.0/test.ts b/local/tests/gdata-0.0/test.ts new file mode 100644 index 000000000..669a1f7f3 --- /dev/null +++ b/local/tests/gdata-0.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdata-0.0'; diff --git a/local/tests/gdata-0.0/tsconfig.json b/local/tests/gdata-0.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdata-0.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdaui-5.0/package.json b/local/tests/gdaui-5.0/package.json new file mode 100644 index 000000000..dd88beedb --- /dev/null +++ b/local/tests/gdaui-5.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdaui-5.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdaui-5.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdaui-5.0/test.ts b/local/tests/gdaui-5.0/test.ts new file mode 100644 index 000000000..eb436ad6c --- /dev/null +++ b/local/tests/gdaui-5.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdaui-5.0'; diff --git a/local/tests/gdaui-5.0/tsconfig.json b/local/tests/gdaui-5.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdaui-5.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdaui-6.0/package.json b/local/tests/gdaui-6.0/package.json new file mode 100644 index 000000000..fbaa2787f --- /dev/null +++ b/local/tests/gdaui-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdaui-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdaui-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdaui-6.0/test.ts b/local/tests/gdaui-6.0/test.ts new file mode 100644 index 000000000..7fccc0044 --- /dev/null +++ b/local/tests/gdaui-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdaui-6.0'; diff --git a/local/tests/gdaui-6.0/tsconfig.json b/local/tests/gdaui-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdaui-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdesktopenums-3.0/package.json b/local/tests/gdesktopenums-3.0/package.json new file mode 100644 index 000000000..025a5768a --- /dev/null +++ b/local/tests/gdesktopenums-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdesktopenums-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdesktopenums-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdesktopenums-3.0/test.ts b/local/tests/gdesktopenums-3.0/test.ts new file mode 100644 index 000000000..8a83e0629 --- /dev/null +++ b/local/tests/gdesktopenums-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdesktopenums-3.0'; diff --git a/local/tests/gdesktopenums-3.0/tsconfig.json b/local/tests/gdesktopenums-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdesktopenums-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdk-2.0/package.json b/local/tests/gdk-2.0/package.json new file mode 100644 index 000000000..313907743 --- /dev/null +++ b/local/tests/gdk-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdk-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdk-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdk-2.0/test.ts b/local/tests/gdk-2.0/test.ts new file mode 100644 index 000000000..14876e861 --- /dev/null +++ b/local/tests/gdk-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdk-2.0'; diff --git a/local/tests/gdk-2.0/tsconfig.json b/local/tests/gdk-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdk-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdk-3.0/package.json b/local/tests/gdk-3.0/package.json new file mode 100644 index 000000000..d3b48c41a --- /dev/null +++ b/local/tests/gdk-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdk-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdk-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdk-3.0/test.ts b/local/tests/gdk-3.0/test.ts new file mode 100644 index 000000000..5bf262c1e --- /dev/null +++ b/local/tests/gdk-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdk-3.0'; diff --git a/local/tests/gdk-3.0/tsconfig.json b/local/tests/gdk-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdk-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdk-4.0/package.json b/local/tests/gdk-4.0/package.json new file mode 100644 index 000000000..13f815780 --- /dev/null +++ b/local/tests/gdk-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdk-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdk-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdk-4.0/test.ts b/local/tests/gdk-4.0/test.ts new file mode 100644 index 000000000..a77aec38e --- /dev/null +++ b/local/tests/gdk-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdk-4.0'; diff --git a/local/tests/gdk-4.0/tsconfig.json b/local/tests/gdk-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdk-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdkpixbuf-2.0/package.json b/local/tests/gdkpixbuf-2.0/package.json new file mode 100644 index 000000000..bd80e68b6 --- /dev/null +++ b/local/tests/gdkpixbuf-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdkpixbuf-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdkpixbuf-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdkpixbuf-2.0/test.ts b/local/tests/gdkpixbuf-2.0/test.ts new file mode 100644 index 000000000..7c53cf53a --- /dev/null +++ b/local/tests/gdkpixbuf-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdkpixbuf-2.0'; diff --git a/local/tests/gdkpixbuf-2.0/tsconfig.json b/local/tests/gdkpixbuf-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdkpixbuf-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdkpixdata-2.0/package.json b/local/tests/gdkpixdata-2.0/package.json new file mode 100644 index 000000000..749d80aa6 --- /dev/null +++ b/local/tests/gdkpixdata-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdkpixdata-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdkpixdata-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdkpixdata-2.0/test.ts b/local/tests/gdkpixdata-2.0/test.ts new file mode 100644 index 000000000..c231843fd --- /dev/null +++ b/local/tests/gdkpixdata-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdkpixdata-2.0'; diff --git a/local/tests/gdkpixdata-2.0/tsconfig.json b/local/tests/gdkpixdata-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdkpixdata-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdkwayland-4.0/package.json b/local/tests/gdkwayland-4.0/package.json new file mode 100644 index 000000000..eff0b77a8 --- /dev/null +++ b/local/tests/gdkwayland-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdkwayland-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdkwayland-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdkwayland-4.0/test.ts b/local/tests/gdkwayland-4.0/test.ts new file mode 100644 index 000000000..08ccbfc50 --- /dev/null +++ b/local/tests/gdkwayland-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdkwayland-4.0'; diff --git a/local/tests/gdkwayland-4.0/tsconfig.json b/local/tests/gdkwayland-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdkwayland-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdkx11-2.0/package.json b/local/tests/gdkx11-2.0/package.json new file mode 100644 index 000000000..efeb6816a --- /dev/null +++ b/local/tests/gdkx11-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdkx11-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdkx11-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdkx11-2.0/test.ts b/local/tests/gdkx11-2.0/test.ts new file mode 100644 index 000000000..ab0c65228 --- /dev/null +++ b/local/tests/gdkx11-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdkx11-2.0'; diff --git a/local/tests/gdkx11-2.0/tsconfig.json b/local/tests/gdkx11-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdkx11-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdkx11-3.0/package.json b/local/tests/gdkx11-3.0/package.json new file mode 100644 index 000000000..dcc3c940f --- /dev/null +++ b/local/tests/gdkx11-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdkx11-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdkx11-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdkx11-3.0/test.ts b/local/tests/gdkx11-3.0/test.ts new file mode 100644 index 000000000..17ceb5d23 --- /dev/null +++ b/local/tests/gdkx11-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdkx11-3.0'; diff --git a/local/tests/gdkx11-3.0/tsconfig.json b/local/tests/gdkx11-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdkx11-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdkx11-4.0/package.json b/local/tests/gdkx11-4.0/package.json new file mode 100644 index 000000000..3c88b6d03 --- /dev/null +++ b/local/tests/gdkx11-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdkx11-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdkx11-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdkx11-4.0/test.ts b/local/tests/gdkx11-4.0/test.ts new file mode 100644 index 000000000..efc8eb581 --- /dev/null +++ b/local/tests/gdkx11-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdkx11-4.0'; diff --git a/local/tests/gdkx11-4.0/tsconfig.json b/local/tests/gdkx11-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdkx11-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdl-3/package.json b/local/tests/gdl-3/package.json new file mode 100644 index 000000000..37dc96dc0 --- /dev/null +++ b/local/tests/gdl-3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdl-3", + "version": "1.0.0", + "dependencies": { + "@girs/gdl-3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdl-3/test.ts b/local/tests/gdl-3/test.ts new file mode 100644 index 000000000..9746cbc61 --- /dev/null +++ b/local/tests/gdl-3/test.ts @@ -0,0 +1 @@ +import '@girs/gdl-3'; diff --git a/local/tests/gdl-3/tsconfig.json b/local/tests/gdl-3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdl-3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gdm-1.0/package.json b/local/tests/gdm-1.0/package.json new file mode 100644 index 000000000..2aef473ce --- /dev/null +++ b/local/tests/gdm-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gdm-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gdm-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gdm-1.0/test.ts b/local/tests/gdm-1.0/test.ts new file mode 100644 index 000000000..e5c07f43c --- /dev/null +++ b/local/tests/gdm-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gdm-1.0'; diff --git a/local/tests/gdm-1.0/tsconfig.json b/local/tests/gdm-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gdm-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gedit-3.0/package.json b/local/tests/gedit-3.0/package.json new file mode 100644 index 000000000..39f8a06bf --- /dev/null +++ b/local/tests/gedit-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gedit-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gedit-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gedit-3.0/test.ts b/local/tests/gedit-3.0/test.ts new file mode 100644 index 000000000..a1ba2949f --- /dev/null +++ b/local/tests/gedit-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gedit-3.0'; diff --git a/local/tests/gedit-3.0/tsconfig.json b/local/tests/gedit-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gedit-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gee-0.8/package.json b/local/tests/gee-0.8/package.json new file mode 100644 index 000000000..778b9e01f --- /dev/null +++ b/local/tests/gee-0.8/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gee-0.8", + "version": "1.0.0", + "dependencies": { + "@girs/gee-0.8": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gee-0.8/test.ts b/local/tests/gee-0.8/test.ts new file mode 100644 index 000000000..75973b88b --- /dev/null +++ b/local/tests/gee-0.8/test.ts @@ -0,0 +1 @@ +import '@girs/gee-0.8'; diff --git a/local/tests/gee-0.8/tsconfig.json b/local/tests/gee-0.8/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gee-0.8/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gee-1.0/package.json b/local/tests/gee-1.0/package.json new file mode 100644 index 000000000..dda072f89 --- /dev/null +++ b/local/tests/gee-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gee-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gee-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gee-1.0/test.ts b/local/tests/gee-1.0/test.ts new file mode 100644 index 000000000..8fd1a1d5d --- /dev/null +++ b/local/tests/gee-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gee-1.0'; diff --git a/local/tests/gee-1.0/tsconfig.json b/local/tests/gee-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gee-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gegl-0.3/package.json b/local/tests/gegl-0.3/package.json new file mode 100644 index 000000000..4fce9163e --- /dev/null +++ b/local/tests/gegl-0.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gegl-0.3", + "version": "1.0.0", + "dependencies": { + "@girs/gegl-0.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gegl-0.3/test.ts b/local/tests/gegl-0.3/test.ts new file mode 100644 index 000000000..b659fec89 --- /dev/null +++ b/local/tests/gegl-0.3/test.ts @@ -0,0 +1 @@ +import '@girs/gegl-0.3'; diff --git a/local/tests/gegl-0.3/tsconfig.json b/local/tests/gegl-0.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gegl-0.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gegl-0.4/package.json b/local/tests/gegl-0.4/package.json new file mode 100644 index 000000000..0ddc2d413 --- /dev/null +++ b/local/tests/gegl-0.4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gegl-0.4", + "version": "1.0.0", + "dependencies": { + "@girs/gegl-0.4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gegl-0.4/test.ts b/local/tests/gegl-0.4/test.ts new file mode 100644 index 000000000..1eab47c28 --- /dev/null +++ b/local/tests/gegl-0.4/test.ts @@ -0,0 +1 @@ +import '@girs/gegl-0.4'; diff --git a/local/tests/gegl-0.4/tsconfig.json b/local/tests/gegl-0.4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gegl-0.4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/geglgtk3-0.1/package.json b/local/tests/geglgtk3-0.1/package.json new file mode 100644 index 000000000..fbc80912e --- /dev/null +++ b/local/tests/geglgtk3-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-geglgtk3-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/geglgtk3-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/geglgtk3-0.1/test.ts b/local/tests/geglgtk3-0.1/test.ts new file mode 100644 index 000000000..651f3efc8 --- /dev/null +++ b/local/tests/geglgtk3-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/geglgtk3-0.1'; diff --git a/local/tests/geglgtk3-0.1/tsconfig.json b/local/tests/geglgtk3-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/geglgtk3-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/geoclue-2.0/package.json b/local/tests/geoclue-2.0/package.json new file mode 100644 index 000000000..b8b923cf7 --- /dev/null +++ b/local/tests/geoclue-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-geoclue-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/geoclue-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/geoclue-2.0/test.ts b/local/tests/geoclue-2.0/test.ts new file mode 100644 index 000000000..464b5fc0d --- /dev/null +++ b/local/tests/geoclue-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/geoclue-2.0'; diff --git a/local/tests/geoclue-2.0/tsconfig.json b/local/tests/geoclue-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/geoclue-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/geocodeglib-1.0/package.json b/local/tests/geocodeglib-1.0/package.json new file mode 100644 index 000000000..82c4e9c4b --- /dev/null +++ b/local/tests/geocodeglib-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-geocodeglib-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/geocodeglib-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/geocodeglib-1.0/test.ts b/local/tests/geocodeglib-1.0/test.ts new file mode 100644 index 000000000..06f1d76d9 --- /dev/null +++ b/local/tests/geocodeglib-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/geocodeglib-1.0'; diff --git a/local/tests/geocodeglib-1.0/tsconfig.json b/local/tests/geocodeglib-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/geocodeglib-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/geocodeglib-2.0/package.json b/local/tests/geocodeglib-2.0/package.json new file mode 100644 index 000000000..d67a2a5b3 --- /dev/null +++ b/local/tests/geocodeglib-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-geocodeglib-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/geocodeglib-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/geocodeglib-2.0/test.ts b/local/tests/geocodeglib-2.0/test.ts new file mode 100644 index 000000000..dbeb1667a --- /dev/null +++ b/local/tests/geocodeglib-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/geocodeglib-2.0'; diff --git a/local/tests/geocodeglib-2.0/tsconfig.json b/local/tests/geocodeglib-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/geocodeglib-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gepub-0.5/package.json b/local/tests/gepub-0.5/package.json new file mode 100644 index 000000000..2c5d2b8a2 --- /dev/null +++ b/local/tests/gepub-0.5/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gepub-0.5", + "version": "1.0.0", + "dependencies": { + "@girs/gepub-0.5": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gepub-0.5/test.ts b/local/tests/gepub-0.5/test.ts new file mode 100644 index 000000000..97c303bb1 --- /dev/null +++ b/local/tests/gepub-0.5/test.ts @@ -0,0 +1 @@ +import '@girs/gepub-0.5'; diff --git a/local/tests/gepub-0.5/tsconfig.json b/local/tests/gepub-0.5/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gepub-0.5/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ges-1.0/package.json b/local/tests/ges-1.0/package.json new file mode 100644 index 000000000..cf226bf7e --- /dev/null +++ b/local/tests/ges-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ges-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/ges-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ges-1.0/test.ts b/local/tests/ges-1.0/test.ts new file mode 100644 index 000000000..50abcd8a7 --- /dev/null +++ b/local/tests/ges-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/ges-1.0'; diff --git a/local/tests/ges-1.0/tsconfig.json b/local/tests/ges-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ges-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gexiv2-0.10/package.json b/local/tests/gexiv2-0.10/package.json new file mode 100644 index 000000000..a8c6ef459 --- /dev/null +++ b/local/tests/gexiv2-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gexiv2-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gexiv2-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gexiv2-0.10/test.ts b/local/tests/gexiv2-0.10/test.ts new file mode 100644 index 000000000..7c026e534 --- /dev/null +++ b/local/tests/gexiv2-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gexiv2-0.10'; diff --git a/local/tests/gexiv2-0.10/tsconfig.json b/local/tests/gexiv2-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gexiv2-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gfbgraph-0.2/package.json b/local/tests/gfbgraph-0.2/package.json new file mode 100644 index 000000000..eb501d2cb --- /dev/null +++ b/local/tests/gfbgraph-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gfbgraph-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/gfbgraph-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gfbgraph-0.2/test.ts b/local/tests/gfbgraph-0.2/test.ts new file mode 100644 index 000000000..823e206b5 --- /dev/null +++ b/local/tests/gfbgraph-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/gfbgraph-0.2'; diff --git a/local/tests/gfbgraph-0.2/tsconfig.json b/local/tests/gfbgraph-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gfbgraph-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gfbgraph-0.3/package.json b/local/tests/gfbgraph-0.3/package.json new file mode 100644 index 000000000..4ceeddf9f --- /dev/null +++ b/local/tests/gfbgraph-0.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gfbgraph-0.3", + "version": "1.0.0", + "dependencies": { + "@girs/gfbgraph-0.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gfbgraph-0.3/test.ts b/local/tests/gfbgraph-0.3/test.ts new file mode 100644 index 000000000..845d4b05e --- /dev/null +++ b/local/tests/gfbgraph-0.3/test.ts @@ -0,0 +1 @@ +import '@girs/gfbgraph-0.3'; diff --git a/local/tests/gfbgraph-0.3/tsconfig.json b/local/tests/gfbgraph-0.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gfbgraph-0.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ggit-1.0/package.json b/local/tests/ggit-1.0/package.json new file mode 100644 index 000000000..f80ba050f --- /dev/null +++ b/local/tests/ggit-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ggit-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/ggit-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ggit-1.0/test.ts b/local/tests/ggit-1.0/test.ts new file mode 100644 index 000000000..02a73ae5c --- /dev/null +++ b/local/tests/ggit-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/ggit-1.0'; diff --git a/local/tests/ggit-1.0/tsconfig.json b/local/tests/ggit-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ggit-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gio-2.0/package.json b/local/tests/gio-2.0/package.json new file mode 100644 index 000000000..6f14fa9a4 --- /dev/null +++ b/local/tests/gio-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gio-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gio-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gio-2.0/test.ts b/local/tests/gio-2.0/test.ts new file mode 100644 index 000000000..8df6329d1 --- /dev/null +++ b/local/tests/gio-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gio-2.0'; diff --git a/local/tests/gio-2.0/tsconfig.json b/local/tests/gio-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gio-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/girepository-2.0/package.json b/local/tests/girepository-2.0/package.json new file mode 100644 index 000000000..ada0ff9de --- /dev/null +++ b/local/tests/girepository-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-girepository-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/girepository-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/girepository-2.0/test.ts b/local/tests/girepository-2.0/test.ts new file mode 100644 index 000000000..c1ec535ba --- /dev/null +++ b/local/tests/girepository-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/girepository-2.0'; diff --git a/local/tests/girepository-2.0/tsconfig.json b/local/tests/girepository-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/girepository-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gitg-1.0/package.json b/local/tests/gitg-1.0/package.json new file mode 100644 index 000000000..96dca5a75 --- /dev/null +++ b/local/tests/gitg-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gitg-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gitg-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gitg-1.0/test.ts b/local/tests/gitg-1.0/test.ts new file mode 100644 index 000000000..cf2677408 --- /dev/null +++ b/local/tests/gitg-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gitg-1.0'; diff --git a/local/tests/gitg-1.0/tsconfig.json b/local/tests/gitg-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gitg-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gitgext-1.0/package.json b/local/tests/gitgext-1.0/package.json new file mode 100644 index 000000000..4e56683e7 --- /dev/null +++ b/local/tests/gitgext-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gitgext-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gitgext-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gitgext-1.0/test.ts b/local/tests/gitgext-1.0/test.ts new file mode 100644 index 000000000..bbad051de --- /dev/null +++ b/local/tests/gitgext-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gitgext-1.0'; diff --git a/local/tests/gitgext-1.0/tsconfig.json b/local/tests/gitgext-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gitgext-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gjs/package.json b/local/tests/gjs/package.json new file mode 100644 index 000000000..85910a6ec --- /dev/null +++ b/local/tests/gjs/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gjs", + "version": "1.0.0", + "dependencies": { + "@girs/gjs": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gjs/test.ts b/local/tests/gjs/test.ts new file mode 100644 index 000000000..573030110 --- /dev/null +++ b/local/tests/gjs/test.ts @@ -0,0 +1,4 @@ +// https://www.typescriptlang.org/docs/handbook/modules.html#ambient-modules +// https://stackoverflow.com/questions/45099605/ambient-declaration-with-an-imported-type-in-typescriptimport '@girs/gjs/gettext';import '@girs/gjs/gettext'; + import '@girs/gjs/system';import '@girs/gjs/system'; + import '@girs/gjs/cairo'; diff --git a/local/tests/gjs/tsconfig.json b/local/tests/gjs/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gjs/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gjsdbus-1.0/package.json b/local/tests/gjsdbus-1.0/package.json new file mode 100644 index 000000000..5ad6f8676 --- /dev/null +++ b/local/tests/gjsdbus-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gjsdbus-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gjsdbus-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gjsdbus-1.0/test.ts b/local/tests/gjsdbus-1.0/test.ts new file mode 100644 index 000000000..1f6957179 --- /dev/null +++ b/local/tests/gjsdbus-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gjsdbus-1.0'; diff --git a/local/tests/gjsdbus-1.0/tsconfig.json b/local/tests/gjsdbus-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gjsdbus-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gkbd-3.0/package.json b/local/tests/gkbd-3.0/package.json new file mode 100644 index 000000000..11def38e6 --- /dev/null +++ b/local/tests/gkbd-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gkbd-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gkbd-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gkbd-3.0/test.ts b/local/tests/gkbd-3.0/test.ts new file mode 100644 index 000000000..7ed3c3ecc --- /dev/null +++ b/local/tests/gkbd-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gkbd-3.0'; diff --git a/local/tests/gkbd-3.0/tsconfig.json b/local/tests/gkbd-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gkbd-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gl-1.0/package.json b/local/tests/gl-1.0/package.json new file mode 100644 index 000000000..2250702a3 --- /dev/null +++ b/local/tests/gl-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gl-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gl-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gl-1.0/test.ts b/local/tests/gl-1.0/test.ts new file mode 100644 index 000000000..167d99e94 --- /dev/null +++ b/local/tests/gl-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gl-1.0'; diff --git a/local/tests/gl-1.0/tsconfig.json b/local/tests/gl-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gl-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gladeui-2.0/package.json b/local/tests/gladeui-2.0/package.json new file mode 100644 index 000000000..bd2ede84a --- /dev/null +++ b/local/tests/gladeui-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gladeui-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gladeui-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gladeui-2.0/test.ts b/local/tests/gladeui-2.0/test.ts new file mode 100644 index 000000000..a958e0440 --- /dev/null +++ b/local/tests/gladeui-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gladeui-2.0'; diff --git a/local/tests/gladeui-2.0/tsconfig.json b/local/tests/gladeui-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gladeui-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/glib-2.0/package.json b/local/tests/glib-2.0/package.json new file mode 100644 index 000000000..d004db77f --- /dev/null +++ b/local/tests/glib-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-glib-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/glib-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/glib-2.0/test.ts b/local/tests/glib-2.0/test.ts new file mode 100644 index 000000000..029994aa8 --- /dev/null +++ b/local/tests/glib-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/glib-2.0'; diff --git a/local/tests/glib-2.0/tsconfig.json b/local/tests/glib-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/glib-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gmenu-3.0/package.json b/local/tests/gmenu-3.0/package.json new file mode 100644 index 000000000..582c491e4 --- /dev/null +++ b/local/tests/gmenu-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gmenu-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gmenu-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gmenu-3.0/test.ts b/local/tests/gmenu-3.0/test.ts new file mode 100644 index 000000000..a03f77175 --- /dev/null +++ b/local/tests/gmenu-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gmenu-3.0'; diff --git a/local/tests/gmenu-3.0/tsconfig.json b/local/tests/gmenu-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gmenu-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gmime-3.0/package.json b/local/tests/gmime-3.0/package.json new file mode 100644 index 000000000..bd48ed5f4 --- /dev/null +++ b/local/tests/gmime-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gmime-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gmime-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gmime-3.0/test.ts b/local/tests/gmime-3.0/test.ts new file mode 100644 index 000000000..35d35435f --- /dev/null +++ b/local/tests/gmime-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gmime-3.0'; diff --git a/local/tests/gmime-3.0/tsconfig.json b/local/tests/gmime-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gmime-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gmodule-2.0/package.json b/local/tests/gmodule-2.0/package.json new file mode 100644 index 000000000..4d9ecbd39 --- /dev/null +++ b/local/tests/gmodule-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gmodule-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gmodule-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gmodule-2.0/test.ts b/local/tests/gmodule-2.0/test.ts new file mode 100644 index 000000000..bc9fd165f --- /dev/null +++ b/local/tests/gmodule-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gmodule-2.0'; diff --git a/local/tests/gmodule-2.0/tsconfig.json b/local/tests/gmodule-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gmodule-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomeautoar-0.1/package.json b/local/tests/gnomeautoar-0.1/package.json new file mode 100644 index 000000000..25ef0c491 --- /dev/null +++ b/local/tests/gnomeautoar-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomeautoar-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/gnomeautoar-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomeautoar-0.1/test.ts b/local/tests/gnomeautoar-0.1/test.ts new file mode 100644 index 000000000..54733750b --- /dev/null +++ b/local/tests/gnomeautoar-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/gnomeautoar-0.1'; diff --git a/local/tests/gnomeautoar-0.1/tsconfig.json b/local/tests/gnomeautoar-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomeautoar-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomeautoargtk-0.1/package.json b/local/tests/gnomeautoargtk-0.1/package.json new file mode 100644 index 000000000..4d26a81a2 --- /dev/null +++ b/local/tests/gnomeautoargtk-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomeautoargtk-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/gnomeautoargtk-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomeautoargtk-0.1/test.ts b/local/tests/gnomeautoargtk-0.1/test.ts new file mode 100644 index 000000000..19374a12a --- /dev/null +++ b/local/tests/gnomeautoargtk-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/gnomeautoargtk-0.1'; diff --git a/local/tests/gnomeautoargtk-0.1/tsconfig.json b/local/tests/gnomeautoargtk-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomeautoargtk-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomebg-4.0/package.json b/local/tests/gnomebg-4.0/package.json new file mode 100644 index 000000000..f36a5d9d1 --- /dev/null +++ b/local/tests/gnomebg-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomebg-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomebg-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomebg-4.0/test.ts b/local/tests/gnomebg-4.0/test.ts new file mode 100644 index 000000000..b16dd0015 --- /dev/null +++ b/local/tests/gnomebg-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomebg-4.0'; diff --git a/local/tests/gnomebg-4.0/tsconfig.json b/local/tests/gnomebg-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomebg-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomebluetooth-1.0/package.json b/local/tests/gnomebluetooth-1.0/package.json new file mode 100644 index 000000000..e8233568a --- /dev/null +++ b/local/tests/gnomebluetooth-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomebluetooth-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomebluetooth-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomebluetooth-1.0/test.ts b/local/tests/gnomebluetooth-1.0/test.ts new file mode 100644 index 000000000..809acb9b6 --- /dev/null +++ b/local/tests/gnomebluetooth-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomebluetooth-1.0'; diff --git a/local/tests/gnomebluetooth-1.0/tsconfig.json b/local/tests/gnomebluetooth-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomebluetooth-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomebluetooth-3.0/package.json b/local/tests/gnomebluetooth-3.0/package.json new file mode 100644 index 000000000..aede2cb21 --- /dev/null +++ b/local/tests/gnomebluetooth-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomebluetooth-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomebluetooth-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomebluetooth-3.0/test.ts b/local/tests/gnomebluetooth-3.0/test.ts new file mode 100644 index 000000000..23cc1b5c5 --- /dev/null +++ b/local/tests/gnomebluetooth-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomebluetooth-3.0'; diff --git a/local/tests/gnomebluetooth-3.0/tsconfig.json b/local/tests/gnomebluetooth-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomebluetooth-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomedesktop-3.0/package.json b/local/tests/gnomedesktop-3.0/package.json new file mode 100644 index 000000000..a07a8ffd0 --- /dev/null +++ b/local/tests/gnomedesktop-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomedesktop-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomedesktop-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomedesktop-3.0/test.ts b/local/tests/gnomedesktop-3.0/test.ts new file mode 100644 index 000000000..759826f01 --- /dev/null +++ b/local/tests/gnomedesktop-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomedesktop-3.0'; diff --git a/local/tests/gnomedesktop-3.0/tsconfig.json b/local/tests/gnomedesktop-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomedesktop-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomedesktop-4.0/package.json b/local/tests/gnomedesktop-4.0/package.json new file mode 100644 index 000000000..c6893d42b --- /dev/null +++ b/local/tests/gnomedesktop-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomedesktop-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomedesktop-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomedesktop-4.0/test.ts b/local/tests/gnomedesktop-4.0/test.ts new file mode 100644 index 000000000..03cce8b33 --- /dev/null +++ b/local/tests/gnomedesktop-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomedesktop-4.0'; diff --git a/local/tests/gnomedesktop-4.0/tsconfig.json b/local/tests/gnomedesktop-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomedesktop-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomekeyring-1.0/package.json b/local/tests/gnomekeyring-1.0/package.json new file mode 100644 index 000000000..d5974cb48 --- /dev/null +++ b/local/tests/gnomekeyring-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomekeyring-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomekeyring-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomekeyring-1.0/test.ts b/local/tests/gnomekeyring-1.0/test.ts new file mode 100644 index 000000000..d8dda3895 --- /dev/null +++ b/local/tests/gnomekeyring-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomekeyring-1.0'; diff --git a/local/tests/gnomekeyring-1.0/tsconfig.json b/local/tests/gnomekeyring-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomekeyring-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomemaps-1.0/package.json b/local/tests/gnomemaps-1.0/package.json new file mode 100644 index 000000000..3ec31ef52 --- /dev/null +++ b/local/tests/gnomemaps-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomemaps-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomemaps-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomemaps-1.0/test.ts b/local/tests/gnomemaps-1.0/test.ts new file mode 100644 index 000000000..5ca8c8277 --- /dev/null +++ b/local/tests/gnomemaps-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomemaps-1.0'; diff --git a/local/tests/gnomemaps-1.0/tsconfig.json b/local/tests/gnomemaps-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomemaps-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gnomerr-4.0/package.json b/local/tests/gnomerr-4.0/package.json new file mode 100644 index 000000000..692aa3f2e --- /dev/null +++ b/local/tests/gnomerr-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gnomerr-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gnomerr-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gnomerr-4.0/test.ts b/local/tests/gnomerr-4.0/test.ts new file mode 100644 index 000000000..eeeb49b83 --- /dev/null +++ b/local/tests/gnomerr-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gnomerr-4.0'; diff --git a/local/tests/gnomerr-4.0/tsconfig.json b/local/tests/gnomerr-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gnomerr-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/goa-1.0/package.json b/local/tests/goa-1.0/package.json new file mode 100644 index 000000000..2df28f582 --- /dev/null +++ b/local/tests/goa-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-goa-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/goa-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/goa-1.0/test.ts b/local/tests/goa-1.0/test.ts new file mode 100644 index 000000000..6ec216356 --- /dev/null +++ b/local/tests/goa-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/goa-1.0'; diff --git a/local/tests/goa-1.0/tsconfig.json b/local/tests/goa-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/goa-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gobject-2.0/package.json b/local/tests/gobject-2.0/package.json new file mode 100644 index 000000000..992e2de9b --- /dev/null +++ b/local/tests/gobject-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gobject-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gobject-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gobject-2.0/test.ts b/local/tests/gobject-2.0/test.ts new file mode 100644 index 000000000..efdb5dbf6 --- /dev/null +++ b/local/tests/gobject-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gobject-2.0'; diff --git a/local/tests/gobject-2.0/tsconfig.json b/local/tests/gobject-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gobject-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/goocanvas-2.0/package.json b/local/tests/goocanvas-2.0/package.json new file mode 100644 index 000000000..15becaca4 --- /dev/null +++ b/local/tests/goocanvas-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-goocanvas-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/goocanvas-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/goocanvas-2.0/test.ts b/local/tests/goocanvas-2.0/test.ts new file mode 100644 index 000000000..c72b88796 --- /dev/null +++ b/local/tests/goocanvas-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/goocanvas-2.0'; diff --git a/local/tests/goocanvas-2.0/tsconfig.json b/local/tests/goocanvas-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/goocanvas-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/goocanvas-3.0/package.json b/local/tests/goocanvas-3.0/package.json new file mode 100644 index 000000000..c5fadc7ee --- /dev/null +++ b/local/tests/goocanvas-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-goocanvas-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/goocanvas-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/goocanvas-3.0/test.ts b/local/tests/goocanvas-3.0/test.ts new file mode 100644 index 000000000..c0eec15f0 --- /dev/null +++ b/local/tests/goocanvas-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/goocanvas-3.0'; diff --git a/local/tests/goocanvas-3.0/tsconfig.json b/local/tests/goocanvas-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/goocanvas-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/govirt-1.0/package.json b/local/tests/govirt-1.0/package.json new file mode 100644 index 000000000..8fafdc686 --- /dev/null +++ b/local/tests/govirt-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-govirt-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/govirt-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/govirt-1.0/test.ts b/local/tests/govirt-1.0/test.ts new file mode 100644 index 000000000..9ea76c0c5 --- /dev/null +++ b/local/tests/govirt-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/govirt-1.0'; diff --git a/local/tests/govirt-1.0/tsconfig.json b/local/tests/govirt-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/govirt-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gpseq-1.0/package.json b/local/tests/gpseq-1.0/package.json new file mode 100644 index 000000000..a53ffbe1f --- /dev/null +++ b/local/tests/gpseq-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gpseq-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gpseq-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gpseq-1.0/test.ts b/local/tests/gpseq-1.0/test.ts new file mode 100644 index 000000000..56bcd4065 --- /dev/null +++ b/local/tests/gpseq-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gpseq-1.0'; diff --git a/local/tests/gpseq-1.0/tsconfig.json b/local/tests/gpseq-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gpseq-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/granite-1.0/package.json b/local/tests/granite-1.0/package.json new file mode 100644 index 000000000..5231ede41 --- /dev/null +++ b/local/tests/granite-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-granite-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/granite-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/granite-1.0/test.ts b/local/tests/granite-1.0/test.ts new file mode 100644 index 000000000..ab4e93726 --- /dev/null +++ b/local/tests/granite-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/granite-1.0'; diff --git a/local/tests/granite-1.0/tsconfig.json b/local/tests/granite-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/granite-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/granite-7.0/package.json b/local/tests/granite-7.0/package.json new file mode 100644 index 000000000..a3aa56db8 --- /dev/null +++ b/local/tests/granite-7.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-granite-7.0", + "version": "1.0.0", + "dependencies": { + "@girs/granite-7.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/granite-7.0/test.ts b/local/tests/granite-7.0/test.ts new file mode 100644 index 000000000..d4ce54f49 --- /dev/null +++ b/local/tests/granite-7.0/test.ts @@ -0,0 +1 @@ +import '@girs/granite-7.0'; diff --git a/local/tests/granite-7.0/tsconfig.json b/local/tests/granite-7.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/granite-7.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/graphene-1.0/package.json b/local/tests/graphene-1.0/package.json new file mode 100644 index 000000000..f3ce0d0ef --- /dev/null +++ b/local/tests/graphene-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-graphene-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/graphene-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/graphene-1.0/test.ts b/local/tests/graphene-1.0/test.ts new file mode 100644 index 000000000..fd0e4dfe5 --- /dev/null +++ b/local/tests/graphene-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/graphene-1.0'; diff --git a/local/tests/graphene-1.0/tsconfig.json b/local/tests/graphene-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/graphene-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grl-0.1/package.json b/local/tests/grl-0.1/package.json new file mode 100644 index 000000000..8bc819c3e --- /dev/null +++ b/local/tests/grl-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grl-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/grl-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grl-0.1/test.ts b/local/tests/grl-0.1/test.ts new file mode 100644 index 000000000..262b42213 --- /dev/null +++ b/local/tests/grl-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/grl-0.1'; diff --git a/local/tests/grl-0.1/tsconfig.json b/local/tests/grl-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grl-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grl-0.2/package.json b/local/tests/grl-0.2/package.json new file mode 100644 index 000000000..07f27f194 --- /dev/null +++ b/local/tests/grl-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grl-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/grl-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grl-0.2/test.ts b/local/tests/grl-0.2/test.ts new file mode 100644 index 000000000..865ae78dc --- /dev/null +++ b/local/tests/grl-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/grl-0.2'; diff --git a/local/tests/grl-0.2/tsconfig.json b/local/tests/grl-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grl-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grl-0.3/package.json b/local/tests/grl-0.3/package.json new file mode 100644 index 000000000..fda573551 --- /dev/null +++ b/local/tests/grl-0.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grl-0.3", + "version": "1.0.0", + "dependencies": { + "@girs/grl-0.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grl-0.3/test.ts b/local/tests/grl-0.3/test.ts new file mode 100644 index 000000000..1e51dfa62 --- /dev/null +++ b/local/tests/grl-0.3/test.ts @@ -0,0 +1 @@ +import '@girs/grl-0.3'; diff --git a/local/tests/grl-0.3/tsconfig.json b/local/tests/grl-0.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grl-0.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grlnet-0.1/package.json b/local/tests/grlnet-0.1/package.json new file mode 100644 index 000000000..50771cf18 --- /dev/null +++ b/local/tests/grlnet-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grlnet-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/grlnet-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grlnet-0.1/test.ts b/local/tests/grlnet-0.1/test.ts new file mode 100644 index 000000000..7946ad0a1 --- /dev/null +++ b/local/tests/grlnet-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/grlnet-0.1'; diff --git a/local/tests/grlnet-0.1/tsconfig.json b/local/tests/grlnet-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grlnet-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grlnet-0.2/package.json b/local/tests/grlnet-0.2/package.json new file mode 100644 index 000000000..8b374cda3 --- /dev/null +++ b/local/tests/grlnet-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grlnet-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/grlnet-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grlnet-0.2/test.ts b/local/tests/grlnet-0.2/test.ts new file mode 100644 index 000000000..551e2286c --- /dev/null +++ b/local/tests/grlnet-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/grlnet-0.2'; diff --git a/local/tests/grlnet-0.2/tsconfig.json b/local/tests/grlnet-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grlnet-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grlnet-0.3/package.json b/local/tests/grlnet-0.3/package.json new file mode 100644 index 000000000..c148f0a8e --- /dev/null +++ b/local/tests/grlnet-0.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grlnet-0.3", + "version": "1.0.0", + "dependencies": { + "@girs/grlnet-0.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grlnet-0.3/test.ts b/local/tests/grlnet-0.3/test.ts new file mode 100644 index 000000000..7790591e3 --- /dev/null +++ b/local/tests/grlnet-0.3/test.ts @@ -0,0 +1 @@ +import '@girs/grlnet-0.3'; diff --git a/local/tests/grlnet-0.3/tsconfig.json b/local/tests/grlnet-0.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grlnet-0.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grlpls-0.2/package.json b/local/tests/grlpls-0.2/package.json new file mode 100644 index 000000000..d95e13f47 --- /dev/null +++ b/local/tests/grlpls-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grlpls-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/grlpls-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grlpls-0.2/test.ts b/local/tests/grlpls-0.2/test.ts new file mode 100644 index 000000000..24298ab79 --- /dev/null +++ b/local/tests/grlpls-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/grlpls-0.2'; diff --git a/local/tests/grlpls-0.2/tsconfig.json b/local/tests/grlpls-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grlpls-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grlpls-0.3/package.json b/local/tests/grlpls-0.3/package.json new file mode 100644 index 000000000..8b66ab91f --- /dev/null +++ b/local/tests/grlpls-0.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grlpls-0.3", + "version": "1.0.0", + "dependencies": { + "@girs/grlpls-0.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grlpls-0.3/test.ts b/local/tests/grlpls-0.3/test.ts new file mode 100644 index 000000000..1d5edbf8f --- /dev/null +++ b/local/tests/grlpls-0.3/test.ts @@ -0,0 +1 @@ +import '@girs/grlpls-0.3'; diff --git a/local/tests/grlpls-0.3/tsconfig.json b/local/tests/grlpls-0.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grlpls-0.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/grss-0.7/package.json b/local/tests/grss-0.7/package.json new file mode 100644 index 000000000..0920ce4f2 --- /dev/null +++ b/local/tests/grss-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-grss-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/grss-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/grss-0.7/test.ts b/local/tests/grss-0.7/test.ts new file mode 100644 index 000000000..3e64ce7cf --- /dev/null +++ b/local/tests/grss-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/grss-0.7'; diff --git a/local/tests/grss-0.7/tsconfig.json b/local/tests/grss-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/grss-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsf-1/package.json b/local/tests/gsf-1/package.json new file mode 100644 index 000000000..f7a384082 --- /dev/null +++ b/local/tests/gsf-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsf-1", + "version": "1.0.0", + "dependencies": { + "@girs/gsf-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsf-1/test.ts b/local/tests/gsf-1/test.ts new file mode 100644 index 000000000..e63328635 --- /dev/null +++ b/local/tests/gsf-1/test.ts @@ -0,0 +1 @@ +import '@girs/gsf-1'; diff --git a/local/tests/gsf-1/tsconfig.json b/local/tests/gsf-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsf-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsignon-1.0/package.json b/local/tests/gsignon-1.0/package.json new file mode 100644 index 000000000..0d0e606b0 --- /dev/null +++ b/local/tests/gsignon-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsignon-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsignon-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsignon-1.0/test.ts b/local/tests/gsignon-1.0/test.ts new file mode 100644 index 000000000..3d8fc84c3 --- /dev/null +++ b/local/tests/gsignon-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsignon-1.0'; diff --git a/local/tests/gsignon-1.0/tsconfig.json b/local/tests/gsignon-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsignon-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsignond-1.0/package.json b/local/tests/gsignond-1.0/package.json new file mode 100644 index 000000000..6ef5200ed --- /dev/null +++ b/local/tests/gsignond-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsignond-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsignond-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsignond-1.0/test.ts b/local/tests/gsignond-1.0/test.ts new file mode 100644 index 000000000..672208def --- /dev/null +++ b/local/tests/gsignond-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsignond-1.0'; diff --git a/local/tests/gsignond-1.0/tsconfig.json b/local/tests/gsignond-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsignond-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsk-4.0/package.json b/local/tests/gsk-4.0/package.json new file mode 100644 index 000000000..f565754ff --- /dev/null +++ b/local/tests/gsk-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsk-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsk-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsk-4.0/test.ts b/local/tests/gsk-4.0/test.ts new file mode 100644 index 000000000..5ff7419d8 --- /dev/null +++ b/local/tests/gsk-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsk-4.0'; diff --git a/local/tests/gsk-4.0/tsconfig.json b/local/tests/gsk-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsk-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsound-1.0/package.json b/local/tests/gsound-1.0/package.json new file mode 100644 index 000000000..2fc222567 --- /dev/null +++ b/local/tests/gsound-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsound-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsound-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsound-1.0/test.ts b/local/tests/gsound-1.0/test.ts new file mode 100644 index 000000000..066c47a64 --- /dev/null +++ b/local/tests/gsound-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsound-1.0'; diff --git a/local/tests/gsound-1.0/tsconfig.json b/local/tests/gsound-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsound-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gspell-1/package.json b/local/tests/gspell-1/package.json new file mode 100644 index 000000000..bc46f8b10 --- /dev/null +++ b/local/tests/gspell-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gspell-1", + "version": "1.0.0", + "dependencies": { + "@girs/gspell-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gspell-1/test.ts b/local/tests/gspell-1/test.ts new file mode 100644 index 000000000..74385ab46 --- /dev/null +++ b/local/tests/gspell-1/test.ts @@ -0,0 +1 @@ +import '@girs/gspell-1'; diff --git a/local/tests/gspell-1/tsconfig.json b/local/tests/gspell-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gspell-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gssdp-1.0/package.json b/local/tests/gssdp-1.0/package.json new file mode 100644 index 000000000..553cf3a1b --- /dev/null +++ b/local/tests/gssdp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gssdp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gssdp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gssdp-1.0/test.ts b/local/tests/gssdp-1.0/test.ts new file mode 100644 index 000000000..881d12602 --- /dev/null +++ b/local/tests/gssdp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gssdp-1.0'; diff --git a/local/tests/gssdp-1.0/tsconfig.json b/local/tests/gssdp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gssdp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gssdp-1.2/package.json b/local/tests/gssdp-1.2/package.json new file mode 100644 index 000000000..cc752d60b --- /dev/null +++ b/local/tests/gssdp-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gssdp-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/gssdp-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gssdp-1.2/test.ts b/local/tests/gssdp-1.2/test.ts new file mode 100644 index 000000000..d6ab6eece --- /dev/null +++ b/local/tests/gssdp-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/gssdp-1.2'; diff --git a/local/tests/gssdp-1.2/tsconfig.json b/local/tests/gssdp-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gssdp-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gssdp-1.6/package.json b/local/tests/gssdp-1.6/package.json new file mode 100644 index 000000000..5cb06be55 --- /dev/null +++ b/local/tests/gssdp-1.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gssdp-1.6", + "version": "1.0.0", + "dependencies": { + "@girs/gssdp-1.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gssdp-1.6/test.ts b/local/tests/gssdp-1.6/test.ts new file mode 100644 index 000000000..899dd824a --- /dev/null +++ b/local/tests/gssdp-1.6/test.ts @@ -0,0 +1 @@ +import '@girs/gssdp-1.6'; diff --git a/local/tests/gssdp-1.6/tsconfig.json b/local/tests/gssdp-1.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gssdp-1.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gst-0.10/package.json b/local/tests/gst-0.10/package.json new file mode 100644 index 000000000..5af4b078a --- /dev/null +++ b/local/tests/gst-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gst-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gst-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gst-0.10/test.ts b/local/tests/gst-0.10/test.ts new file mode 100644 index 000000000..1cb7a9ec7 --- /dev/null +++ b/local/tests/gst-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gst-0.10'; diff --git a/local/tests/gst-0.10/tsconfig.json b/local/tests/gst-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gst-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gst-1.0/package.json b/local/tests/gst-1.0/package.json new file mode 100644 index 000000000..f60d42fb1 --- /dev/null +++ b/local/tests/gst-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gst-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gst-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gst-1.0/test.ts b/local/tests/gst-1.0/test.ts new file mode 100644 index 000000000..918015b09 --- /dev/null +++ b/local/tests/gst-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gst-1.0'; diff --git a/local/tests/gst-1.0/tsconfig.json b/local/tests/gst-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gst-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstallocators-1.0/package.json b/local/tests/gstallocators-1.0/package.json new file mode 100644 index 000000000..c6740df44 --- /dev/null +++ b/local/tests/gstallocators-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstallocators-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstallocators-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstallocators-1.0/test.ts b/local/tests/gstallocators-1.0/test.ts new file mode 100644 index 000000000..dc981d5cf --- /dev/null +++ b/local/tests/gstallocators-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstallocators-1.0'; diff --git a/local/tests/gstallocators-1.0/tsconfig.json b/local/tests/gstallocators-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstallocators-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstapp-1.0/package.json b/local/tests/gstapp-1.0/package.json new file mode 100644 index 000000000..641d398ff --- /dev/null +++ b/local/tests/gstapp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstapp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstapp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstapp-1.0/test.ts b/local/tests/gstapp-1.0/test.ts new file mode 100644 index 000000000..82bc9252d --- /dev/null +++ b/local/tests/gstapp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstapp-1.0'; diff --git a/local/tests/gstapp-1.0/tsconfig.json b/local/tests/gstapp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstapp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstaudio-1.0/package.json b/local/tests/gstaudio-1.0/package.json new file mode 100644 index 000000000..798f2cf56 --- /dev/null +++ b/local/tests/gstaudio-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstaudio-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstaudio-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstaudio-1.0/test.ts b/local/tests/gstaudio-1.0/test.ts new file mode 100644 index 000000000..f180b969a --- /dev/null +++ b/local/tests/gstaudio-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstaudio-1.0'; diff --git a/local/tests/gstaudio-1.0/tsconfig.json b/local/tests/gstaudio-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstaudio-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstbadallocators-1.0/package.json b/local/tests/gstbadallocators-1.0/package.json new file mode 100644 index 000000000..35bc3189f --- /dev/null +++ b/local/tests/gstbadallocators-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstbadallocators-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstbadallocators-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstbadallocators-1.0/test.ts b/local/tests/gstbadallocators-1.0/test.ts new file mode 100644 index 000000000..663c4eee9 --- /dev/null +++ b/local/tests/gstbadallocators-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstbadallocators-1.0'; diff --git a/local/tests/gstbadallocators-1.0/tsconfig.json b/local/tests/gstbadallocators-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstbadallocators-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstbadaudio-1.0/package.json b/local/tests/gstbadaudio-1.0/package.json new file mode 100644 index 000000000..3182f2e0a --- /dev/null +++ b/local/tests/gstbadaudio-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstbadaudio-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstbadaudio-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstbadaudio-1.0/test.ts b/local/tests/gstbadaudio-1.0/test.ts new file mode 100644 index 000000000..11720114a --- /dev/null +++ b/local/tests/gstbadaudio-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstbadaudio-1.0'; diff --git a/local/tests/gstbadaudio-1.0/tsconfig.json b/local/tests/gstbadaudio-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstbadaudio-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstbase-0.10/package.json b/local/tests/gstbase-0.10/package.json new file mode 100644 index 000000000..945c70437 --- /dev/null +++ b/local/tests/gstbase-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstbase-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gstbase-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstbase-0.10/test.ts b/local/tests/gstbase-0.10/test.ts new file mode 100644 index 000000000..c7816214d --- /dev/null +++ b/local/tests/gstbase-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gstbase-0.10'; diff --git a/local/tests/gstbase-0.10/tsconfig.json b/local/tests/gstbase-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstbase-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstbase-1.0/package.json b/local/tests/gstbase-1.0/package.json new file mode 100644 index 000000000..544b6f68b --- /dev/null +++ b/local/tests/gstbase-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstbase-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstbase-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstbase-1.0/test.ts b/local/tests/gstbase-1.0/test.ts new file mode 100644 index 000000000..0aefd97f1 --- /dev/null +++ b/local/tests/gstbase-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstbase-1.0'; diff --git a/local/tests/gstbase-1.0/tsconfig.json b/local/tests/gstbase-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstbase-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstcheck-1.0/package.json b/local/tests/gstcheck-1.0/package.json new file mode 100644 index 000000000..0ce57fc01 --- /dev/null +++ b/local/tests/gstcheck-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstcheck-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstcheck-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstcheck-1.0/test.ts b/local/tests/gstcheck-1.0/test.ts new file mode 100644 index 000000000..3b2429c47 --- /dev/null +++ b/local/tests/gstcheck-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstcheck-1.0'; diff --git a/local/tests/gstcheck-1.0/tsconfig.json b/local/tests/gstcheck-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstcheck-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstcodecs-1.0/package.json b/local/tests/gstcodecs-1.0/package.json new file mode 100644 index 000000000..e93e9ddb2 --- /dev/null +++ b/local/tests/gstcodecs-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstcodecs-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstcodecs-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstcodecs-1.0/test.ts b/local/tests/gstcodecs-1.0/test.ts new file mode 100644 index 000000000..f58b5ccca --- /dev/null +++ b/local/tests/gstcodecs-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstcodecs-1.0'; diff --git a/local/tests/gstcodecs-1.0/tsconfig.json b/local/tests/gstcodecs-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstcodecs-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstcontroller-1.0/package.json b/local/tests/gstcontroller-1.0/package.json new file mode 100644 index 000000000..f671d1673 --- /dev/null +++ b/local/tests/gstcontroller-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstcontroller-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstcontroller-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstcontroller-1.0/test.ts b/local/tests/gstcontroller-1.0/test.ts new file mode 100644 index 000000000..1c7634130 --- /dev/null +++ b/local/tests/gstcontroller-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstcontroller-1.0'; diff --git a/local/tests/gstcontroller-1.0/tsconfig.json b/local/tests/gstcontroller-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstcontroller-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstfft-1.0/package.json b/local/tests/gstfft-1.0/package.json new file mode 100644 index 000000000..4a9e659d1 --- /dev/null +++ b/local/tests/gstfft-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstfft-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstfft-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstfft-1.0/test.ts b/local/tests/gstfft-1.0/test.ts new file mode 100644 index 000000000..594601f75 --- /dev/null +++ b/local/tests/gstfft-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstfft-1.0'; diff --git a/local/tests/gstfft-1.0/tsconfig.json b/local/tests/gstfft-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstfft-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstgl-1.0/package.json b/local/tests/gstgl-1.0/package.json new file mode 100644 index 000000000..3b9e94797 --- /dev/null +++ b/local/tests/gstgl-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstgl-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstgl-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstgl-1.0/test.ts b/local/tests/gstgl-1.0/test.ts new file mode 100644 index 000000000..ee6102697 --- /dev/null +++ b/local/tests/gstgl-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstgl-1.0'; diff --git a/local/tests/gstgl-1.0/tsconfig.json b/local/tests/gstgl-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstgl-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstglegl-1.0/package.json b/local/tests/gstglegl-1.0/package.json new file mode 100644 index 000000000..8323a9e44 --- /dev/null +++ b/local/tests/gstglegl-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstglegl-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstglegl-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstglegl-1.0/test.ts b/local/tests/gstglegl-1.0/test.ts new file mode 100644 index 000000000..88dc43f56 --- /dev/null +++ b/local/tests/gstglegl-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstglegl-1.0'; diff --git a/local/tests/gstglegl-1.0/tsconfig.json b/local/tests/gstglegl-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstglegl-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstglwayland-1.0/package.json b/local/tests/gstglwayland-1.0/package.json new file mode 100644 index 000000000..30ab72d36 --- /dev/null +++ b/local/tests/gstglwayland-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstglwayland-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstglwayland-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstglwayland-1.0/test.ts b/local/tests/gstglwayland-1.0/test.ts new file mode 100644 index 000000000..cbdba44d6 --- /dev/null +++ b/local/tests/gstglwayland-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstglwayland-1.0'; diff --git a/local/tests/gstglwayland-1.0/tsconfig.json b/local/tests/gstglwayland-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstglwayland-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstglx11-1.0/package.json b/local/tests/gstglx11-1.0/package.json new file mode 100644 index 000000000..0e4ed4cf6 --- /dev/null +++ b/local/tests/gstglx11-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstglx11-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstglx11-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstglx11-1.0/test.ts b/local/tests/gstglx11-1.0/test.ts new file mode 100644 index 000000000..dfc2f9b8e --- /dev/null +++ b/local/tests/gstglx11-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstglx11-1.0'; diff --git a/local/tests/gstglx11-1.0/tsconfig.json b/local/tests/gstglx11-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstglx11-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstinsertbin-1.0/package.json b/local/tests/gstinsertbin-1.0/package.json new file mode 100644 index 000000000..764c8652d --- /dev/null +++ b/local/tests/gstinsertbin-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstinsertbin-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstinsertbin-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstinsertbin-1.0/test.ts b/local/tests/gstinsertbin-1.0/test.ts new file mode 100644 index 000000000..c8dc01ce1 --- /dev/null +++ b/local/tests/gstinsertbin-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstinsertbin-1.0'; diff --git a/local/tests/gstinsertbin-1.0/tsconfig.json b/local/tests/gstinsertbin-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstinsertbin-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstinterfaces-0.10/package.json b/local/tests/gstinterfaces-0.10/package.json new file mode 100644 index 000000000..09ff65794 --- /dev/null +++ b/local/tests/gstinterfaces-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstinterfaces-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gstinterfaces-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstinterfaces-0.10/test.ts b/local/tests/gstinterfaces-0.10/test.ts new file mode 100644 index 000000000..88d2365d3 --- /dev/null +++ b/local/tests/gstinterfaces-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gstinterfaces-0.10'; diff --git a/local/tests/gstinterfaces-0.10/tsconfig.json b/local/tests/gstinterfaces-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstinterfaces-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstmpegts-1.0/package.json b/local/tests/gstmpegts-1.0/package.json new file mode 100644 index 000000000..564ba7540 --- /dev/null +++ b/local/tests/gstmpegts-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstmpegts-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstmpegts-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstmpegts-1.0/test.ts b/local/tests/gstmpegts-1.0/test.ts new file mode 100644 index 000000000..45bde602c --- /dev/null +++ b/local/tests/gstmpegts-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstmpegts-1.0'; diff --git a/local/tests/gstmpegts-1.0/tsconfig.json b/local/tests/gstmpegts-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstmpegts-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstnet-1.0/package.json b/local/tests/gstnet-1.0/package.json new file mode 100644 index 000000000..2ca744fb2 --- /dev/null +++ b/local/tests/gstnet-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstnet-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstnet-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstnet-1.0/test.ts b/local/tests/gstnet-1.0/test.ts new file mode 100644 index 000000000..ffbf22d11 --- /dev/null +++ b/local/tests/gstnet-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstnet-1.0'; diff --git a/local/tests/gstnet-1.0/tsconfig.json b/local/tests/gstnet-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstnet-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstpbutils-0.10/package.json b/local/tests/gstpbutils-0.10/package.json new file mode 100644 index 000000000..612f33e7d --- /dev/null +++ b/local/tests/gstpbutils-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstpbutils-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gstpbutils-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstpbutils-0.10/test.ts b/local/tests/gstpbutils-0.10/test.ts new file mode 100644 index 000000000..af0257618 --- /dev/null +++ b/local/tests/gstpbutils-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gstpbutils-0.10'; diff --git a/local/tests/gstpbutils-0.10/tsconfig.json b/local/tests/gstpbutils-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstpbutils-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstpbutils-1.0/package.json b/local/tests/gstpbutils-1.0/package.json new file mode 100644 index 000000000..ae4b1fd1e --- /dev/null +++ b/local/tests/gstpbutils-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstpbutils-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstpbutils-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstpbutils-1.0/test.ts b/local/tests/gstpbutils-1.0/test.ts new file mode 100644 index 000000000..97a092bcf --- /dev/null +++ b/local/tests/gstpbutils-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstpbutils-1.0'; diff --git a/local/tests/gstpbutils-1.0/tsconfig.json b/local/tests/gstpbutils-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstpbutils-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstplay-1.0/package.json b/local/tests/gstplay-1.0/package.json new file mode 100644 index 000000000..bb476f4a2 --- /dev/null +++ b/local/tests/gstplay-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstplay-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstplay-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstplay-1.0/test.ts b/local/tests/gstplay-1.0/test.ts new file mode 100644 index 000000000..1c406e839 --- /dev/null +++ b/local/tests/gstplay-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstplay-1.0'; diff --git a/local/tests/gstplay-1.0/tsconfig.json b/local/tests/gstplay-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstplay-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstplayer-1.0/package.json b/local/tests/gstplayer-1.0/package.json new file mode 100644 index 000000000..fa4cb3fc8 --- /dev/null +++ b/local/tests/gstplayer-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstplayer-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstplayer-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstplayer-1.0/test.ts b/local/tests/gstplayer-1.0/test.ts new file mode 100644 index 000000000..6aa9257b7 --- /dev/null +++ b/local/tests/gstplayer-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstplayer-1.0'; diff --git a/local/tests/gstplayer-1.0/tsconfig.json b/local/tests/gstplayer-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstplayer-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstriff-1.0/package.json b/local/tests/gstriff-1.0/package.json new file mode 100644 index 000000000..88b13c0ce --- /dev/null +++ b/local/tests/gstriff-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstriff-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstriff-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstriff-1.0/test.ts b/local/tests/gstriff-1.0/test.ts new file mode 100644 index 000000000..04a15698a --- /dev/null +++ b/local/tests/gstriff-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstriff-1.0'; diff --git a/local/tests/gstriff-1.0/tsconfig.json b/local/tests/gstriff-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstriff-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstrtp-1.0/package.json b/local/tests/gstrtp-1.0/package.json new file mode 100644 index 000000000..eb0bda34b --- /dev/null +++ b/local/tests/gstrtp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstrtp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstrtp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstrtp-1.0/test.ts b/local/tests/gstrtp-1.0/test.ts new file mode 100644 index 000000000..ab9adecf7 --- /dev/null +++ b/local/tests/gstrtp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstrtp-1.0'; diff --git a/local/tests/gstrtp-1.0/tsconfig.json b/local/tests/gstrtp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstrtp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstrtsp-1.0/package.json b/local/tests/gstrtsp-1.0/package.json new file mode 100644 index 000000000..68e0b1142 --- /dev/null +++ b/local/tests/gstrtsp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstrtsp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstrtsp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstrtsp-1.0/test.ts b/local/tests/gstrtsp-1.0/test.ts new file mode 100644 index 000000000..87f95ad78 --- /dev/null +++ b/local/tests/gstrtsp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstrtsp-1.0'; diff --git a/local/tests/gstrtsp-1.0/tsconfig.json b/local/tests/gstrtsp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstrtsp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstrtspserver-1.0/package.json b/local/tests/gstrtspserver-1.0/package.json new file mode 100644 index 000000000..d2838d328 --- /dev/null +++ b/local/tests/gstrtspserver-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstrtspserver-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstrtspserver-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstrtspserver-1.0/test.ts b/local/tests/gstrtspserver-1.0/test.ts new file mode 100644 index 000000000..97cac9e45 --- /dev/null +++ b/local/tests/gstrtspserver-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstrtspserver-1.0'; diff --git a/local/tests/gstrtspserver-1.0/tsconfig.json b/local/tests/gstrtspserver-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstrtspserver-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstsdp-1.0/package.json b/local/tests/gstsdp-1.0/package.json new file mode 100644 index 000000000..bdf8c9184 --- /dev/null +++ b/local/tests/gstsdp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstsdp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstsdp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstsdp-1.0/test.ts b/local/tests/gstsdp-1.0/test.ts new file mode 100644 index 000000000..07fb92f31 --- /dev/null +++ b/local/tests/gstsdp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstsdp-1.0'; diff --git a/local/tests/gstsdp-1.0/tsconfig.json b/local/tests/gstsdp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstsdp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsttag-0.10/package.json b/local/tests/gsttag-0.10/package.json new file mode 100644 index 000000000..dcaed4801 --- /dev/null +++ b/local/tests/gsttag-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsttag-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gsttag-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsttag-0.10/test.ts b/local/tests/gsttag-0.10/test.ts new file mode 100644 index 000000000..cc7a51c23 --- /dev/null +++ b/local/tests/gsttag-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gsttag-0.10'; diff --git a/local/tests/gsttag-0.10/tsconfig.json b/local/tests/gsttag-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsttag-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsttag-1.0/package.json b/local/tests/gsttag-1.0/package.json new file mode 100644 index 000000000..f355d5c16 --- /dev/null +++ b/local/tests/gsttag-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsttag-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsttag-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsttag-1.0/test.ts b/local/tests/gsttag-1.0/test.ts new file mode 100644 index 000000000..256d94a0c --- /dev/null +++ b/local/tests/gsttag-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsttag-1.0'; diff --git a/local/tests/gsttag-1.0/tsconfig.json b/local/tests/gsttag-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsttag-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsttranscoder-1.0/package.json b/local/tests/gsttranscoder-1.0/package.json new file mode 100644 index 000000000..e8835ec78 --- /dev/null +++ b/local/tests/gsttranscoder-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsttranscoder-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsttranscoder-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsttranscoder-1.0/test.ts b/local/tests/gsttranscoder-1.0/test.ts new file mode 100644 index 000000000..5154f7b60 --- /dev/null +++ b/local/tests/gsttranscoder-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsttranscoder-1.0'; diff --git a/local/tests/gsttranscoder-1.0/tsconfig.json b/local/tests/gsttranscoder-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsttranscoder-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstvideo-0.10/package.json b/local/tests/gstvideo-0.10/package.json new file mode 100644 index 000000000..aeb7cc769 --- /dev/null +++ b/local/tests/gstvideo-0.10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstvideo-0.10", + "version": "1.0.0", + "dependencies": { + "@girs/gstvideo-0.10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstvideo-0.10/test.ts b/local/tests/gstvideo-0.10/test.ts new file mode 100644 index 000000000..ffcf2e07c --- /dev/null +++ b/local/tests/gstvideo-0.10/test.ts @@ -0,0 +1 @@ +import '@girs/gstvideo-0.10'; diff --git a/local/tests/gstvideo-0.10/tsconfig.json b/local/tests/gstvideo-0.10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstvideo-0.10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstvideo-1.0/package.json b/local/tests/gstvideo-1.0/package.json new file mode 100644 index 000000000..8c5a55ed3 --- /dev/null +++ b/local/tests/gstvideo-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstvideo-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstvideo-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstvideo-1.0/test.ts b/local/tests/gstvideo-1.0/test.ts new file mode 100644 index 000000000..cbc02db2f --- /dev/null +++ b/local/tests/gstvideo-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstvideo-1.0'; diff --git a/local/tests/gstvideo-1.0/tsconfig.json b/local/tests/gstvideo-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstvideo-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstvulkan-1.0/package.json b/local/tests/gstvulkan-1.0/package.json new file mode 100644 index 000000000..425028f19 --- /dev/null +++ b/local/tests/gstvulkan-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstvulkan-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstvulkan-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstvulkan-1.0/test.ts b/local/tests/gstvulkan-1.0/test.ts new file mode 100644 index 000000000..26cb4dc24 --- /dev/null +++ b/local/tests/gstvulkan-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstvulkan-1.0'; diff --git a/local/tests/gstvulkan-1.0/tsconfig.json b/local/tests/gstvulkan-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstvulkan-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gstwebrtc-1.0/package.json b/local/tests/gstwebrtc-1.0/package.json new file mode 100644 index 000000000..5975739c9 --- /dev/null +++ b/local/tests/gstwebrtc-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gstwebrtc-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gstwebrtc-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gstwebrtc-1.0/test.ts b/local/tests/gstwebrtc-1.0/test.ts new file mode 100644 index 000000000..edc3c574e --- /dev/null +++ b/local/tests/gstwebrtc-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gstwebrtc-1.0'; diff --git a/local/tests/gstwebrtc-1.0/tsconfig.json b/local/tests/gstwebrtc-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gstwebrtc-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gsystem-1.0/package.json b/local/tests/gsystem-1.0/package.json new file mode 100644 index 000000000..d103af06c --- /dev/null +++ b/local/tests/gsystem-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gsystem-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gsystem-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gsystem-1.0/test.ts b/local/tests/gsystem-1.0/test.ts new file mode 100644 index 000000000..ade2ecb58 --- /dev/null +++ b/local/tests/gsystem-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gsystem-1.0'; diff --git a/local/tests/gsystem-1.0/tsconfig.json b/local/tests/gsystem-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gsystem-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtef-2/package.json b/local/tests/gtef-2/package.json new file mode 100644 index 000000000..dd2d02af6 --- /dev/null +++ b/local/tests/gtef-2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtef-2", + "version": "1.0.0", + "dependencies": { + "@girs/gtef-2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtef-2/test.ts b/local/tests/gtef-2/test.ts new file mode 100644 index 000000000..403f3d1c3 --- /dev/null +++ b/local/tests/gtef-2/test.ts @@ -0,0 +1 @@ +import '@girs/gtef-2'; diff --git a/local/tests/gtef-2/tsconfig.json b/local/tests/gtef-2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtef-2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtk-2.0/package.json b/local/tests/gtk-2.0/package.json new file mode 100644 index 000000000..80d82f50e --- /dev/null +++ b/local/tests/gtk-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtk-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtk-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtk-2.0/test.ts b/local/tests/gtk-2.0/test.ts new file mode 100644 index 000000000..298a81b82 --- /dev/null +++ b/local/tests/gtk-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtk-2.0'; diff --git a/local/tests/gtk-2.0/tsconfig.json b/local/tests/gtk-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtk-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtk-3.0/package.json b/local/tests/gtk-3.0/package.json new file mode 100644 index 000000000..3ebb68ebb --- /dev/null +++ b/local/tests/gtk-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtk-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtk-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtk-3.0/test.ts b/local/tests/gtk-3.0/test.ts new file mode 100644 index 000000000..6c04f4267 --- /dev/null +++ b/local/tests/gtk-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtk-3.0'; diff --git a/local/tests/gtk-3.0/tsconfig.json b/local/tests/gtk-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtk-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtk-4.0/package.json b/local/tests/gtk-4.0/package.json new file mode 100644 index 000000000..ab32705f0 --- /dev/null +++ b/local/tests/gtk-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtk-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtk-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtk-4.0/test.ts b/local/tests/gtk-4.0/test.ts new file mode 100644 index 000000000..b3d321e85 --- /dev/null +++ b/local/tests/gtk-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtk-4.0'; diff --git a/local/tests/gtk-4.0/tsconfig.json b/local/tests/gtk-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtk-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtkchamplain-0.12/package.json b/local/tests/gtkchamplain-0.12/package.json new file mode 100644 index 000000000..b30137652 --- /dev/null +++ b/local/tests/gtkchamplain-0.12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtkchamplain-0.12", + "version": "1.0.0", + "dependencies": { + "@girs/gtkchamplain-0.12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtkchamplain-0.12/test.ts b/local/tests/gtkchamplain-0.12/test.ts new file mode 100644 index 000000000..0f7241916 --- /dev/null +++ b/local/tests/gtkchamplain-0.12/test.ts @@ -0,0 +1 @@ +import '@girs/gtkchamplain-0.12'; diff --git a/local/tests/gtkchamplain-0.12/tsconfig.json b/local/tests/gtkchamplain-0.12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtkchamplain-0.12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtkclutter-1.0/package.json b/local/tests/gtkclutter-1.0/package.json new file mode 100644 index 000000000..1c165b54a --- /dev/null +++ b/local/tests/gtkclutter-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtkclutter-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtkclutter-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtkclutter-1.0/test.ts b/local/tests/gtkclutter-1.0/test.ts new file mode 100644 index 000000000..70ef67993 --- /dev/null +++ b/local/tests/gtkclutter-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtkclutter-1.0'; diff --git a/local/tests/gtkclutter-1.0/tsconfig.json b/local/tests/gtkclutter-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtkclutter-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtksource-3.0/package.json b/local/tests/gtksource-3.0/package.json new file mode 100644 index 000000000..1c44d1c0a --- /dev/null +++ b/local/tests/gtksource-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtksource-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtksource-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtksource-3.0/test.ts b/local/tests/gtksource-3.0/test.ts new file mode 100644 index 000000000..7ff06e823 --- /dev/null +++ b/local/tests/gtksource-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtksource-3.0'; diff --git a/local/tests/gtksource-3.0/tsconfig.json b/local/tests/gtksource-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtksource-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtksource-4/package.json b/local/tests/gtksource-4/package.json new file mode 100644 index 000000000..dede0834d --- /dev/null +++ b/local/tests/gtksource-4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtksource-4", + "version": "1.0.0", + "dependencies": { + "@girs/gtksource-4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtksource-4/test.ts b/local/tests/gtksource-4/test.ts new file mode 100644 index 000000000..2cfc10326 --- /dev/null +++ b/local/tests/gtksource-4/test.ts @@ -0,0 +1 @@ +import '@girs/gtksource-4'; diff --git a/local/tests/gtksource-4/tsconfig.json b/local/tests/gtksource-4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtksource-4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtksource-5/package.json b/local/tests/gtksource-5/package.json new file mode 100644 index 000000000..a4c56f4b8 --- /dev/null +++ b/local/tests/gtksource-5/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtksource-5", + "version": "1.0.0", + "dependencies": { + "@girs/gtksource-5": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtksource-5/test.ts b/local/tests/gtksource-5/test.ts new file mode 100644 index 000000000..e273125ef --- /dev/null +++ b/local/tests/gtksource-5/test.ts @@ -0,0 +1 @@ +import '@girs/gtksource-5'; diff --git a/local/tests/gtksource-5/tsconfig.json b/local/tests/gtksource-5/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtksource-5/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtkvnc-2.0/package.json b/local/tests/gtkvnc-2.0/package.json new file mode 100644 index 000000000..895011053 --- /dev/null +++ b/local/tests/gtkvnc-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtkvnc-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtkvnc-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtkvnc-2.0/test.ts b/local/tests/gtkvnc-2.0/test.ts new file mode 100644 index 000000000..3785b3d2d --- /dev/null +++ b/local/tests/gtkvnc-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtkvnc-2.0'; diff --git a/local/tests/gtkvnc-2.0/tsconfig.json b/local/tests/gtkvnc-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtkvnc-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gtop-2.0/package.json b/local/tests/gtop-2.0/package.json new file mode 100644 index 000000000..e9f5c77d5 --- /dev/null +++ b/local/tests/gtop-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gtop-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gtop-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gtop-2.0/test.ts b/local/tests/gtop-2.0/test.ts new file mode 100644 index 000000000..62b00fa3b --- /dev/null +++ b/local/tests/gtop-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gtop-2.0'; diff --git a/local/tests/gtop-2.0/tsconfig.json b/local/tests/gtop-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gtop-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gucharmap-2.90/package.json b/local/tests/gucharmap-2.90/package.json new file mode 100644 index 000000000..8afbd9948 --- /dev/null +++ b/local/tests/gucharmap-2.90/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gucharmap-2.90", + "version": "1.0.0", + "dependencies": { + "@girs/gucharmap-2.90": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gucharmap-2.90/test.ts b/local/tests/gucharmap-2.90/test.ts new file mode 100644 index 000000000..769c5d589 --- /dev/null +++ b/local/tests/gucharmap-2.90/test.ts @@ -0,0 +1 @@ +import '@girs/gucharmap-2.90'; diff --git a/local/tests/gucharmap-2.90/tsconfig.json b/local/tests/gucharmap-2.90/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gucharmap-2.90/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gudev-1.0/package.json b/local/tests/gudev-1.0/package.json new file mode 100644 index 000000000..1d0fbad7c --- /dev/null +++ b/local/tests/gudev-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gudev-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gudev-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gudev-1.0/test.ts b/local/tests/gudev-1.0/test.ts new file mode 100644 index 000000000..279774548 --- /dev/null +++ b/local/tests/gudev-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gudev-1.0'; diff --git a/local/tests/gudev-1.0/tsconfig.json b/local/tests/gudev-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gudev-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/guestfs-1.0/package.json b/local/tests/guestfs-1.0/package.json new file mode 100644 index 000000000..700550cdf --- /dev/null +++ b/local/tests/guestfs-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-guestfs-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/guestfs-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/guestfs-1.0/test.ts b/local/tests/guestfs-1.0/test.ts new file mode 100644 index 000000000..ee35b316d --- /dev/null +++ b/local/tests/guestfs-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/guestfs-1.0'; diff --git a/local/tests/guestfs-1.0/tsconfig.json b/local/tests/guestfs-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/guestfs-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnp-1.0/package.json b/local/tests/gupnp-1.0/package.json new file mode 100644 index 000000000..69e33eddf --- /dev/null +++ b/local/tests/gupnp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gupnp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnp-1.0/test.ts b/local/tests/gupnp-1.0/test.ts new file mode 100644 index 000000000..5e7d2c644 --- /dev/null +++ b/local/tests/gupnp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gupnp-1.0'; diff --git a/local/tests/gupnp-1.0/tsconfig.json b/local/tests/gupnp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnp-1.2/package.json b/local/tests/gupnp-1.2/package.json new file mode 100644 index 000000000..9217bcc1f --- /dev/null +++ b/local/tests/gupnp-1.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnp-1.2", + "version": "1.0.0", + "dependencies": { + "@girs/gupnp-1.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnp-1.2/test.ts b/local/tests/gupnp-1.2/test.ts new file mode 100644 index 000000000..d55bc8aef --- /dev/null +++ b/local/tests/gupnp-1.2/test.ts @@ -0,0 +1 @@ +import '@girs/gupnp-1.2'; diff --git a/local/tests/gupnp-1.2/tsconfig.json b/local/tests/gupnp-1.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnp-1.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnp-1.6/package.json b/local/tests/gupnp-1.6/package.json new file mode 100644 index 000000000..b8fb95a32 --- /dev/null +++ b/local/tests/gupnp-1.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnp-1.6", + "version": "1.0.0", + "dependencies": { + "@girs/gupnp-1.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnp-1.6/test.ts b/local/tests/gupnp-1.6/test.ts new file mode 100644 index 000000000..7f47d3187 --- /dev/null +++ b/local/tests/gupnp-1.6/test.ts @@ -0,0 +1 @@ +import '@girs/gupnp-1.6'; diff --git a/local/tests/gupnp-1.6/tsconfig.json b/local/tests/gupnp-1.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnp-1.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnpav-1.0/package.json b/local/tests/gupnpav-1.0/package.json new file mode 100644 index 000000000..f9c19451c --- /dev/null +++ b/local/tests/gupnpav-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnpav-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gupnpav-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnpav-1.0/test.ts b/local/tests/gupnpav-1.0/test.ts new file mode 100644 index 000000000..56a62a718 --- /dev/null +++ b/local/tests/gupnpav-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gupnpav-1.0'; diff --git a/local/tests/gupnpav-1.0/tsconfig.json b/local/tests/gupnpav-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnpav-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnpdlna-1.0/package.json b/local/tests/gupnpdlna-1.0/package.json new file mode 100644 index 000000000..af46cc8e9 --- /dev/null +++ b/local/tests/gupnpdlna-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnpdlna-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gupnpdlna-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnpdlna-1.0/test.ts b/local/tests/gupnpdlna-1.0/test.ts new file mode 100644 index 000000000..7d0dbe7da --- /dev/null +++ b/local/tests/gupnpdlna-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gupnpdlna-1.0'; diff --git a/local/tests/gupnpdlna-1.0/tsconfig.json b/local/tests/gupnpdlna-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnpdlna-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnpdlna-2.0/package.json b/local/tests/gupnpdlna-2.0/package.json new file mode 100644 index 000000000..ba3828cdb --- /dev/null +++ b/local/tests/gupnpdlna-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnpdlna-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gupnpdlna-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnpdlna-2.0/test.ts b/local/tests/gupnpdlna-2.0/test.ts new file mode 100644 index 000000000..b8455f3a3 --- /dev/null +++ b/local/tests/gupnpdlna-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gupnpdlna-2.0'; diff --git a/local/tests/gupnpdlna-2.0/tsconfig.json b/local/tests/gupnpdlna-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnpdlna-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnpdlnagst-2.0/package.json b/local/tests/gupnpdlnagst-2.0/package.json new file mode 100644 index 000000000..e292b943b --- /dev/null +++ b/local/tests/gupnpdlnagst-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnpdlnagst-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/gupnpdlnagst-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnpdlnagst-2.0/test.ts b/local/tests/gupnpdlnagst-2.0/test.ts new file mode 100644 index 000000000..f6a44eb83 --- /dev/null +++ b/local/tests/gupnpdlnagst-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/gupnpdlnagst-2.0'; diff --git a/local/tests/gupnpdlnagst-2.0/tsconfig.json b/local/tests/gupnpdlnagst-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnpdlnagst-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gupnpigd-1.0/package.json b/local/tests/gupnpigd-1.0/package.json new file mode 100644 index 000000000..784ae137f --- /dev/null +++ b/local/tests/gupnpigd-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gupnpigd-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gupnpigd-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gupnpigd-1.0/test.ts b/local/tests/gupnpigd-1.0/test.ts new file mode 100644 index 000000000..d7c23cc38 --- /dev/null +++ b/local/tests/gupnpigd-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gupnpigd-1.0'; diff --git a/local/tests/gupnpigd-1.0/tsconfig.json b/local/tests/gupnpigd-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gupnpigd-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gusb-1.0/package.json b/local/tests/gusb-1.0/package.json new file mode 100644 index 000000000..b20e42b05 --- /dev/null +++ b/local/tests/gusb-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gusb-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gusb-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gusb-1.0/test.ts b/local/tests/gusb-1.0/test.ts new file mode 100644 index 000000000..6dc542ff2 --- /dev/null +++ b/local/tests/gusb-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gusb-1.0'; diff --git a/local/tests/gusb-1.0/tsconfig.json b/local/tests/gusb-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gusb-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gvc-1.0/package.json b/local/tests/gvc-1.0/package.json new file mode 100644 index 000000000..a4438e8a6 --- /dev/null +++ b/local/tests/gvc-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gvc-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gvc-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gvc-1.0/test.ts b/local/tests/gvc-1.0/test.ts new file mode 100644 index 000000000..7a3727abb --- /dev/null +++ b/local/tests/gvc-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gvc-1.0'; diff --git a/local/tests/gvc-1.0/tsconfig.json b/local/tests/gvc-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gvc-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gvnc-1.0/package.json b/local/tests/gvnc-1.0/package.json new file mode 100644 index 000000000..9b3e2c19c --- /dev/null +++ b/local/tests/gvnc-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gvnc-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gvnc-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gvnc-1.0/test.ts b/local/tests/gvnc-1.0/test.ts new file mode 100644 index 000000000..dcd68675f --- /dev/null +++ b/local/tests/gvnc-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gvnc-1.0'; diff --git a/local/tests/gvnc-1.0/tsconfig.json b/local/tests/gvnc-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gvnc-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gvncpulse-1.0/package.json b/local/tests/gvncpulse-1.0/package.json new file mode 100644 index 000000000..b45f8e320 --- /dev/null +++ b/local/tests/gvncpulse-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gvncpulse-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gvncpulse-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gvncpulse-1.0/test.ts b/local/tests/gvncpulse-1.0/test.ts new file mode 100644 index 000000000..9ce55389e --- /dev/null +++ b/local/tests/gvncpulse-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gvncpulse-1.0'; diff --git a/local/tests/gvncpulse-1.0/tsconfig.json b/local/tests/gvncpulse-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gvncpulse-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gweather-3.0/package.json b/local/tests/gweather-3.0/package.json new file mode 100644 index 000000000..121d4f726 --- /dev/null +++ b/local/tests/gweather-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gweather-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/gweather-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gweather-3.0/test.ts b/local/tests/gweather-3.0/test.ts new file mode 100644 index 000000000..3d8578e87 --- /dev/null +++ b/local/tests/gweather-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/gweather-3.0'; diff --git a/local/tests/gweather-3.0/tsconfig.json b/local/tests/gweather-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gweather-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gweather-4.0/package.json b/local/tests/gweather-4.0/package.json new file mode 100644 index 000000000..e33f3bb72 --- /dev/null +++ b/local/tests/gweather-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gweather-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/gweather-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gweather-4.0/test.ts b/local/tests/gweather-4.0/test.ts new file mode 100644 index 000000000..d93547af0 --- /dev/null +++ b/local/tests/gweather-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/gweather-4.0'; diff --git a/local/tests/gweather-4.0/tsconfig.json b/local/tests/gweather-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gweather-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gxml-0.14/package.json b/local/tests/gxml-0.14/package.json new file mode 100644 index 000000000..9f5004bcd --- /dev/null +++ b/local/tests/gxml-0.14/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gxml-0.14", + "version": "1.0.0", + "dependencies": { + "@girs/gxml-0.14": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gxml-0.14/test.ts b/local/tests/gxml-0.14/test.ts new file mode 100644 index 000000000..79b566678 --- /dev/null +++ b/local/tests/gxml-0.14/test.ts @@ -0,0 +1 @@ +import '@girs/gxml-0.14'; diff --git a/local/tests/gxml-0.14/tsconfig.json b/local/tests/gxml-0.14/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gxml-0.14/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gxml-0.16/package.json b/local/tests/gxml-0.16/package.json new file mode 100644 index 000000000..d4d69a04e --- /dev/null +++ b/local/tests/gxml-0.16/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gxml-0.16", + "version": "1.0.0", + "dependencies": { + "@girs/gxml-0.16": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gxml-0.16/test.ts b/local/tests/gxml-0.16/test.ts new file mode 100644 index 000000000..7c3473582 --- /dev/null +++ b/local/tests/gxml-0.16/test.ts @@ -0,0 +1 @@ +import '@girs/gxml-0.16'; diff --git a/local/tests/gxml-0.16/tsconfig.json b/local/tests/gxml-0.16/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gxml-0.16/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gxml-0.18/package.json b/local/tests/gxml-0.18/package.json new file mode 100644 index 000000000..3974016a2 --- /dev/null +++ b/local/tests/gxml-0.18/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gxml-0.18", + "version": "1.0.0", + "dependencies": { + "@girs/gxml-0.18": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gxml-0.18/test.ts b/local/tests/gxml-0.18/test.ts new file mode 100644 index 000000000..d6ff409da --- /dev/null +++ b/local/tests/gxml-0.18/test.ts @@ -0,0 +1 @@ +import '@girs/gxml-0.18'; diff --git a/local/tests/gxml-0.18/tsconfig.json b/local/tests/gxml-0.18/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gxml-0.18/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gxml-0.20/package.json b/local/tests/gxml-0.20/package.json new file mode 100644 index 000000000..897d114b8 --- /dev/null +++ b/local/tests/gxml-0.20/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gxml-0.20", + "version": "1.0.0", + "dependencies": { + "@girs/gxml-0.20": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gxml-0.20/test.ts b/local/tests/gxml-0.20/test.ts new file mode 100644 index 000000000..52bb2bb4b --- /dev/null +++ b/local/tests/gxml-0.20/test.ts @@ -0,0 +1 @@ +import '@girs/gxml-0.20'; diff --git a/local/tests/gxml-0.20/tsconfig.json b/local/tests/gxml-0.20/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gxml-0.20/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gxps-0.1/package.json b/local/tests/gxps-0.1/package.json new file mode 100644 index 000000000..9245ae66d --- /dev/null +++ b/local/tests/gxps-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gxps-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/gxps-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gxps-0.1/test.ts b/local/tests/gxps-0.1/test.ts new file mode 100644 index 000000000..5badb2b5d --- /dev/null +++ b/local/tests/gxps-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/gxps-0.1'; diff --git a/local/tests/gxps-0.1/tsconfig.json b/local/tests/gxps-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gxps-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/gxps-1.0/package.json b/local/tests/gxps-1.0/package.json new file mode 100644 index 000000000..b6ebea9ef --- /dev/null +++ b/local/tests/gxps-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-gxps-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/gxps-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/gxps-1.0/test.ts b/local/tests/gxps-1.0/test.ts new file mode 100644 index 000000000..82cf8bfba --- /dev/null +++ b/local/tests/gxps-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/gxps-1.0'; diff --git a/local/tests/gxps-1.0/tsconfig.json b/local/tests/gxps-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/gxps-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/handy-0.0/package.json b/local/tests/handy-0.0/package.json new file mode 100644 index 000000000..0d8ca47eb --- /dev/null +++ b/local/tests/handy-0.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-handy-0.0", + "version": "1.0.0", + "dependencies": { + "@girs/handy-0.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/handy-0.0/test.ts b/local/tests/handy-0.0/test.ts new file mode 100644 index 000000000..286b9e80a --- /dev/null +++ b/local/tests/handy-0.0/test.ts @@ -0,0 +1 @@ +import '@girs/handy-0.0'; diff --git a/local/tests/handy-0.0/tsconfig.json b/local/tests/handy-0.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/handy-0.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/handy-1/package.json b/local/tests/handy-1/package.json new file mode 100644 index 000000000..f16446299 --- /dev/null +++ b/local/tests/handy-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-handy-1", + "version": "1.0.0", + "dependencies": { + "@girs/handy-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/handy-1/test.ts b/local/tests/handy-1/test.ts new file mode 100644 index 000000000..09c65192f --- /dev/null +++ b/local/tests/handy-1/test.ts @@ -0,0 +1 @@ +import '@girs/handy-1'; diff --git a/local/tests/handy-1/tsconfig.json b/local/tests/handy-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/handy-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/harfbuzz-0.0/package.json b/local/tests/harfbuzz-0.0/package.json new file mode 100644 index 000000000..26658f9bc --- /dev/null +++ b/local/tests/harfbuzz-0.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-harfbuzz-0.0", + "version": "1.0.0", + "dependencies": { + "@girs/harfbuzz-0.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/harfbuzz-0.0/test.ts b/local/tests/harfbuzz-0.0/test.ts new file mode 100644 index 000000000..12949193f --- /dev/null +++ b/local/tests/harfbuzz-0.0/test.ts @@ -0,0 +1 @@ +import '@girs/harfbuzz-0.0'; diff --git a/local/tests/harfbuzz-0.0/tsconfig.json b/local/tests/harfbuzz-0.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/harfbuzz-0.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ianjuta-3.0/package.json b/local/tests/ianjuta-3.0/package.json new file mode 100644 index 000000000..e96d89938 --- /dev/null +++ b/local/tests/ianjuta-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ianjuta-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/ianjuta-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ianjuta-3.0/test.ts b/local/tests/ianjuta-3.0/test.ts new file mode 100644 index 000000000..ffbed9846 --- /dev/null +++ b/local/tests/ianjuta-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/ianjuta-3.0'; diff --git a/local/tests/ianjuta-3.0/tsconfig.json b/local/tests/ianjuta-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ianjuta-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ibus-1.0/package.json b/local/tests/ibus-1.0/package.json new file mode 100644 index 000000000..35fe22919 --- /dev/null +++ b/local/tests/ibus-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ibus-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/ibus-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ibus-1.0/test.ts b/local/tests/ibus-1.0/test.ts new file mode 100644 index 000000000..360b6bbdd --- /dev/null +++ b/local/tests/ibus-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/ibus-1.0'; diff --git a/local/tests/ibus-1.0/tsconfig.json b/local/tests/ibus-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ibus-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ical-3.0/package.json b/local/tests/ical-3.0/package.json new file mode 100644 index 000000000..ad4bd947f --- /dev/null +++ b/local/tests/ical-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ical-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/ical-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ical-3.0/test.ts b/local/tests/ical-3.0/test.ts new file mode 100644 index 000000000..94dca0304 --- /dev/null +++ b/local/tests/ical-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/ical-3.0'; diff --git a/local/tests/ical-3.0/tsconfig.json b/local/tests/ical-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ical-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/icalglib-3.0/package.json b/local/tests/icalglib-3.0/package.json new file mode 100644 index 000000000..b2451ac7a --- /dev/null +++ b/local/tests/icalglib-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-icalglib-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/icalglib-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/icalglib-3.0/test.ts b/local/tests/icalglib-3.0/test.ts new file mode 100644 index 000000000..c3c583055 --- /dev/null +++ b/local/tests/icalglib-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/icalglib-3.0'; diff --git a/local/tests/icalglib-3.0/tsconfig.json b/local/tests/icalglib-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/icalglib-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ide-1.0/package.json b/local/tests/ide-1.0/package.json new file mode 100644 index 000000000..17af40d79 --- /dev/null +++ b/local/tests/ide-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ide-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/ide-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ide-1.0/test.ts b/local/tests/ide-1.0/test.ts new file mode 100644 index 000000000..4331af0df --- /dev/null +++ b/local/tests/ide-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/ide-1.0'; diff --git a/local/tests/ide-1.0/tsconfig.json b/local/tests/ide-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ide-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/javascriptcore-4.0/package.json b/local/tests/javascriptcore-4.0/package.json new file mode 100644 index 000000000..fb933eb51 --- /dev/null +++ b/local/tests/javascriptcore-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-javascriptcore-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/javascriptcore-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/javascriptcore-4.0/test.ts b/local/tests/javascriptcore-4.0/test.ts new file mode 100644 index 000000000..a6607e62a --- /dev/null +++ b/local/tests/javascriptcore-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/javascriptcore-4.0'; diff --git a/local/tests/javascriptcore-4.0/tsconfig.json b/local/tests/javascriptcore-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/javascriptcore-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/javascriptcore-4.1/package.json b/local/tests/javascriptcore-4.1/package.json new file mode 100644 index 000000000..7adef99d8 --- /dev/null +++ b/local/tests/javascriptcore-4.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-javascriptcore-4.1", + "version": "1.0.0", + "dependencies": { + "@girs/javascriptcore-4.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/javascriptcore-4.1/test.ts b/local/tests/javascriptcore-4.1/test.ts new file mode 100644 index 000000000..f022b75ad --- /dev/null +++ b/local/tests/javascriptcore-4.1/test.ts @@ -0,0 +1 @@ +import '@girs/javascriptcore-4.1'; diff --git a/local/tests/javascriptcore-4.1/tsconfig.json b/local/tests/javascriptcore-4.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/javascriptcore-4.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/javascriptcore-5.0/package.json b/local/tests/javascriptcore-5.0/package.json new file mode 100644 index 000000000..52e9cd2bf --- /dev/null +++ b/local/tests/javascriptcore-5.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-javascriptcore-5.0", + "version": "1.0.0", + "dependencies": { + "@girs/javascriptcore-5.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/javascriptcore-5.0/test.ts b/local/tests/javascriptcore-5.0/test.ts new file mode 100644 index 000000000..726f3a8e1 --- /dev/null +++ b/local/tests/javascriptcore-5.0/test.ts @@ -0,0 +1 @@ +import '@girs/javascriptcore-5.0'; diff --git a/local/tests/javascriptcore-5.0/tsconfig.json b/local/tests/javascriptcore-5.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/javascriptcore-5.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/javascriptcore-6.0/package.json b/local/tests/javascriptcore-6.0/package.json new file mode 100644 index 000000000..9ec11f06c --- /dev/null +++ b/local/tests/javascriptcore-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-javascriptcore-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/javascriptcore-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/javascriptcore-6.0/test.ts b/local/tests/javascriptcore-6.0/test.ts new file mode 100644 index 000000000..692a98d02 --- /dev/null +++ b/local/tests/javascriptcore-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/javascriptcore-6.0'; diff --git a/local/tests/javascriptcore-6.0/tsconfig.json b/local/tests/javascriptcore-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/javascriptcore-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/jscore-3.0/package.json b/local/tests/jscore-3.0/package.json new file mode 100644 index 000000000..d972370a9 --- /dev/null +++ b/local/tests/jscore-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-jscore-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/jscore-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/jscore-3.0/test.ts b/local/tests/jscore-3.0/test.ts new file mode 100644 index 000000000..8c65fb561 --- /dev/null +++ b/local/tests/jscore-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/jscore-3.0'; diff --git a/local/tests/jscore-3.0/tsconfig.json b/local/tests/jscore-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/jscore-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/json-1.0/package.json b/local/tests/json-1.0/package.json new file mode 100644 index 000000000..8cc712bcd --- /dev/null +++ b/local/tests/json-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-json-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/json-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/json-1.0/test.ts b/local/tests/json-1.0/test.ts new file mode 100644 index 000000000..c9e58e797 --- /dev/null +++ b/local/tests/json-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/json-1.0'; diff --git a/local/tests/json-1.0/tsconfig.json b/local/tests/json-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/json-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/jsonrpc-1.0/package.json b/local/tests/jsonrpc-1.0/package.json new file mode 100644 index 000000000..36dc6e4bf --- /dev/null +++ b/local/tests/jsonrpc-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-jsonrpc-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/jsonrpc-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/jsonrpc-1.0/test.ts b/local/tests/jsonrpc-1.0/test.ts new file mode 100644 index 000000000..b8034f91f --- /dev/null +++ b/local/tests/jsonrpc-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/jsonrpc-1.0'; diff --git a/local/tests/jsonrpc-1.0/tsconfig.json b/local/tests/jsonrpc-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/jsonrpc-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/libmsi-1.0/package.json b/local/tests/libmsi-1.0/package.json new file mode 100644 index 000000000..e43afb61a --- /dev/null +++ b/local/tests/libmsi-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-libmsi-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/libmsi-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/libmsi-1.0/test.ts b/local/tests/libmsi-1.0/test.ts new file mode 100644 index 000000000..4534632bf --- /dev/null +++ b/local/tests/libmsi-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/libmsi-1.0'; diff --git a/local/tests/libmsi-1.0/tsconfig.json b/local/tests/libmsi-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/libmsi-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/libosinfo-1.0/package.json b/local/tests/libosinfo-1.0/package.json new file mode 100644 index 000000000..f976b9fe7 --- /dev/null +++ b/local/tests/libosinfo-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-libosinfo-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/libosinfo-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/libosinfo-1.0/test.ts b/local/tests/libosinfo-1.0/test.ts new file mode 100644 index 000000000..3dfab69a6 --- /dev/null +++ b/local/tests/libosinfo-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/libosinfo-1.0'; diff --git a/local/tests/libosinfo-1.0/tsconfig.json b/local/tests/libosinfo-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/libosinfo-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/libvirtgconfig-1.0/package.json b/local/tests/libvirtgconfig-1.0/package.json new file mode 100644 index 000000000..55156ea8e --- /dev/null +++ b/local/tests/libvirtgconfig-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-libvirtgconfig-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/libvirtgconfig-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/libvirtgconfig-1.0/test.ts b/local/tests/libvirtgconfig-1.0/test.ts new file mode 100644 index 000000000..b8b24eedd --- /dev/null +++ b/local/tests/libvirtgconfig-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/libvirtgconfig-1.0'; diff --git a/local/tests/libvirtgconfig-1.0/tsconfig.json b/local/tests/libvirtgconfig-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/libvirtgconfig-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/libvirtglib-1.0/package.json b/local/tests/libvirtglib-1.0/package.json new file mode 100644 index 000000000..7de2968d6 --- /dev/null +++ b/local/tests/libvirtglib-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-libvirtglib-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/libvirtglib-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/libvirtglib-1.0/test.ts b/local/tests/libvirtglib-1.0/test.ts new file mode 100644 index 000000000..5f71dd475 --- /dev/null +++ b/local/tests/libvirtglib-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/libvirtglib-1.0'; diff --git a/local/tests/libvirtglib-1.0/tsconfig.json b/local/tests/libvirtglib-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/libvirtglib-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/libvirtgobject-1.0/package.json b/local/tests/libvirtgobject-1.0/package.json new file mode 100644 index 000000000..0c90d9874 --- /dev/null +++ b/local/tests/libvirtgobject-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-libvirtgobject-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/libvirtgobject-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/libvirtgobject-1.0/test.ts b/local/tests/libvirtgobject-1.0/test.ts new file mode 100644 index 000000000..63f3bc9f0 --- /dev/null +++ b/local/tests/libvirtgobject-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/libvirtgobject-1.0'; diff --git a/local/tests/libvirtgobject-1.0/tsconfig.json b/local/tests/libvirtgobject-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/libvirtgobject-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/libxml2-2.0/package.json b/local/tests/libxml2-2.0/package.json new file mode 100644 index 000000000..1fee7c825 --- /dev/null +++ b/local/tests/libxml2-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-libxml2-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/libxml2-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/libxml2-2.0/test.ts b/local/tests/libxml2-2.0/test.ts new file mode 100644 index 000000000..8c44a338e --- /dev/null +++ b/local/tests/libxml2-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/libxml2-2.0'; diff --git a/local/tests/libxml2-2.0/tsconfig.json b/local/tests/libxml2-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/libxml2-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/manette-0.2/package.json b/local/tests/manette-0.2/package.json new file mode 100644 index 000000000..2f7d61a6c --- /dev/null +++ b/local/tests/manette-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-manette-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/manette-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/manette-0.2/test.ts b/local/tests/manette-0.2/test.ts new file mode 100644 index 000000000..137c8d4ef --- /dev/null +++ b/local/tests/manette-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/manette-0.2'; diff --git a/local/tests/manette-0.2/tsconfig.json b/local/tests/manette-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/manette-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mash-0.2/package.json b/local/tests/mash-0.2/package.json new file mode 100644 index 000000000..f9902acf9 --- /dev/null +++ b/local/tests/mash-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mash-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/mash-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mash-0.2/test.ts b/local/tests/mash-0.2/test.ts new file mode 100644 index 000000000..11ece83cc --- /dev/null +++ b/local/tests/mash-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/mash-0.2'; diff --git a/local/tests/mash-0.2/tsconfig.json b/local/tests/mash-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mash-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mbim-1.0/package.json b/local/tests/mbim-1.0/package.json new file mode 100644 index 000000000..790dc4397 --- /dev/null +++ b/local/tests/mbim-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mbim-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/mbim-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mbim-1.0/test.ts b/local/tests/mbim-1.0/test.ts new file mode 100644 index 000000000..1efdbc5bd --- /dev/null +++ b/local/tests/mbim-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/mbim-1.0'; diff --git a/local/tests/mbim-1.0/tsconfig.json b/local/tests/mbim-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mbim-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mediaart-1.0/package.json b/local/tests/mediaart-1.0/package.json new file mode 100644 index 000000000..a77b9caec --- /dev/null +++ b/local/tests/mediaart-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mediaart-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/mediaart-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mediaart-1.0/test.ts b/local/tests/mediaart-1.0/test.ts new file mode 100644 index 000000000..19c16330c --- /dev/null +++ b/local/tests/mediaart-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/mediaart-1.0'; diff --git a/local/tests/mediaart-1.0/tsconfig.json b/local/tests/mediaart-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mediaart-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mediaart-2.0/package.json b/local/tests/mediaart-2.0/package.json new file mode 100644 index 000000000..9010fd593 --- /dev/null +++ b/local/tests/mediaart-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mediaart-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/mediaart-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mediaart-2.0/test.ts b/local/tests/mediaart-2.0/test.ts new file mode 100644 index 000000000..3fba4bcb7 --- /dev/null +++ b/local/tests/mediaart-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/mediaart-2.0'; diff --git a/local/tests/mediaart-2.0/tsconfig.json b/local/tests/mediaart-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mediaart-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/meta-10/package.json b/local/tests/meta-10/package.json new file mode 100644 index 000000000..6a330ce57 --- /dev/null +++ b/local/tests/meta-10/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-meta-10", + "version": "1.0.0", + "dependencies": { + "@girs/meta-10": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/meta-10/test.ts b/local/tests/meta-10/test.ts new file mode 100644 index 000000000..bcc07749a --- /dev/null +++ b/local/tests/meta-10/test.ts @@ -0,0 +1 @@ +import '@girs/meta-10'; diff --git a/local/tests/meta-10/tsconfig.json b/local/tests/meta-10/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/meta-10/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/meta-11/package.json b/local/tests/meta-11/package.json new file mode 100644 index 000000000..f17a298aa --- /dev/null +++ b/local/tests/meta-11/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-meta-11", + "version": "1.0.0", + "dependencies": { + "@girs/meta-11": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/meta-11/test.ts b/local/tests/meta-11/test.ts new file mode 100644 index 000000000..adc311622 --- /dev/null +++ b/local/tests/meta-11/test.ts @@ -0,0 +1 @@ +import '@girs/meta-11'; diff --git a/local/tests/meta-11/tsconfig.json b/local/tests/meta-11/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/meta-11/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/meta-12/package.json b/local/tests/meta-12/package.json new file mode 100644 index 000000000..c355c53fa --- /dev/null +++ b/local/tests/meta-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-meta-12", + "version": "1.0.0", + "dependencies": { + "@girs/meta-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/meta-12/test.ts b/local/tests/meta-12/test.ts new file mode 100644 index 000000000..5425adef4 --- /dev/null +++ b/local/tests/meta-12/test.ts @@ -0,0 +1 @@ +import '@girs/meta-12'; diff --git a/local/tests/meta-12/tsconfig.json b/local/tests/meta-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/meta-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/meta-13/package.json b/local/tests/meta-13/package.json new file mode 100644 index 000000000..28b3d2551 --- /dev/null +++ b/local/tests/meta-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-meta-13", + "version": "1.0.0", + "dependencies": { + "@girs/meta-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/meta-13/test.ts b/local/tests/meta-13/test.ts new file mode 100644 index 000000000..2bc09ef36 --- /dev/null +++ b/local/tests/meta-13/test.ts @@ -0,0 +1 @@ +import '@girs/meta-13'; diff --git a/local/tests/meta-13/tsconfig.json b/local/tests/meta-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/meta-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/metatest-12/package.json b/local/tests/metatest-12/package.json new file mode 100644 index 000000000..45ed2a404 --- /dev/null +++ b/local/tests/metatest-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-metatest-12", + "version": "1.0.0", + "dependencies": { + "@girs/metatest-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/metatest-12/test.ts b/local/tests/metatest-12/test.ts new file mode 100644 index 000000000..8712d1215 --- /dev/null +++ b/local/tests/metatest-12/test.ts @@ -0,0 +1 @@ +import '@girs/metatest-12'; diff --git a/local/tests/metatest-12/tsconfig.json b/local/tests/metatest-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/metatest-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/metatest-13/package.json b/local/tests/metatest-13/package.json new file mode 100644 index 000000000..e93521d0a --- /dev/null +++ b/local/tests/metatest-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-metatest-13", + "version": "1.0.0", + "dependencies": { + "@girs/metatest-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/metatest-13/test.ts b/local/tests/metatest-13/test.ts new file mode 100644 index 000000000..71f7f9506 --- /dev/null +++ b/local/tests/metatest-13/test.ts @@ -0,0 +1 @@ +import '@girs/metatest-13'; diff --git a/local/tests/metatest-13/tsconfig.json b/local/tests/metatest-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/metatest-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/modemmanager-1.0/package.json b/local/tests/modemmanager-1.0/package.json new file mode 100644 index 000000000..d138a1853 --- /dev/null +++ b/local/tests/modemmanager-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-modemmanager-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/modemmanager-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/modemmanager-1.0/test.ts b/local/tests/modemmanager-1.0/test.ts new file mode 100644 index 000000000..23cf8c5d2 --- /dev/null +++ b/local/tests/modemmanager-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/modemmanager-1.0'; diff --git a/local/tests/modemmanager-1.0/tsconfig.json b/local/tests/modemmanager-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/modemmanager-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mtk-13/package.json b/local/tests/mtk-13/package.json new file mode 100644 index 000000000..62b02a722 --- /dev/null +++ b/local/tests/mtk-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mtk-13", + "version": "1.0.0", + "dependencies": { + "@girs/mtk-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mtk-13/test.ts b/local/tests/mtk-13/test.ts new file mode 100644 index 000000000..069781dd7 --- /dev/null +++ b/local/tests/mtk-13/test.ts @@ -0,0 +1 @@ +import '@girs/mtk-13'; diff --git a/local/tests/mtk-13/tsconfig.json b/local/tests/mtk-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mtk-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mx-1.0/package.json b/local/tests/mx-1.0/package.json new file mode 100644 index 000000000..8ba439c8c --- /dev/null +++ b/local/tests/mx-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mx-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/mx-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mx-1.0/test.ts b/local/tests/mx-1.0/test.ts new file mode 100644 index 000000000..807e3edb1 --- /dev/null +++ b/local/tests/mx-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/mx-1.0'; diff --git a/local/tests/mx-1.0/tsconfig.json b/local/tests/mx-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mx-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mx-2.0/package.json b/local/tests/mx-2.0/package.json new file mode 100644 index 000000000..f574e75c7 --- /dev/null +++ b/local/tests/mx-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mx-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/mx-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mx-2.0/test.ts b/local/tests/mx-2.0/test.ts new file mode 100644 index 000000000..7c25b36f4 --- /dev/null +++ b/local/tests/mx-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/mx-2.0'; diff --git a/local/tests/mx-2.0/tsconfig.json b/local/tests/mx-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mx-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/mxgtk-1.0/package.json b/local/tests/mxgtk-1.0/package.json new file mode 100644 index 000000000..47e1773b5 --- /dev/null +++ b/local/tests/mxgtk-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-mxgtk-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/mxgtk-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/mxgtk-1.0/test.ts b/local/tests/mxgtk-1.0/test.ts new file mode 100644 index 000000000..ab4247835 --- /dev/null +++ b/local/tests/mxgtk-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/mxgtk-1.0'; diff --git a/local/tests/mxgtk-1.0/tsconfig.json b/local/tests/mxgtk-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/mxgtk-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/nautilus-3.0/package.json b/local/tests/nautilus-3.0/package.json new file mode 100644 index 000000000..c6ab7f8c8 --- /dev/null +++ b/local/tests/nautilus-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-nautilus-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/nautilus-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/nautilus-3.0/test.ts b/local/tests/nautilus-3.0/test.ts new file mode 100644 index 000000000..4c72770bf --- /dev/null +++ b/local/tests/nautilus-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/nautilus-3.0'; diff --git a/local/tests/nautilus-3.0/tsconfig.json b/local/tests/nautilus-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/nautilus-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/networkmanager-1.0/package.json b/local/tests/networkmanager-1.0/package.json new file mode 100644 index 000000000..8d5e05aa1 --- /dev/null +++ b/local/tests/networkmanager-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-networkmanager-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/networkmanager-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/networkmanager-1.0/test.ts b/local/tests/networkmanager-1.0/test.ts new file mode 100644 index 000000000..03ff86fd5 --- /dev/null +++ b/local/tests/networkmanager-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/networkmanager-1.0'; diff --git a/local/tests/networkmanager-1.0/tsconfig.json b/local/tests/networkmanager-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/networkmanager-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/nice-0.1/package.json b/local/tests/nice-0.1/package.json new file mode 100644 index 000000000..7c5734adc --- /dev/null +++ b/local/tests/nice-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-nice-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/nice-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/nice-0.1/test.ts b/local/tests/nice-0.1/test.ts new file mode 100644 index 000000000..bba9c875d --- /dev/null +++ b/local/tests/nice-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/nice-0.1'; diff --git a/local/tests/nice-0.1/tsconfig.json b/local/tests/nice-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/nice-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/nm-1.0/package.json b/local/tests/nm-1.0/package.json new file mode 100644 index 000000000..58763cc60 --- /dev/null +++ b/local/tests/nm-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-nm-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/nm-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/nm-1.0/test.ts b/local/tests/nm-1.0/test.ts new file mode 100644 index 000000000..5bedcc8b4 --- /dev/null +++ b/local/tests/nm-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/nm-1.0'; diff --git a/local/tests/nm-1.0/tsconfig.json b/local/tests/nm-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/nm-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/nma-1.0/package.json b/local/tests/nma-1.0/package.json new file mode 100644 index 000000000..3e4664a4f --- /dev/null +++ b/local/tests/nma-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-nma-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/nma-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/nma-1.0/test.ts b/local/tests/nma-1.0/test.ts new file mode 100644 index 000000000..a720767c0 --- /dev/null +++ b/local/tests/nma-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/nma-1.0'; diff --git a/local/tests/nma-1.0/tsconfig.json b/local/tests/nma-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/nma-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/nmclient-1.0/package.json b/local/tests/nmclient-1.0/package.json new file mode 100644 index 000000000..12df88f61 --- /dev/null +++ b/local/tests/nmclient-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-nmclient-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/nmclient-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/nmclient-1.0/test.ts b/local/tests/nmclient-1.0/test.ts new file mode 100644 index 000000000..8d48053ca --- /dev/null +++ b/local/tests/nmclient-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/nmclient-1.0'; diff --git a/local/tests/nmclient-1.0/tsconfig.json b/local/tests/nmclient-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/nmclient-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/nmgtk-1.0/package.json b/local/tests/nmgtk-1.0/package.json new file mode 100644 index 000000000..e22b9a672 --- /dev/null +++ b/local/tests/nmgtk-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-nmgtk-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/nmgtk-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/nmgtk-1.0/test.ts b/local/tests/nmgtk-1.0/test.ts new file mode 100644 index 000000000..e15a49bff --- /dev/null +++ b/local/tests/nmgtk-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/nmgtk-1.0'; diff --git a/local/tests/nmgtk-1.0/tsconfig.json b/local/tests/nmgtk-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/nmgtk-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/notify-0.7/package.json b/local/tests/notify-0.7/package.json new file mode 100644 index 000000000..b1355f4e6 --- /dev/null +++ b/local/tests/notify-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-notify-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/notify-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/notify-0.7/test.ts b/local/tests/notify-0.7/test.ts new file mode 100644 index 000000000..64291ea05 --- /dev/null +++ b/local/tests/notify-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/notify-0.7'; diff --git a/local/tests/notify-0.7/tsconfig.json b/local/tests/notify-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/notify-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/ostree-1.0/package.json b/local/tests/ostree-1.0/package.json new file mode 100644 index 000000000..a4a98efd4 --- /dev/null +++ b/local/tests/ostree-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-ostree-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/ostree-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/ostree-1.0/test.ts b/local/tests/ostree-1.0/test.ts new file mode 100644 index 000000000..01204d81b --- /dev/null +++ b/local/tests/ostree-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/ostree-1.0'; diff --git a/local/tests/ostree-1.0/tsconfig.json b/local/tests/ostree-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/ostree-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/p11kit-1.0/package.json b/local/tests/p11kit-1.0/package.json new file mode 100644 index 000000000..bf35267f8 --- /dev/null +++ b/local/tests/p11kit-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-p11kit-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/p11kit-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/p11kit-1.0/test.ts b/local/tests/p11kit-1.0/test.ts new file mode 100644 index 000000000..df6b9924d --- /dev/null +++ b/local/tests/p11kit-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/p11kit-1.0'; diff --git a/local/tests/p11kit-1.0/tsconfig.json b/local/tests/p11kit-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/p11kit-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/packagekitglib-1.0/package.json b/local/tests/packagekitglib-1.0/package.json new file mode 100644 index 000000000..45257c0ec --- /dev/null +++ b/local/tests/packagekitglib-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-packagekitglib-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/packagekitglib-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/packagekitglib-1.0/test.ts b/local/tests/packagekitglib-1.0/test.ts new file mode 100644 index 000000000..5dc36144e --- /dev/null +++ b/local/tests/packagekitglib-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/packagekitglib-1.0'; diff --git a/local/tests/packagekitglib-1.0/tsconfig.json b/local/tests/packagekitglib-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/packagekitglib-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/packagekitplugin-1.0/package.json b/local/tests/packagekitplugin-1.0/package.json new file mode 100644 index 000000000..8d840c714 --- /dev/null +++ b/local/tests/packagekitplugin-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-packagekitplugin-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/packagekitplugin-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/packagekitplugin-1.0/test.ts b/local/tests/packagekitplugin-1.0/test.ts new file mode 100644 index 000000000..3c1e73b1c --- /dev/null +++ b/local/tests/packagekitplugin-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/packagekitplugin-1.0'; diff --git a/local/tests/packagekitplugin-1.0/tsconfig.json b/local/tests/packagekitplugin-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/packagekitplugin-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/panelapplet-4.0/package.json b/local/tests/panelapplet-4.0/package.json new file mode 100644 index 000000000..3ae1e486a --- /dev/null +++ b/local/tests/panelapplet-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-panelapplet-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/panelapplet-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/panelapplet-4.0/test.ts b/local/tests/panelapplet-4.0/test.ts new file mode 100644 index 000000000..51f7b4652 --- /dev/null +++ b/local/tests/panelapplet-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/panelapplet-4.0'; diff --git a/local/tests/panelapplet-4.0/tsconfig.json b/local/tests/panelapplet-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/panelapplet-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pango-1.0/package.json b/local/tests/pango-1.0/package.json new file mode 100644 index 000000000..b4ef063f5 --- /dev/null +++ b/local/tests/pango-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pango-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pango-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pango-1.0/test.ts b/local/tests/pango-1.0/test.ts new file mode 100644 index 000000000..f52b11752 --- /dev/null +++ b/local/tests/pango-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pango-1.0'; diff --git a/local/tests/pango-1.0/tsconfig.json b/local/tests/pango-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pango-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pangocairo-1.0/package.json b/local/tests/pangocairo-1.0/package.json new file mode 100644 index 000000000..723c759ad --- /dev/null +++ b/local/tests/pangocairo-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pangocairo-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pangocairo-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pangocairo-1.0/test.ts b/local/tests/pangocairo-1.0/test.ts new file mode 100644 index 000000000..da916f6fb --- /dev/null +++ b/local/tests/pangocairo-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pangocairo-1.0'; diff --git a/local/tests/pangocairo-1.0/tsconfig.json b/local/tests/pangocairo-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pangocairo-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pangofc-1.0/package.json b/local/tests/pangofc-1.0/package.json new file mode 100644 index 000000000..9586ff8ee --- /dev/null +++ b/local/tests/pangofc-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pangofc-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pangofc-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pangofc-1.0/test.ts b/local/tests/pangofc-1.0/test.ts new file mode 100644 index 000000000..2c607445e --- /dev/null +++ b/local/tests/pangofc-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pangofc-1.0'; diff --git a/local/tests/pangofc-1.0/tsconfig.json b/local/tests/pangofc-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pangofc-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pangoft2-1.0/package.json b/local/tests/pangoft2-1.0/package.json new file mode 100644 index 000000000..9b8cb35fb --- /dev/null +++ b/local/tests/pangoft2-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pangoft2-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pangoft2-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pangoft2-1.0/test.ts b/local/tests/pangoft2-1.0/test.ts new file mode 100644 index 000000000..0afd01f93 --- /dev/null +++ b/local/tests/pangoft2-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pangoft2-1.0'; diff --git a/local/tests/pangoft2-1.0/tsconfig.json b/local/tests/pangoft2-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pangoft2-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pangoot-1.0/package.json b/local/tests/pangoot-1.0/package.json new file mode 100644 index 000000000..49fc1bee3 --- /dev/null +++ b/local/tests/pangoot-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pangoot-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pangoot-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pangoot-1.0/test.ts b/local/tests/pangoot-1.0/test.ts new file mode 100644 index 000000000..0a45aae1b --- /dev/null +++ b/local/tests/pangoot-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pangoot-1.0'; diff --git a/local/tests/pangoot-1.0/tsconfig.json b/local/tests/pangoot-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pangoot-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pangoxft-1.0/package.json b/local/tests/pangoxft-1.0/package.json new file mode 100644 index 000000000..e63f3849f --- /dev/null +++ b/local/tests/pangoxft-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pangoxft-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pangoxft-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pangoxft-1.0/test.ts b/local/tests/pangoxft-1.0/test.ts new file mode 100644 index 000000000..7763c48e5 --- /dev/null +++ b/local/tests/pangoxft-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pangoxft-1.0'; diff --git a/local/tests/pangoxft-1.0/tsconfig.json b/local/tests/pangoxft-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pangoxft-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/parquet-1.0/package.json b/local/tests/parquet-1.0/package.json new file mode 100644 index 000000000..aec254858 --- /dev/null +++ b/local/tests/parquet-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-parquet-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/parquet-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/parquet-1.0/test.ts b/local/tests/parquet-1.0/test.ts new file mode 100644 index 000000000..9365d1a18 --- /dev/null +++ b/local/tests/parquet-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/parquet-1.0'; diff --git a/local/tests/parquet-1.0/tsconfig.json b/local/tests/parquet-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/parquet-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/peas-1.0/package.json b/local/tests/peas-1.0/package.json new file mode 100644 index 000000000..d0999883d --- /dev/null +++ b/local/tests/peas-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-peas-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/peas-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/peas-1.0/test.ts b/local/tests/peas-1.0/test.ts new file mode 100644 index 000000000..181e31020 --- /dev/null +++ b/local/tests/peas-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/peas-1.0'; diff --git a/local/tests/peas-1.0/tsconfig.json b/local/tests/peas-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/peas-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/peas-2/package.json b/local/tests/peas-2/package.json new file mode 100644 index 000000000..23dde786e --- /dev/null +++ b/local/tests/peas-2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-peas-2", + "version": "1.0.0", + "dependencies": { + "@girs/peas-2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/peas-2/test.ts b/local/tests/peas-2/test.ts new file mode 100644 index 000000000..7d25795e1 --- /dev/null +++ b/local/tests/peas-2/test.ts @@ -0,0 +1 @@ +import '@girs/peas-2'; diff --git a/local/tests/peas-2/tsconfig.json b/local/tests/peas-2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/peas-2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/peasgtk-1.0/package.json b/local/tests/peasgtk-1.0/package.json new file mode 100644 index 000000000..e4fb02bc4 --- /dev/null +++ b/local/tests/peasgtk-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-peasgtk-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/peasgtk-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/peasgtk-1.0/test.ts b/local/tests/peasgtk-1.0/test.ts new file mode 100644 index 000000000..4bbe70eac --- /dev/null +++ b/local/tests/peasgtk-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/peasgtk-1.0'; diff --git a/local/tests/peasgtk-1.0/tsconfig.json b/local/tests/peasgtk-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/peasgtk-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/plasma-1.0/package.json b/local/tests/plasma-1.0/package.json new file mode 100644 index 000000000..021e94795 --- /dev/null +++ b/local/tests/plasma-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-plasma-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/plasma-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/plasma-1.0/test.ts b/local/tests/plasma-1.0/test.ts new file mode 100644 index 000000000..23ff98437 --- /dev/null +++ b/local/tests/plasma-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/plasma-1.0'; diff --git a/local/tests/plasma-1.0/tsconfig.json b/local/tests/plasma-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/plasma-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/pnl-1.0/package.json b/local/tests/pnl-1.0/package.json new file mode 100644 index 000000000..c4fe980a6 --- /dev/null +++ b/local/tests/pnl-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-pnl-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/pnl-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/pnl-1.0/test.ts b/local/tests/pnl-1.0/test.ts new file mode 100644 index 000000000..f49056fbf --- /dev/null +++ b/local/tests/pnl-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/pnl-1.0'; diff --git a/local/tests/pnl-1.0/tsconfig.json b/local/tests/pnl-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/pnl-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/polkit-1.0/package.json b/local/tests/polkit-1.0/package.json new file mode 100644 index 000000000..4b0ebb0b1 --- /dev/null +++ b/local/tests/polkit-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-polkit-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/polkit-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/polkit-1.0/test.ts b/local/tests/polkit-1.0/test.ts new file mode 100644 index 000000000..618c3a1a0 --- /dev/null +++ b/local/tests/polkit-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/polkit-1.0'; diff --git a/local/tests/polkit-1.0/tsconfig.json b/local/tests/polkit-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/polkit-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/polkitagent-1.0/package.json b/local/tests/polkitagent-1.0/package.json new file mode 100644 index 000000000..24fcd0ce1 --- /dev/null +++ b/local/tests/polkitagent-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-polkitagent-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/polkitagent-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/polkitagent-1.0/test.ts b/local/tests/polkitagent-1.0/test.ts new file mode 100644 index 000000000..92782e02e --- /dev/null +++ b/local/tests/polkitagent-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/polkitagent-1.0'; diff --git a/local/tests/polkitagent-1.0/tsconfig.json b/local/tests/polkitagent-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/polkitagent-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/poppler-0.18/package.json b/local/tests/poppler-0.18/package.json new file mode 100644 index 000000000..a72a7d0ea --- /dev/null +++ b/local/tests/poppler-0.18/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-poppler-0.18", + "version": "1.0.0", + "dependencies": { + "@girs/poppler-0.18": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/poppler-0.18/test.ts b/local/tests/poppler-0.18/test.ts new file mode 100644 index 000000000..2004e2598 --- /dev/null +++ b/local/tests/poppler-0.18/test.ts @@ -0,0 +1 @@ +import '@girs/poppler-0.18'; diff --git a/local/tests/poppler-0.18/tsconfig.json b/local/tests/poppler-0.18/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/poppler-0.18/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/qmi-1.0/package.json b/local/tests/qmi-1.0/package.json new file mode 100644 index 000000000..8389f2d4e --- /dev/null +++ b/local/tests/qmi-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-qmi-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/qmi-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/qmi-1.0/test.ts b/local/tests/qmi-1.0/test.ts new file mode 100644 index 000000000..3cdea875d --- /dev/null +++ b/local/tests/qmi-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/qmi-1.0'; diff --git a/local/tests/qmi-1.0/tsconfig.json b/local/tests/qmi-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/qmi-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/qrtr-1.0/package.json b/local/tests/qrtr-1.0/package.json new file mode 100644 index 000000000..48b53c8ef --- /dev/null +++ b/local/tests/qrtr-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-qrtr-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/qrtr-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/qrtr-1.0/test.ts b/local/tests/qrtr-1.0/test.ts new file mode 100644 index 000000000..3fa3903ea --- /dev/null +++ b/local/tests/qrtr-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/qrtr-1.0'; diff --git a/local/tests/qrtr-1.0/tsconfig.json b/local/tests/qrtr-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/qrtr-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rest-0.7/package.json b/local/tests/rest-0.7/package.json new file mode 100644 index 000000000..f999b70ed --- /dev/null +++ b/local/tests/rest-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rest-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/rest-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rest-0.7/test.ts b/local/tests/rest-0.7/test.ts new file mode 100644 index 000000000..cc9dac9ad --- /dev/null +++ b/local/tests/rest-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/rest-0.7'; diff --git a/local/tests/rest-0.7/tsconfig.json b/local/tests/rest-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rest-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rest-1.0/package.json b/local/tests/rest-1.0/package.json new file mode 100644 index 000000000..5f1194b94 --- /dev/null +++ b/local/tests/rest-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rest-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/rest-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rest-1.0/test.ts b/local/tests/rest-1.0/test.ts new file mode 100644 index 000000000..4056598a9 --- /dev/null +++ b/local/tests/rest-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/rest-1.0'; diff --git a/local/tests/rest-1.0/tsconfig.json b/local/tests/rest-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rest-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/restextras-0.7/package.json b/local/tests/restextras-0.7/package.json new file mode 100644 index 000000000..eb56c0ff3 --- /dev/null +++ b/local/tests/restextras-0.7/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-restextras-0.7", + "version": "1.0.0", + "dependencies": { + "@girs/restextras-0.7": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/restextras-0.7/test.ts b/local/tests/restextras-0.7/test.ts new file mode 100644 index 000000000..962e2e42d --- /dev/null +++ b/local/tests/restextras-0.7/test.ts @@ -0,0 +1 @@ +import '@girs/restextras-0.7'; diff --git a/local/tests/restextras-0.7/tsconfig.json b/local/tests/restextras-0.7/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/restextras-0.7/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/restextras-1.0/package.json b/local/tests/restextras-1.0/package.json new file mode 100644 index 000000000..675b45add --- /dev/null +++ b/local/tests/restextras-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-restextras-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/restextras-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/restextras-1.0/test.ts b/local/tests/restextras-1.0/test.ts new file mode 100644 index 000000000..39883f1ac --- /dev/null +++ b/local/tests/restextras-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/restextras-1.0'; diff --git a/local/tests/restextras-1.0/tsconfig.json b/local/tests/restextras-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/restextras-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/retro-0.14/package.json b/local/tests/retro-0.14/package.json new file mode 100644 index 000000000..f814d0556 --- /dev/null +++ b/local/tests/retro-0.14/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-retro-0.14", + "version": "1.0.0", + "dependencies": { + "@girs/retro-0.14": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/retro-0.14/test.ts b/local/tests/retro-0.14/test.ts new file mode 100644 index 000000000..72b6f7f71 --- /dev/null +++ b/local/tests/retro-0.14/test.ts @@ -0,0 +1 @@ +import '@girs/retro-0.14'; diff --git a/local/tests/retro-0.14/tsconfig.json b/local/tests/retro-0.14/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/retro-0.14/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/retro-1/package.json b/local/tests/retro-1/package.json new file mode 100644 index 000000000..f347c9516 --- /dev/null +++ b/local/tests/retro-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-retro-1", + "version": "1.0.0", + "dependencies": { + "@girs/retro-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/retro-1/test.ts b/local/tests/retro-1/test.ts new file mode 100644 index 000000000..eebdbed7b --- /dev/null +++ b/local/tests/retro-1/test.ts @@ -0,0 +1 @@ +import '@girs/retro-1'; diff --git a/local/tests/retro-1/tsconfig.json b/local/tests/retro-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/retro-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/retro-2/package.json b/local/tests/retro-2/package.json new file mode 100644 index 000000000..55f2701bb --- /dev/null +++ b/local/tests/retro-2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-retro-2", + "version": "1.0.0", + "dependencies": { + "@girs/retro-2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/retro-2/test.ts b/local/tests/retro-2/test.ts new file mode 100644 index 000000000..df6b45e7e --- /dev/null +++ b/local/tests/retro-2/test.ts @@ -0,0 +1 @@ +import '@girs/retro-2'; diff --git a/local/tests/retro-2/tsconfig.json b/local/tests/retro-2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/retro-2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rsvg-2.0/package.json b/local/tests/rsvg-2.0/package.json new file mode 100644 index 000000000..ca6d9ac75 --- /dev/null +++ b/local/tests/rsvg-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rsvg-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/rsvg-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rsvg-2.0/test.ts b/local/tests/rsvg-2.0/test.ts new file mode 100644 index 000000000..d451c0eb3 --- /dev/null +++ b/local/tests/rsvg-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/rsvg-2.0'; diff --git a/local/tests/rsvg-2.0/tsconfig.json b/local/tests/rsvg-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rsvg-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelcore-2.6/package.json b/local/tests/rygelcore-2.6/package.json new file mode 100644 index 000000000..9de12d4f8 --- /dev/null +++ b/local/tests/rygelcore-2.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelcore-2.6", + "version": "1.0.0", + "dependencies": { + "@girs/rygelcore-2.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelcore-2.6/test.ts b/local/tests/rygelcore-2.6/test.ts new file mode 100644 index 000000000..9bcf7d17b --- /dev/null +++ b/local/tests/rygelcore-2.6/test.ts @@ -0,0 +1 @@ +import '@girs/rygelcore-2.6'; diff --git a/local/tests/rygelcore-2.6/tsconfig.json b/local/tests/rygelcore-2.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelcore-2.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelcore-2.8/package.json b/local/tests/rygelcore-2.8/package.json new file mode 100644 index 000000000..ec7fd40a6 --- /dev/null +++ b/local/tests/rygelcore-2.8/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelcore-2.8", + "version": "1.0.0", + "dependencies": { + "@girs/rygelcore-2.8": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelcore-2.8/test.ts b/local/tests/rygelcore-2.8/test.ts new file mode 100644 index 000000000..8a4e37311 --- /dev/null +++ b/local/tests/rygelcore-2.8/test.ts @@ -0,0 +1 @@ +import '@girs/rygelcore-2.8'; diff --git a/local/tests/rygelcore-2.8/tsconfig.json b/local/tests/rygelcore-2.8/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelcore-2.8/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelrenderer-2.6/package.json b/local/tests/rygelrenderer-2.6/package.json new file mode 100644 index 000000000..8fe0fef79 --- /dev/null +++ b/local/tests/rygelrenderer-2.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelrenderer-2.6", + "version": "1.0.0", + "dependencies": { + "@girs/rygelrenderer-2.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelrenderer-2.6/test.ts b/local/tests/rygelrenderer-2.6/test.ts new file mode 100644 index 000000000..6cbb2acad --- /dev/null +++ b/local/tests/rygelrenderer-2.6/test.ts @@ -0,0 +1 @@ +import '@girs/rygelrenderer-2.6'; diff --git a/local/tests/rygelrenderer-2.6/tsconfig.json b/local/tests/rygelrenderer-2.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelrenderer-2.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelrenderer-2.8/package.json b/local/tests/rygelrenderer-2.8/package.json new file mode 100644 index 000000000..c0a3728a1 --- /dev/null +++ b/local/tests/rygelrenderer-2.8/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelrenderer-2.8", + "version": "1.0.0", + "dependencies": { + "@girs/rygelrenderer-2.8": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelrenderer-2.8/test.ts b/local/tests/rygelrenderer-2.8/test.ts new file mode 100644 index 000000000..db63c1553 --- /dev/null +++ b/local/tests/rygelrenderer-2.8/test.ts @@ -0,0 +1 @@ +import '@girs/rygelrenderer-2.8'; diff --git a/local/tests/rygelrenderer-2.8/tsconfig.json b/local/tests/rygelrenderer-2.8/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelrenderer-2.8/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelrenderergst-2.6/package.json b/local/tests/rygelrenderergst-2.6/package.json new file mode 100644 index 000000000..e9842ca3e --- /dev/null +++ b/local/tests/rygelrenderergst-2.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelrenderergst-2.6", + "version": "1.0.0", + "dependencies": { + "@girs/rygelrenderergst-2.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelrenderergst-2.6/test.ts b/local/tests/rygelrenderergst-2.6/test.ts new file mode 100644 index 000000000..47d3afe50 --- /dev/null +++ b/local/tests/rygelrenderergst-2.6/test.ts @@ -0,0 +1 @@ +import '@girs/rygelrenderergst-2.6'; diff --git a/local/tests/rygelrenderergst-2.6/tsconfig.json b/local/tests/rygelrenderergst-2.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelrenderergst-2.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelrenderergst-2.8/package.json b/local/tests/rygelrenderergst-2.8/package.json new file mode 100644 index 000000000..849eeded3 --- /dev/null +++ b/local/tests/rygelrenderergst-2.8/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelrenderergst-2.8", + "version": "1.0.0", + "dependencies": { + "@girs/rygelrenderergst-2.8": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelrenderergst-2.8/test.ts b/local/tests/rygelrenderergst-2.8/test.ts new file mode 100644 index 000000000..4ec248858 --- /dev/null +++ b/local/tests/rygelrenderergst-2.8/test.ts @@ -0,0 +1 @@ +import '@girs/rygelrenderergst-2.8'; diff --git a/local/tests/rygelrenderergst-2.8/tsconfig.json b/local/tests/rygelrenderergst-2.8/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelrenderergst-2.8/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelserver-2.6/package.json b/local/tests/rygelserver-2.6/package.json new file mode 100644 index 000000000..59302689c --- /dev/null +++ b/local/tests/rygelserver-2.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelserver-2.6", + "version": "1.0.0", + "dependencies": { + "@girs/rygelserver-2.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelserver-2.6/test.ts b/local/tests/rygelserver-2.6/test.ts new file mode 100644 index 000000000..a00cdd9f1 --- /dev/null +++ b/local/tests/rygelserver-2.6/test.ts @@ -0,0 +1 @@ +import '@girs/rygelserver-2.6'; diff --git a/local/tests/rygelserver-2.6/tsconfig.json b/local/tests/rygelserver-2.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelserver-2.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/rygelserver-2.8/package.json b/local/tests/rygelserver-2.8/package.json new file mode 100644 index 000000000..50d293cf2 --- /dev/null +++ b/local/tests/rygelserver-2.8/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-rygelserver-2.8", + "version": "1.0.0", + "dependencies": { + "@girs/rygelserver-2.8": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/rygelserver-2.8/test.ts b/local/tests/rygelserver-2.8/test.ts new file mode 100644 index 000000000..fd399394a --- /dev/null +++ b/local/tests/rygelserver-2.8/test.ts @@ -0,0 +1 @@ +import '@girs/rygelserver-2.8'; diff --git a/local/tests/rygelserver-2.8/tsconfig.json b/local/tests/rygelserver-2.8/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/rygelserver-2.8/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/secret-1/package.json b/local/tests/secret-1/package.json new file mode 100644 index 000000000..7facbaae5 --- /dev/null +++ b/local/tests/secret-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-secret-1", + "version": "1.0.0", + "dependencies": { + "@girs/secret-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/secret-1/test.ts b/local/tests/secret-1/test.ts new file mode 100644 index 000000000..faf8ea2ed --- /dev/null +++ b/local/tests/secret-1/test.ts @@ -0,0 +1 @@ +import '@girs/secret-1'; diff --git a/local/tests/secret-1/tsconfig.json b/local/tests/secret-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/secret-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/secretunstable-0/package.json b/local/tests/secretunstable-0/package.json new file mode 100644 index 000000000..b744ced05 --- /dev/null +++ b/local/tests/secretunstable-0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-secretunstable-0", + "version": "1.0.0", + "dependencies": { + "@girs/secretunstable-0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/secretunstable-0/test.ts b/local/tests/secretunstable-0/test.ts new file mode 100644 index 000000000..2ffef0e7d --- /dev/null +++ b/local/tests/secretunstable-0/test.ts @@ -0,0 +1 @@ +import '@girs/secretunstable-0'; diff --git a/local/tests/secretunstable-0/tsconfig.json b/local/tests/secretunstable-0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/secretunstable-0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/shell-0.1/package.json b/local/tests/shell-0.1/package.json new file mode 100644 index 000000000..f79014f4a --- /dev/null +++ b/local/tests/shell-0.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-shell-0.1", + "version": "1.0.0", + "dependencies": { + "@girs/shell-0.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/shell-0.1/test.ts b/local/tests/shell-0.1/test.ts new file mode 100644 index 000000000..c3cf03615 --- /dev/null +++ b/local/tests/shell-0.1/test.ts @@ -0,0 +1 @@ +import '@girs/shell-0.1'; diff --git a/local/tests/shell-0.1/tsconfig.json b/local/tests/shell-0.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/shell-0.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/shell-12/package.json b/local/tests/shell-12/package.json new file mode 100644 index 000000000..4bf820634 --- /dev/null +++ b/local/tests/shell-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-shell-12", + "version": "1.0.0", + "dependencies": { + "@girs/shell-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/shell-12/test.ts b/local/tests/shell-12/test.ts new file mode 100644 index 000000000..c94a0e0dc --- /dev/null +++ b/local/tests/shell-12/test.ts @@ -0,0 +1 @@ +import '@girs/shell-12'; diff --git a/local/tests/shell-12/tsconfig.json b/local/tests/shell-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/shell-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/shell-13/package.json b/local/tests/shell-13/package.json new file mode 100644 index 000000000..7bf182894 --- /dev/null +++ b/local/tests/shell-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-shell-13", + "version": "1.0.0", + "dependencies": { + "@girs/shell-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/shell-13/test.ts b/local/tests/shell-13/test.ts new file mode 100644 index 000000000..bd9820a7d --- /dev/null +++ b/local/tests/shell-13/test.ts @@ -0,0 +1 @@ +import '@girs/shell-13'; diff --git a/local/tests/shell-13/tsconfig.json b/local/tests/shell-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/shell-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/shew-0/package.json b/local/tests/shew-0/package.json new file mode 100644 index 000000000..19da20a6c --- /dev/null +++ b/local/tests/shew-0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-shew-0", + "version": "1.0.0", + "dependencies": { + "@girs/shew-0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/shew-0/test.ts b/local/tests/shew-0/test.ts new file mode 100644 index 000000000..ca69c3b7b --- /dev/null +++ b/local/tests/shew-0/test.ts @@ -0,0 +1 @@ +import '@girs/shew-0'; diff --git a/local/tests/shew-0/tsconfig.json b/local/tests/shew-0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/shew-0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/shumate-1.0/package.json b/local/tests/shumate-1.0/package.json new file mode 100644 index 000000000..08d0c45cf --- /dev/null +++ b/local/tests/shumate-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-shumate-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/shumate-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/shumate-1.0/test.ts b/local/tests/shumate-1.0/test.ts new file mode 100644 index 000000000..92946e8ec --- /dev/null +++ b/local/tests/shumate-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/shumate-1.0'; diff --git a/local/tests/shumate-1.0/tsconfig.json b/local/tests/shumate-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/shumate-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/signon-2.0/package.json b/local/tests/signon-2.0/package.json new file mode 100644 index 000000000..1f8b27c31 --- /dev/null +++ b/local/tests/signon-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-signon-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/signon-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/signon-2.0/test.ts b/local/tests/signon-2.0/test.ts new file mode 100644 index 000000000..123a66539 --- /dev/null +++ b/local/tests/signon-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/signon-2.0'; diff --git a/local/tests/signon-2.0/tsconfig.json b/local/tests/signon-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/signon-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/snapd-1/package.json b/local/tests/snapd-1/package.json new file mode 100644 index 000000000..910792b0d --- /dev/null +++ b/local/tests/snapd-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-snapd-1", + "version": "1.0.0", + "dependencies": { + "@girs/snapd-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/snapd-1/test.ts b/local/tests/snapd-1/test.ts new file mode 100644 index 000000000..ec17b3607 --- /dev/null +++ b/local/tests/snapd-1/test.ts @@ -0,0 +1 @@ +import '@girs/snapd-1'; diff --git a/local/tests/snapd-1/tsconfig.json b/local/tests/snapd-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/snapd-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/socialwebclient-0.25/package.json b/local/tests/socialwebclient-0.25/package.json new file mode 100644 index 000000000..85c41b2ae --- /dev/null +++ b/local/tests/socialwebclient-0.25/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-socialwebclient-0.25", + "version": "1.0.0", + "dependencies": { + "@girs/socialwebclient-0.25": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/socialwebclient-0.25/test.ts b/local/tests/socialwebclient-0.25/test.ts new file mode 100644 index 000000000..23c87e90e --- /dev/null +++ b/local/tests/socialwebclient-0.25/test.ts @@ -0,0 +1 @@ +import '@girs/socialwebclient-0.25'; diff --git a/local/tests/socialwebclient-0.25/tsconfig.json b/local/tests/socialwebclient-0.25/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/socialwebclient-0.25/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/soup-2.4/package.json b/local/tests/soup-2.4/package.json new file mode 100644 index 000000000..2163c21ea --- /dev/null +++ b/local/tests/soup-2.4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-soup-2.4", + "version": "1.0.0", + "dependencies": { + "@girs/soup-2.4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/soup-2.4/test.ts b/local/tests/soup-2.4/test.ts new file mode 100644 index 000000000..4bfe885b8 --- /dev/null +++ b/local/tests/soup-2.4/test.ts @@ -0,0 +1 @@ +import '@girs/soup-2.4'; diff --git a/local/tests/soup-2.4/tsconfig.json b/local/tests/soup-2.4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/soup-2.4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/soup-3.0/package.json b/local/tests/soup-3.0/package.json new file mode 100644 index 000000000..09a8b9ffb --- /dev/null +++ b/local/tests/soup-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-soup-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/soup-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/soup-3.0/test.ts b/local/tests/soup-3.0/test.ts new file mode 100644 index 000000000..0772ce40f --- /dev/null +++ b/local/tests/soup-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/soup-3.0'; diff --git a/local/tests/soup-3.0/tsconfig.json b/local/tests/soup-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/soup-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/soupgnome-2.4/package.json b/local/tests/soupgnome-2.4/package.json new file mode 100644 index 000000000..adc5e1501 --- /dev/null +++ b/local/tests/soupgnome-2.4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-soupgnome-2.4", + "version": "1.0.0", + "dependencies": { + "@girs/soupgnome-2.4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/soupgnome-2.4/test.ts b/local/tests/soupgnome-2.4/test.ts new file mode 100644 index 000000000..c90aa6929 --- /dev/null +++ b/local/tests/soupgnome-2.4/test.ts @@ -0,0 +1 @@ +import '@girs/soupgnome-2.4'; diff --git a/local/tests/soupgnome-2.4/tsconfig.json b/local/tests/soupgnome-2.4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/soupgnome-2.4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/spiceclientglib-2.0/package.json b/local/tests/spiceclientglib-2.0/package.json new file mode 100644 index 000000000..3bea3997a --- /dev/null +++ b/local/tests/spiceclientglib-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-spiceclientglib-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/spiceclientglib-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/spiceclientglib-2.0/test.ts b/local/tests/spiceclientglib-2.0/test.ts new file mode 100644 index 000000000..44af24bc9 --- /dev/null +++ b/local/tests/spiceclientglib-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/spiceclientglib-2.0'; diff --git a/local/tests/spiceclientglib-2.0/tsconfig.json b/local/tests/spiceclientglib-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/spiceclientglib-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/spiceclientgtk-3.0/package.json b/local/tests/spiceclientgtk-3.0/package.json new file mode 100644 index 000000000..b6a731505 --- /dev/null +++ b/local/tests/spiceclientgtk-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-spiceclientgtk-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/spiceclientgtk-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/spiceclientgtk-3.0/test.ts b/local/tests/spiceclientgtk-3.0/test.ts new file mode 100644 index 000000000..e4118a244 --- /dev/null +++ b/local/tests/spiceclientgtk-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/spiceclientgtk-3.0'; diff --git a/local/tests/spiceclientgtk-3.0/tsconfig.json b/local/tests/spiceclientgtk-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/spiceclientgtk-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/st-1.0/package.json b/local/tests/st-1.0/package.json new file mode 100644 index 000000000..cf002a22b --- /dev/null +++ b/local/tests/st-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-st-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/st-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/st-1.0/test.ts b/local/tests/st-1.0/test.ts new file mode 100644 index 000000000..05feb23c6 --- /dev/null +++ b/local/tests/st-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/st-1.0'; diff --git a/local/tests/st-1.0/tsconfig.json b/local/tests/st-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/st-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/st-12/package.json b/local/tests/st-12/package.json new file mode 100644 index 000000000..dc49939c9 --- /dev/null +++ b/local/tests/st-12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-st-12", + "version": "1.0.0", + "dependencies": { + "@girs/st-12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/st-12/test.ts b/local/tests/st-12/test.ts new file mode 100644 index 000000000..1b421a5c5 --- /dev/null +++ b/local/tests/st-12/test.ts @@ -0,0 +1 @@ +import '@girs/st-12'; diff --git a/local/tests/st-12/tsconfig.json b/local/tests/st-12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/st-12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/st-13/package.json b/local/tests/st-13/package.json new file mode 100644 index 000000000..6a96e05fa --- /dev/null +++ b/local/tests/st-13/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-st-13", + "version": "1.0.0", + "dependencies": { + "@girs/st-13": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/st-13/test.ts b/local/tests/st-13/test.ts new file mode 100644 index 000000000..2125dd014 --- /dev/null +++ b/local/tests/st-13/test.ts @@ -0,0 +1 @@ +import '@girs/st-13'; diff --git a/local/tests/st-13/tsconfig.json b/local/tests/st-13/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/st-13/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/sushi-1.0/package.json b/local/tests/sushi-1.0/package.json new file mode 100644 index 000000000..692bd4b09 --- /dev/null +++ b/local/tests/sushi-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-sushi-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/sushi-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/sushi-1.0/test.ts b/local/tests/sushi-1.0/test.ts new file mode 100644 index 000000000..68976c043 --- /dev/null +++ b/local/tests/sushi-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/sushi-1.0'; diff --git a/local/tests/sushi-1.0/tsconfig.json b/local/tests/sushi-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/sushi-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/telepathyfarstream-0.6/package.json b/local/tests/telepathyfarstream-0.6/package.json new file mode 100644 index 000000000..a6a34da68 --- /dev/null +++ b/local/tests/telepathyfarstream-0.6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-telepathyfarstream-0.6", + "version": "1.0.0", + "dependencies": { + "@girs/telepathyfarstream-0.6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/telepathyfarstream-0.6/test.ts b/local/tests/telepathyfarstream-0.6/test.ts new file mode 100644 index 000000000..d8c78dee6 --- /dev/null +++ b/local/tests/telepathyfarstream-0.6/test.ts @@ -0,0 +1 @@ +import '@girs/telepathyfarstream-0.6'; diff --git a/local/tests/telepathyfarstream-0.6/tsconfig.json b/local/tests/telepathyfarstream-0.6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/telepathyfarstream-0.6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/telepathyglib-0.12/package.json b/local/tests/telepathyglib-0.12/package.json new file mode 100644 index 000000000..32f377c32 --- /dev/null +++ b/local/tests/telepathyglib-0.12/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-telepathyglib-0.12", + "version": "1.0.0", + "dependencies": { + "@girs/telepathyglib-0.12": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/telepathyglib-0.12/test.ts b/local/tests/telepathyglib-0.12/test.ts new file mode 100644 index 000000000..3a30578a6 --- /dev/null +++ b/local/tests/telepathyglib-0.12/test.ts @@ -0,0 +1 @@ +import '@girs/telepathyglib-0.12'; diff --git a/local/tests/telepathyglib-0.12/tsconfig.json b/local/tests/telepathyglib-0.12/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/telepathyglib-0.12/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/telepathylogger-0.2/package.json b/local/tests/telepathylogger-0.2/package.json new file mode 100644 index 000000000..a14bdd23c --- /dev/null +++ b/local/tests/telepathylogger-0.2/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-telepathylogger-0.2", + "version": "1.0.0", + "dependencies": { + "@girs/telepathylogger-0.2": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/telepathylogger-0.2/test.ts b/local/tests/telepathylogger-0.2/test.ts new file mode 100644 index 000000000..e6df79fef --- /dev/null +++ b/local/tests/telepathylogger-0.2/test.ts @@ -0,0 +1 @@ +import '@girs/telepathylogger-0.2'; diff --git a/local/tests/telepathylogger-0.2/tsconfig.json b/local/tests/telepathylogger-0.2/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/telepathylogger-0.2/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/template-1.0/package.json b/local/tests/template-1.0/package.json new file mode 100644 index 000000000..fc2ef5541 --- /dev/null +++ b/local/tests/template-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-template-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/template-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/template-1.0/test.ts b/local/tests/template-1.0/test.ts new file mode 100644 index 000000000..0bf7dfa7a --- /dev/null +++ b/local/tests/template-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/template-1.0'; diff --git a/local/tests/template-1.0/tsconfig.json b/local/tests/template-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/template-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/tepl-4/package.json b/local/tests/tepl-4/package.json new file mode 100644 index 000000000..fe545086b --- /dev/null +++ b/local/tests/tepl-4/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-tepl-4", + "version": "1.0.0", + "dependencies": { + "@girs/tepl-4": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/tepl-4/test.ts b/local/tests/tepl-4/test.ts new file mode 100644 index 000000000..2cfd22d0e --- /dev/null +++ b/local/tests/tepl-4/test.ts @@ -0,0 +1 @@ +import '@girs/tepl-4'; diff --git a/local/tests/tepl-4/tsconfig.json b/local/tests/tepl-4/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/tepl-4/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/tepl-5/package.json b/local/tests/tepl-5/package.json new file mode 100644 index 000000000..ff04a0c73 --- /dev/null +++ b/local/tests/tepl-5/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-tepl-5", + "version": "1.0.0", + "dependencies": { + "@girs/tepl-5": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/tepl-5/test.ts b/local/tests/tepl-5/test.ts new file mode 100644 index 000000000..915955888 --- /dev/null +++ b/local/tests/tepl-5/test.ts @@ -0,0 +1 @@ +import '@girs/tepl-5'; diff --git a/local/tests/tepl-5/tsconfig.json b/local/tests/tepl-5/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/tepl-5/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/tepl-6/package.json b/local/tests/tepl-6/package.json new file mode 100644 index 000000000..e77f74680 --- /dev/null +++ b/local/tests/tepl-6/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-tepl-6", + "version": "1.0.0", + "dependencies": { + "@girs/tepl-6": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/tepl-6/test.ts b/local/tests/tepl-6/test.ts new file mode 100644 index 000000000..3e4a13d2f --- /dev/null +++ b/local/tests/tepl-6/test.ts @@ -0,0 +1 @@ +import '@girs/tepl-6'; diff --git a/local/tests/tepl-6/tsconfig.json b/local/tests/tepl-6/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/tepl-6/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/timezonemap-1.0/package.json b/local/tests/timezonemap-1.0/package.json new file mode 100644 index 000000000..3f4841748 --- /dev/null +++ b/local/tests/timezonemap-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-timezonemap-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/timezonemap-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/timezonemap-1.0/test.ts b/local/tests/timezonemap-1.0/test.ts new file mode 100644 index 000000000..8efd76a20 --- /dev/null +++ b/local/tests/timezonemap-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/timezonemap-1.0'; diff --git a/local/tests/timezonemap-1.0/tsconfig.json b/local/tests/timezonemap-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/timezonemap-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/totem-1.0/package.json b/local/tests/totem-1.0/package.json new file mode 100644 index 000000000..2258d3364 --- /dev/null +++ b/local/tests/totem-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-totem-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/totem-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/totem-1.0/test.ts b/local/tests/totem-1.0/test.ts new file mode 100644 index 000000000..3e719cb18 --- /dev/null +++ b/local/tests/totem-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/totem-1.0'; diff --git a/local/tests/totem-1.0/tsconfig.json b/local/tests/totem-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/totem-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/totemplparser-1.0/package.json b/local/tests/totemplparser-1.0/package.json new file mode 100644 index 000000000..e669ed77c --- /dev/null +++ b/local/tests/totemplparser-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-totemplparser-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/totemplparser-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/totemplparser-1.0/test.ts b/local/tests/totemplparser-1.0/test.ts new file mode 100644 index 000000000..98d3051f7 --- /dev/null +++ b/local/tests/totemplparser-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/totemplparser-1.0'; diff --git a/local/tests/totemplparser-1.0/tsconfig.json b/local/tests/totemplparser-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/totemplparser-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/tracker-1.0/package.json b/local/tests/tracker-1.0/package.json new file mode 100644 index 000000000..273d79403 --- /dev/null +++ b/local/tests/tracker-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-tracker-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/tracker-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/tracker-1.0/test.ts b/local/tests/tracker-1.0/test.ts new file mode 100644 index 000000000..d554e2f81 --- /dev/null +++ b/local/tests/tracker-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/tracker-1.0'; diff --git a/local/tests/tracker-1.0/tsconfig.json b/local/tests/tracker-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/tracker-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/tracker-2.0/package.json b/local/tests/tracker-2.0/package.json new file mode 100644 index 000000000..5cb6d7c6a --- /dev/null +++ b/local/tests/tracker-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-tracker-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/tracker-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/tracker-2.0/test.ts b/local/tests/tracker-2.0/test.ts new file mode 100644 index 000000000..46cf655db --- /dev/null +++ b/local/tests/tracker-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/tracker-2.0'; diff --git a/local/tests/tracker-2.0/tsconfig.json b/local/tests/tracker-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/tracker-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/tracker-3.0/package.json b/local/tests/tracker-3.0/package.json new file mode 100644 index 000000000..d1aea4e28 --- /dev/null +++ b/local/tests/tracker-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-tracker-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/tracker-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/tracker-3.0/test.ts b/local/tests/tracker-3.0/test.ts new file mode 100644 index 000000000..4bf16e635 --- /dev/null +++ b/local/tests/tracker-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/tracker-3.0'; diff --git a/local/tests/tracker-3.0/tsconfig.json b/local/tests/tracker-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/tracker-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/trackercontrol-1.0/package.json b/local/tests/trackercontrol-1.0/package.json new file mode 100644 index 000000000..47307fd9c --- /dev/null +++ b/local/tests/trackercontrol-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-trackercontrol-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/trackercontrol-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/trackercontrol-1.0/test.ts b/local/tests/trackercontrol-1.0/test.ts new file mode 100644 index 000000000..2b331b08b --- /dev/null +++ b/local/tests/trackercontrol-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/trackercontrol-1.0'; diff --git a/local/tests/trackercontrol-1.0/tsconfig.json b/local/tests/trackercontrol-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/trackercontrol-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/trackercontrol-2.0/package.json b/local/tests/trackercontrol-2.0/package.json new file mode 100644 index 000000000..63f75db6e --- /dev/null +++ b/local/tests/trackercontrol-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-trackercontrol-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/trackercontrol-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/trackercontrol-2.0/test.ts b/local/tests/trackercontrol-2.0/test.ts new file mode 100644 index 000000000..98bcbc9e1 --- /dev/null +++ b/local/tests/trackercontrol-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/trackercontrol-2.0'; diff --git a/local/tests/trackercontrol-2.0/tsconfig.json b/local/tests/trackercontrol-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/trackercontrol-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/trackerminer-1.0/package.json b/local/tests/trackerminer-1.0/package.json new file mode 100644 index 000000000..dfb7f6306 --- /dev/null +++ b/local/tests/trackerminer-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-trackerminer-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/trackerminer-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/trackerminer-1.0/test.ts b/local/tests/trackerminer-1.0/test.ts new file mode 100644 index 000000000..4e7f06e47 --- /dev/null +++ b/local/tests/trackerminer-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/trackerminer-1.0'; diff --git a/local/tests/trackerminer-1.0/tsconfig.json b/local/tests/trackerminer-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/trackerminer-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/trackerminer-2.0/package.json b/local/tests/trackerminer-2.0/package.json new file mode 100644 index 000000000..27ebfbf8f --- /dev/null +++ b/local/tests/trackerminer-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-trackerminer-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/trackerminer-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/trackerminer-2.0/test.ts b/local/tests/trackerminer-2.0/test.ts new file mode 100644 index 000000000..68f3c51bb --- /dev/null +++ b/local/tests/trackerminer-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/trackerminer-2.0'; diff --git a/local/tests/trackerminer-2.0/tsconfig.json b/local/tests/trackerminer-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/trackerminer-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/udisks-2.0/package.json b/local/tests/udisks-2.0/package.json new file mode 100644 index 000000000..3b7e446c5 --- /dev/null +++ b/local/tests/udisks-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-udisks-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/udisks-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/udisks-2.0/test.ts b/local/tests/udisks-2.0/test.ts new file mode 100644 index 000000000..6c00a84a8 --- /dev/null +++ b/local/tests/udisks-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/udisks-2.0'; diff --git a/local/tests/udisks-2.0/tsconfig.json b/local/tests/udisks-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/udisks-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/uhm-0.0/package.json b/local/tests/uhm-0.0/package.json new file mode 100644 index 000000000..1496c991c --- /dev/null +++ b/local/tests/uhm-0.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-uhm-0.0", + "version": "1.0.0", + "dependencies": { + "@girs/uhm-0.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/uhm-0.0/test.ts b/local/tests/uhm-0.0/test.ts new file mode 100644 index 000000000..cf01fdb9c --- /dev/null +++ b/local/tests/uhm-0.0/test.ts @@ -0,0 +1 @@ +import '@girs/uhm-0.0'; diff --git a/local/tests/uhm-0.0/tsconfig.json b/local/tests/uhm-0.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/uhm-0.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/unique-3.0/package.json b/local/tests/unique-3.0/package.json new file mode 100644 index 000000000..aadc05e3a --- /dev/null +++ b/local/tests/unique-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-unique-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/unique-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/unique-3.0/test.ts b/local/tests/unique-3.0/test.ts new file mode 100644 index 000000000..e8381821e --- /dev/null +++ b/local/tests/unique-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/unique-3.0'; diff --git a/local/tests/unique-3.0/tsconfig.json b/local/tests/unique-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/unique-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/unity-6.0/package.json b/local/tests/unity-6.0/package.json new file mode 100644 index 000000000..cc55b4357 --- /dev/null +++ b/local/tests/unity-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-unity-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/unity-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/unity-6.0/test.ts b/local/tests/unity-6.0/test.ts new file mode 100644 index 000000000..dfede0bef --- /dev/null +++ b/local/tests/unity-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/unity-6.0'; diff --git a/local/tests/unity-6.0/tsconfig.json b/local/tests/unity-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/unity-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/unity-7.0/package.json b/local/tests/unity-7.0/package.json new file mode 100644 index 000000000..4f1e97e75 --- /dev/null +++ b/local/tests/unity-7.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-unity-7.0", + "version": "1.0.0", + "dependencies": { + "@girs/unity-7.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/unity-7.0/test.ts b/local/tests/unity-7.0/test.ts new file mode 100644 index 000000000..3934716af --- /dev/null +++ b/local/tests/unity-7.0/test.ts @@ -0,0 +1 @@ +import '@girs/unity-7.0'; diff --git a/local/tests/unity-7.0/tsconfig.json b/local/tests/unity-7.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/unity-7.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/unityextras-7.0/package.json b/local/tests/unityextras-7.0/package.json new file mode 100644 index 000000000..f30135f3d --- /dev/null +++ b/local/tests/unityextras-7.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-unityextras-7.0", + "version": "1.0.0", + "dependencies": { + "@girs/unityextras-7.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/unityextras-7.0/test.ts b/local/tests/unityextras-7.0/test.ts new file mode 100644 index 000000000..b90fbd594 --- /dev/null +++ b/local/tests/unityextras-7.0/test.ts @@ -0,0 +1 @@ +import '@girs/unityextras-7.0'; diff --git a/local/tests/unityextras-7.0/tsconfig.json b/local/tests/unityextras-7.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/unityextras-7.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/upowerglib-1.0/package.json b/local/tests/upowerglib-1.0/package.json new file mode 100644 index 000000000..095edc710 --- /dev/null +++ b/local/tests/upowerglib-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-upowerglib-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/upowerglib-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/upowerglib-1.0/test.ts b/local/tests/upowerglib-1.0/test.ts new file mode 100644 index 000000000..16762c9b5 --- /dev/null +++ b/local/tests/upowerglib-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/upowerglib-1.0'; diff --git a/local/tests/upowerglib-1.0/tsconfig.json b/local/tests/upowerglib-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/upowerglib-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vda-1/package.json b/local/tests/vda-1/package.json new file mode 100644 index 000000000..aa4e3a372 --- /dev/null +++ b/local/tests/vda-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vda-1", + "version": "1.0.0", + "dependencies": { + "@girs/vda-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vda-1/test.ts b/local/tests/vda-1/test.ts new file mode 100644 index 000000000..5418ab4a5 --- /dev/null +++ b/local/tests/vda-1/test.ts @@ -0,0 +1 @@ +import '@girs/vda-1'; diff --git a/local/tests/vda-1/tsconfig.json b/local/tests/vda-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vda-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vgda-1/package.json b/local/tests/vgda-1/package.json new file mode 100644 index 000000000..dc2fe0c85 --- /dev/null +++ b/local/tests/vgda-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vgda-1", + "version": "1.0.0", + "dependencies": { + "@girs/vgda-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vgda-1/test.ts b/local/tests/vgda-1/test.ts new file mode 100644 index 000000000..50e1053ea --- /dev/null +++ b/local/tests/vgda-1/test.ts @@ -0,0 +1 @@ +import '@girs/vgda-1'; diff --git a/local/tests/vgda-1/tsconfig.json b/local/tests/vgda-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vgda-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vgpg-1/package.json b/local/tests/vgpg-1/package.json new file mode 100644 index 000000000..d3171ad84 --- /dev/null +++ b/local/tests/vgpg-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vgpg-1", + "version": "1.0.0", + "dependencies": { + "@girs/vgpg-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vgpg-1/test.ts b/local/tests/vgpg-1/test.ts new file mode 100644 index 000000000..4d2b3b7fa --- /dev/null +++ b/local/tests/vgpg-1/test.ts @@ -0,0 +1 @@ +import '@girs/vgpg-1'; diff --git a/local/tests/vgpg-1/tsconfig.json b/local/tests/vgpg-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vgpg-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vgsl-1/package.json b/local/tests/vgsl-1/package.json new file mode 100644 index 000000000..420877744 --- /dev/null +++ b/local/tests/vgsl-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vgsl-1", + "version": "1.0.0", + "dependencies": { + "@girs/vgsl-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vgsl-1/test.ts b/local/tests/vgsl-1/test.ts new file mode 100644 index 000000000..d93192f22 --- /dev/null +++ b/local/tests/vgsl-1/test.ts @@ -0,0 +1 @@ +import '@girs/vgsl-1'; diff --git a/local/tests/vgsl-1/tsconfig.json b/local/tests/vgsl-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vgsl-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vips-8.0/package.json b/local/tests/vips-8.0/package.json new file mode 100644 index 000000000..31bf73c7e --- /dev/null +++ b/local/tests/vips-8.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vips-8.0", + "version": "1.0.0", + "dependencies": { + "@girs/vips-8.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vips-8.0/test.ts b/local/tests/vips-8.0/test.ts new file mode 100644 index 000000000..a7cc14d96 --- /dev/null +++ b/local/tests/vips-8.0/test.ts @@ -0,0 +1 @@ +import '@girs/vips-8.0'; diff --git a/local/tests/vips-8.0/tsconfig.json b/local/tests/vips-8.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vips-8.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vpg-1/package.json b/local/tests/vpg-1/package.json new file mode 100644 index 000000000..22ed07266 --- /dev/null +++ b/local/tests/vpg-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vpg-1", + "version": "1.0.0", + "dependencies": { + "@girs/vpg-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vpg-1/test.ts b/local/tests/vpg-1/test.ts new file mode 100644 index 000000000..84897755c --- /dev/null +++ b/local/tests/vpg-1/test.ts @@ -0,0 +1 @@ +import '@girs/vpg-1'; diff --git a/local/tests/vpg-1/tsconfig.json b/local/tests/vpg-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vpg-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vsqlite-1/package.json b/local/tests/vsqlite-1/package.json new file mode 100644 index 000000000..7f5737a85 --- /dev/null +++ b/local/tests/vsqlite-1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vsqlite-1", + "version": "1.0.0", + "dependencies": { + "@girs/vsqlite-1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vsqlite-1/test.ts b/local/tests/vsqlite-1/test.ts new file mode 100644 index 000000000..ddccf8f64 --- /dev/null +++ b/local/tests/vsqlite-1/test.ts @@ -0,0 +1 @@ +import '@girs/vsqlite-1'; diff --git a/local/tests/vsqlite-1/tsconfig.json b/local/tests/vsqlite-1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vsqlite-1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vte-2.91/package.json b/local/tests/vte-2.91/package.json new file mode 100644 index 000000000..ebdc6eae1 --- /dev/null +++ b/local/tests/vte-2.91/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vte-2.91", + "version": "1.0.0", + "dependencies": { + "@girs/vte-2.91": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vte-2.91/test.ts b/local/tests/vte-2.91/test.ts new file mode 100644 index 000000000..02e9f86d1 --- /dev/null +++ b/local/tests/vte-2.91/test.ts @@ -0,0 +1 @@ +import '@girs/vte-2.91'; diff --git a/local/tests/vte-2.91/tsconfig.json b/local/tests/vte-2.91/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vte-2.91/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vte-3.91/package.json b/local/tests/vte-3.91/package.json new file mode 100644 index 000000000..ff2820297 --- /dev/null +++ b/local/tests/vte-3.91/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vte-3.91", + "version": "1.0.0", + "dependencies": { + "@girs/vte-3.91": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vte-3.91/test.ts b/local/tests/vte-3.91/test.ts new file mode 100644 index 000000000..a25bb2e6d --- /dev/null +++ b/local/tests/vte-3.91/test.ts @@ -0,0 +1 @@ +import '@girs/vte-3.91'; diff --git a/local/tests/vte-3.91/tsconfig.json b/local/tests/vte-3.91/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vte-3.91/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vte-4-2.91/package.json b/local/tests/vte-4-2.91/package.json new file mode 100644 index 000000000..bf24f4772 --- /dev/null +++ b/local/tests/vte-4-2.91/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vte-4-2.91", + "version": "1.0.0", + "dependencies": { + "@girs/vte-4-2.91": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vte-4-2.91/test.ts b/local/tests/vte-4-2.91/test.ts new file mode 100644 index 000000000..c301ed44d --- /dev/null +++ b/local/tests/vte-4-2.91/test.ts @@ -0,0 +1 @@ +import '@girs/vte-4-2.91'; diff --git a/local/tests/vte-4-2.91/tsconfig.json b/local/tests/vte-4-2.91/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vte-4-2.91/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/vulkan-1.0/package.json b/local/tests/vulkan-1.0/package.json new file mode 100644 index 000000000..a92c6ce34 --- /dev/null +++ b/local/tests/vulkan-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-vulkan-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/vulkan-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/vulkan-1.0/test.ts b/local/tests/vulkan-1.0/test.ts new file mode 100644 index 000000000..c5b13ead1 --- /dev/null +++ b/local/tests/vulkan-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/vulkan-1.0'; diff --git a/local/tests/vulkan-1.0/tsconfig.json b/local/tests/vulkan-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/vulkan-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit-6.0/package.json b/local/tests/webkit-6.0/package.json new file mode 100644 index 000000000..7dff1d4b6 --- /dev/null +++ b/local/tests/webkit-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkit-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit-6.0/test.ts b/local/tests/webkit-6.0/test.ts new file mode 100644 index 000000000..51acdaff7 --- /dev/null +++ b/local/tests/webkit-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkit-6.0'; diff --git a/local/tests/webkit-6.0/tsconfig.json b/local/tests/webkit-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit2-4.0/package.json b/local/tests/webkit2-4.0/package.json new file mode 100644 index 000000000..729e78379 --- /dev/null +++ b/local/tests/webkit2-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit2-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkit2-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit2-4.0/test.ts b/local/tests/webkit2-4.0/test.ts new file mode 100644 index 000000000..2e97d551b --- /dev/null +++ b/local/tests/webkit2-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkit2-4.0'; diff --git a/local/tests/webkit2-4.0/tsconfig.json b/local/tests/webkit2-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit2-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit2-4.1/package.json b/local/tests/webkit2-4.1/package.json new file mode 100644 index 000000000..4d747b16e --- /dev/null +++ b/local/tests/webkit2-4.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit2-4.1", + "version": "1.0.0", + "dependencies": { + "@girs/webkit2-4.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit2-4.1/test.ts b/local/tests/webkit2-4.1/test.ts new file mode 100644 index 000000000..31ed07d93 --- /dev/null +++ b/local/tests/webkit2-4.1/test.ts @@ -0,0 +1 @@ +import '@girs/webkit2-4.1'; diff --git a/local/tests/webkit2-4.1/tsconfig.json b/local/tests/webkit2-4.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit2-4.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit2-5.0/package.json b/local/tests/webkit2-5.0/package.json new file mode 100644 index 000000000..84cdeb3a8 --- /dev/null +++ b/local/tests/webkit2-5.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit2-5.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkit2-5.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit2-5.0/test.ts b/local/tests/webkit2-5.0/test.ts new file mode 100644 index 000000000..adaee8693 --- /dev/null +++ b/local/tests/webkit2-5.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkit2-5.0'; diff --git a/local/tests/webkit2-5.0/tsconfig.json b/local/tests/webkit2-5.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit2-5.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit2webextension-4.0/package.json b/local/tests/webkit2webextension-4.0/package.json new file mode 100644 index 000000000..a99c4f410 --- /dev/null +++ b/local/tests/webkit2webextension-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit2webextension-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkit2webextension-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit2webextension-4.0/test.ts b/local/tests/webkit2webextension-4.0/test.ts new file mode 100644 index 000000000..acfaf4b0e --- /dev/null +++ b/local/tests/webkit2webextension-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkit2webextension-4.0'; diff --git a/local/tests/webkit2webextension-4.0/tsconfig.json b/local/tests/webkit2webextension-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit2webextension-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit2webextension-4.1/package.json b/local/tests/webkit2webextension-4.1/package.json new file mode 100644 index 000000000..82525d71d --- /dev/null +++ b/local/tests/webkit2webextension-4.1/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit2webextension-4.1", + "version": "1.0.0", + "dependencies": { + "@girs/webkit2webextension-4.1": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit2webextension-4.1/test.ts b/local/tests/webkit2webextension-4.1/test.ts new file mode 100644 index 000000000..acf48588f --- /dev/null +++ b/local/tests/webkit2webextension-4.1/test.ts @@ -0,0 +1 @@ +import '@girs/webkit2webextension-4.1'; diff --git a/local/tests/webkit2webextension-4.1/tsconfig.json b/local/tests/webkit2webextension-4.1/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit2webextension-4.1/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkit2webextension-5.0/package.json b/local/tests/webkit2webextension-5.0/package.json new file mode 100644 index 000000000..525de82b5 --- /dev/null +++ b/local/tests/webkit2webextension-5.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkit2webextension-5.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkit2webextension-5.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkit2webextension-5.0/test.ts b/local/tests/webkit2webextension-5.0/test.ts new file mode 100644 index 000000000..f6caf6948 --- /dev/null +++ b/local/tests/webkit2webextension-5.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkit2webextension-5.0'; diff --git a/local/tests/webkit2webextension-5.0/tsconfig.json b/local/tests/webkit2webextension-5.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkit2webextension-5.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkitwebextension-6.0/package.json b/local/tests/webkitwebextension-6.0/package.json new file mode 100644 index 000000000..9da7027f8 --- /dev/null +++ b/local/tests/webkitwebextension-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkitwebextension-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkitwebextension-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkitwebextension-6.0/test.ts b/local/tests/webkitwebextension-6.0/test.ts new file mode 100644 index 000000000..e6c47338c --- /dev/null +++ b/local/tests/webkitwebextension-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkitwebextension-6.0'; diff --git a/local/tests/webkitwebextension-6.0/tsconfig.json b/local/tests/webkitwebextension-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkitwebextension-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/webkitwebprocessextension-6.0/package.json b/local/tests/webkitwebprocessextension-6.0/package.json new file mode 100644 index 000000000..6248d5807 --- /dev/null +++ b/local/tests/webkitwebprocessextension-6.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-webkitwebprocessextension-6.0", + "version": "1.0.0", + "dependencies": { + "@girs/webkitwebprocessextension-6.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/webkitwebprocessextension-6.0/test.ts b/local/tests/webkitwebprocessextension-6.0/test.ts new file mode 100644 index 000000000..b12a3e7fe --- /dev/null +++ b/local/tests/webkitwebprocessextension-6.0/test.ts @@ -0,0 +1 @@ +import '@girs/webkitwebprocessextension-6.0'; diff --git a/local/tests/webkitwebprocessextension-6.0/tsconfig.json b/local/tests/webkitwebprocessextension-6.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/webkitwebprocessextension-6.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/win32-1.0/package.json b/local/tests/win32-1.0/package.json new file mode 100644 index 000000000..ed3fd26c9 --- /dev/null +++ b/local/tests/win32-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-win32-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/win32-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/win32-1.0/test.ts b/local/tests/win32-1.0/test.ts new file mode 100644 index 000000000..167e5f90b --- /dev/null +++ b/local/tests/win32-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/win32-1.0'; diff --git a/local/tests/win32-1.0/tsconfig.json b/local/tests/win32-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/win32-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/wnck-3.0/package.json b/local/tests/wnck-3.0/package.json new file mode 100644 index 000000000..fac194ca8 --- /dev/null +++ b/local/tests/wnck-3.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-wnck-3.0", + "version": "1.0.0", + "dependencies": { + "@girs/wnck-3.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/wnck-3.0/test.ts b/local/tests/wnck-3.0/test.ts new file mode 100644 index 000000000..3735763ae --- /dev/null +++ b/local/tests/wnck-3.0/test.ts @@ -0,0 +1 @@ +import '@girs/wnck-3.0'; diff --git a/local/tests/wnck-3.0/tsconfig.json b/local/tests/wnck-3.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/wnck-3.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xdp-1.0/package.json b/local/tests/xdp-1.0/package.json new file mode 100644 index 000000000..7b183a3d8 --- /dev/null +++ b/local/tests/xdp-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xdp-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/xdp-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xdp-1.0/test.ts b/local/tests/xdp-1.0/test.ts new file mode 100644 index 000000000..95c71d975 --- /dev/null +++ b/local/tests/xdp-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/xdp-1.0'; diff --git a/local/tests/xdp-1.0/tsconfig.json b/local/tests/xdp-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xdp-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xdpgtk3-1.0/package.json b/local/tests/xdpgtk3-1.0/package.json new file mode 100644 index 000000000..8da43ddf3 --- /dev/null +++ b/local/tests/xdpgtk3-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xdpgtk3-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/xdpgtk3-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xdpgtk3-1.0/test.ts b/local/tests/xdpgtk3-1.0/test.ts new file mode 100644 index 000000000..ec7cae145 --- /dev/null +++ b/local/tests/xdpgtk3-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/xdpgtk3-1.0'; diff --git a/local/tests/xdpgtk3-1.0/tsconfig.json b/local/tests/xdpgtk3-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xdpgtk3-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xdpgtk4-1.0/package.json b/local/tests/xdpgtk4-1.0/package.json new file mode 100644 index 000000000..4760f38a5 --- /dev/null +++ b/local/tests/xdpgtk4-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xdpgtk4-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/xdpgtk4-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xdpgtk4-1.0/test.ts b/local/tests/xdpgtk4-1.0/test.ts new file mode 100644 index 000000000..bb4127848 --- /dev/null +++ b/local/tests/xdpgtk4-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/xdpgtk4-1.0'; diff --git a/local/tests/xdpgtk4-1.0/tsconfig.json b/local/tests/xdpgtk4-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xdpgtk4-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xfixes-4.0/package.json b/local/tests/xfixes-4.0/package.json new file mode 100644 index 000000000..f3341fb23 --- /dev/null +++ b/local/tests/xfixes-4.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xfixes-4.0", + "version": "1.0.0", + "dependencies": { + "@girs/xfixes-4.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xfixes-4.0/test.ts b/local/tests/xfixes-4.0/test.ts new file mode 100644 index 000000000..663ce4d77 --- /dev/null +++ b/local/tests/xfixes-4.0/test.ts @@ -0,0 +1 @@ +import '@girs/xfixes-4.0'; diff --git a/local/tests/xfixes-4.0/tsconfig.json b/local/tests/xfixes-4.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xfixes-4.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xft-2.0/package.json b/local/tests/xft-2.0/package.json new file mode 100644 index 000000000..79b7dedf9 --- /dev/null +++ b/local/tests/xft-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xft-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/xft-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xft-2.0/test.ts b/local/tests/xft-2.0/test.ts new file mode 100644 index 000000000..8634c2358 --- /dev/null +++ b/local/tests/xft-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/xft-2.0'; diff --git a/local/tests/xft-2.0/tsconfig.json b/local/tests/xft-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xft-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xkl-1.0/package.json b/local/tests/xkl-1.0/package.json new file mode 100644 index 000000000..1adce1df5 --- /dev/null +++ b/local/tests/xkl-1.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xkl-1.0", + "version": "1.0.0", + "dependencies": { + "@girs/xkl-1.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xkl-1.0/test.ts b/local/tests/xkl-1.0/test.ts new file mode 100644 index 000000000..e46df350d --- /dev/null +++ b/local/tests/xkl-1.0/test.ts @@ -0,0 +1 @@ +import '@girs/xkl-1.0'; diff --git a/local/tests/xkl-1.0/tsconfig.json b/local/tests/xkl-1.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xkl-1.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xlib-2.0/package.json b/local/tests/xlib-2.0/package.json new file mode 100644 index 000000000..3a2f7a814 --- /dev/null +++ b/local/tests/xlib-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xlib-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/xlib-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xlib-2.0/test.ts b/local/tests/xlib-2.0/test.ts new file mode 100644 index 000000000..1fb09c1eb --- /dev/null +++ b/local/tests/xlib-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/xlib-2.0'; diff --git a/local/tests/xlib-2.0/tsconfig.json b/local/tests/xlib-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xlib-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/xrandr-1.3/package.json b/local/tests/xrandr-1.3/package.json new file mode 100644 index 000000000..5dbf6de3d --- /dev/null +++ b/local/tests/xrandr-1.3/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-xrandr-1.3", + "version": "1.0.0", + "dependencies": { + "@girs/xrandr-1.3": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/xrandr-1.3/test.ts b/local/tests/xrandr-1.3/test.ts new file mode 100644 index 000000000..c53689eff --- /dev/null +++ b/local/tests/xrandr-1.3/test.ts @@ -0,0 +1 @@ +import '@girs/xrandr-1.3'; diff --git a/local/tests/xrandr-1.3/tsconfig.json b/local/tests/xrandr-1.3/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/xrandr-1.3/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/zeitgeist-2.0/package.json b/local/tests/zeitgeist-2.0/package.json new file mode 100644 index 000000000..9cbfa91b3 --- /dev/null +++ b/local/tests/zeitgeist-2.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-zeitgeist-2.0", + "version": "1.0.0", + "dependencies": { + "@girs/zeitgeist-2.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/zeitgeist-2.0/test.ts b/local/tests/zeitgeist-2.0/test.ts new file mode 100644 index 000000000..c86799490 --- /dev/null +++ b/local/tests/zeitgeist-2.0/test.ts @@ -0,0 +1 @@ +import '@girs/zeitgeist-2.0'; diff --git a/local/tests/zeitgeist-2.0/tsconfig.json b/local/tests/zeitgeist-2.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/zeitgeist-2.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/tests/zpj-0.0/package.json b/local/tests/zpj-0.0/package.json new file mode 100644 index 000000000..314273116 --- /dev/null +++ b/local/tests/zpj-0.0/package.json @@ -0,0 +1,10 @@ +{ + "name": "gir-test-zpj-0.0", + "version": "1.0.0", + "dependencies": { + "@girs/zpj-0.0": "workspace:*" + }, + "scripts": { + "validate": "tsc -p tsconfig.json" + } +} diff --git a/local/tests/zpj-0.0/test.ts b/local/tests/zpj-0.0/test.ts new file mode 100644 index 000000000..a932a2ffd --- /dev/null +++ b/local/tests/zpj-0.0/test.ts @@ -0,0 +1 @@ +import '@girs/zpj-0.0'; diff --git a/local/tests/zpj-0.0/tsconfig.json b/local/tests/zpj-0.0/tsconfig.json new file mode 100644 index 000000000..54386152c --- /dev/null +++ b/local/tests/zpj-0.0/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "lib": [ + "ESNext" + ], + "types": [], + "moduleResolution": "Bundler", + "module": "ESNext", + "strict": true, + "noEmit": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "skipLibCheck": false + }, + "files": [ + "test.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/local/yarn.lock b/local/yarn.lock index 4ad27cba5..7b7f6afed 100644 --- a/local/yarn.lock +++ b/local/yarn.lock @@ -5,6 +5,8600 @@ __metadata: version: 8 cacheKey: 10 +"@girs/accounts-1.0@workspace:*, @girs/accounts-1.0@workspace:@girs/accounts-1.0": + version: 0.0.0-use.local + resolution: "@girs/accounts-1.0@workspace:@girs/accounts-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/accountsservice-1.0@workspace:*, @girs/accountsservice-1.0@workspace:@girs/accountsservice-1.0": + version: 0.0.0-use.local + resolution: "@girs/accountsservice-1.0@workspace:@girs/accountsservice-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/adw-1@workspace:*, @girs/adw-1@workspace:@girs/adw-1": + version: 0.0.0-use.local + resolution: "@girs/adw-1@workspace:@girs/adw-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/amtk-4@workspace:*, @girs/amtk-4@workspace:@girs/amtk-4": + version: 0.0.0-use.local + resolution: "@girs/amtk-4@workspace:@girs/amtk-4" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/amtk-5@workspace:*, @girs/amtk-5@workspace:@girs/amtk-5, @girs/amtk-5@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/amtk-5@workspace:@girs/amtk-5" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/anjuta-3.0@workspace:*, @girs/anjuta-3.0@workspace:@girs/anjuta-3.0, @girs/anjuta-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/anjuta-3.0@workspace:@girs/anjuta-3.0" + dependencies: + "@girs/gdl-3": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/anthy-9000@workspace:*, @girs/anthy-9000@workspace:@girs/anthy-9000": + version: 0.0.0-use.local + resolution: "@girs/anthy-9000@workspace:@girs/anthy-9000" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/appindicator3-0.1@workspace:*, @girs/appindicator3-0.1@workspace:@girs/appindicator3-0.1": + version: 0.0.0-use.local + resolution: "@girs/appindicator3-0.1@workspace:@girs/appindicator3-0.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/appstream-1.0@workspace:*, @girs/appstream-1.0@workspace:@girs/appstream-1.0": + version: 0.0.0-use.local + resolution: "@girs/appstream-1.0@workspace:@girs/appstream-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/appstreambuilder-1.0@workspace:*, @girs/appstreambuilder-1.0@workspace:@girs/appstreambuilder-1.0": + version: 0.0.0-use.local + resolution: "@girs/appstreambuilder-1.0@workspace:@girs/appstreambuilder-1.0" + dependencies: + "@girs/appstreamglib-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/appstreamglib-1.0@workspace:*, @girs/appstreamglib-1.0@workspace:@girs/appstreamglib-1.0, @girs/appstreamglib-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/appstreamglib-1.0@workspace:@girs/appstreamglib-1.0" + dependencies: + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/arrow-1.0@workspace:*, @girs/arrow-1.0@workspace:@girs/arrow-1.0, @girs/arrow-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/arrow-1.0@workspace:@girs/arrow-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/arrowcuda-1.0@workspace:*, @girs/arrowcuda-1.0@workspace:@girs/arrowcuda-1.0, @girs/arrowcuda-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/arrowcuda-1.0@workspace:@girs/arrowcuda-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/arrowdataset-1.0@workspace:*, @girs/arrowdataset-1.0@workspace:@girs/arrowdataset-1.0": + version: 0.0.0-use.local + resolution: "@girs/arrowdataset-1.0@workspace:@girs/arrowdataset-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/arrowflight-1.0@workspace:*, @girs/arrowflight-1.0@workspace:@girs/arrowflight-1.0": + version: 0.0.0-use.local + resolution: "@girs/arrowflight-1.0@workspace:@girs/arrowflight-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/atk-1.0@workspace:*, @girs/atk-1.0@workspace:@girs/atk-1.0, @girs/atk-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/atk-1.0@workspace:@girs/atk-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/atspi-2.0@workspace:*, @girs/atspi-2.0@workspace:@girs/atspi-2.0": + version: 0.0.0-use.local + resolution: "@girs/atspi-2.0@workspace:@girs/atspi-2.0" + dependencies: + "@girs/dbus-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/babl-0.1@workspace:*, @girs/babl-0.1@workspace:@girs/babl-0.1, @girs/babl-0.1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/babl-0.1@workspace:@girs/babl-0.1" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/bamf-3@workspace:*, @girs/bamf-3@workspace:@girs/bamf-3": + version: 0.0.0-use.local + resolution: "@girs/bamf-3@workspace:@girs/bamf-3" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/builder-1.0@workspace:*, @girs/builder-1.0@workspace:@girs/builder-1.0": + version: 0.0.0-use.local + resolution: "@girs/builder-1.0@workspace:@girs/builder-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtksource-3.0": "workspace:^" + "@girs/ide-1.0": "workspace:^" + "@girs/peas-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/bump-0.1@workspace:*, @girs/bump-0.1@workspace:@girs/bump-0.1": + version: 0.0.0-use.local + resolution: "@girs/bump-0.1@workspace:@girs/bump-0.1" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cairo-1.0@workspace:*, @girs/cairo-1.0@workspace:@girs/cairo-1.0, @girs/cairo-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cairo-1.0@workspace:@girs/cairo-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cally-1.0@workspace:*, @girs/cally-1.0@workspace:@girs/cally-1.0": + version: 0.0.0-use.local + resolution: "@girs/cally-1.0@workspace:@girs/cally-1.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cally-10@workspace:*, @girs/cally-10@workspace:@girs/cally-10": + version: 0.0.0-use.local + resolution: "@girs/cally-10@workspace:@girs/cally-10" + dependencies: + "@girs/clutter-10": "workspace:^" + "@girs/cogl-10": "workspace:^" + "@girs/coglpango-10": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cally-11@workspace:*, @girs/cally-11@workspace:@girs/cally-11, @girs/cally-11@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cally-11@workspace:@girs/cally-11" + dependencies: + "@girs/clutter-11": "workspace:^" + "@girs/cogl-11": "workspace:^" + "@girs/coglpango-11": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cally-12@workspace:*, @girs/cally-12@workspace:@girs/cally-12, @girs/cally-12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cally-12@workspace:@girs/cally-12" + dependencies: + "@girs/clutter-12": "workspace:^" + "@girs/cogl-12": "workspace:^" + "@girs/coglpango-12": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cally-13@workspace:*, @girs/cally-13@workspace:@girs/cally-13, @girs/cally-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cally-13@workspace:@girs/cally-13" + dependencies: + "@girs/clutter-13": "workspace:^" + "@girs/cogl-13": "workspace:^" + "@girs/coglpango-13": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/mtk-13": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/camel-1.2@workspace:*, @girs/camel-1.2@workspace:@girs/camel-1.2, @girs/camel-1.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/camel-1.2@workspace:@girs/camel-1.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/caribou-1.0@workspace:*, @girs/caribou-1.0@workspace:@girs/caribou-1.0": + version: 0.0.0-use.local + resolution: "@girs/caribou-1.0@workspace:@girs/caribou-1.0" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/champlain-0.12@workspace:*, @girs/champlain-0.12@workspace:@girs/champlain-0.12, @girs/champlain-0.12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/champlain-0.12@workspace:@girs/champlain-0.12" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cheese-3.0@workspace:*, @girs/cheese-3.0@workspace:@girs/cheese-3.0": + version: 0.0.0-use.local + resolution: "@girs/cheese-3.0@workspace:@girs/cheese-3.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cloudproviders-0.3@workspace:*, @girs/cloudproviders-0.3@workspace:@girs/cloudproviders-0.3": + version: 0.0.0-use.local + resolution: "@girs/cloudproviders-0.3@workspace:@girs/cloudproviders-0.3" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/clutter-1.0@workspace:*, @girs/clutter-1.0@workspace:@girs/clutter-1.0, @girs/clutter-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/clutter-1.0@workspace:@girs/clutter-1.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/cogl-1.0": "workspace:^" + "@girs/coglpango-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/clutter-10@workspace:*, @girs/clutter-10@workspace:@girs/clutter-10, @girs/clutter-10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/clutter-10@workspace:@girs/clutter-10" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/cogl-10": "workspace:^" + "@girs/coglpango-10": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/clutter-11@workspace:*, @girs/clutter-11@workspace:@girs/clutter-11, @girs/clutter-11@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/clutter-11@workspace:@girs/clutter-11" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/cogl-11": "workspace:^" + "@girs/coglpango-11": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/clutter-12@workspace:*, @girs/clutter-12@workspace:@girs/clutter-12, @girs/clutter-12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/clutter-12@workspace:@girs/clutter-12" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/cogl-12": "workspace:^" + "@girs/coglpango-12": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/clutter-13@workspace:*, @girs/clutter-13@workspace:@girs/clutter-13, @girs/clutter-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/clutter-13@workspace:@girs/clutter-13" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/cogl-13": "workspace:^" + "@girs/coglpango-13": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/mtk-13": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cluttergdk-1.0@workspace:*, @girs/cluttergdk-1.0@workspace:@girs/cluttergdk-1.0": + version: 0.0.0-use.local + resolution: "@girs/cluttergdk-1.0@workspace:@girs/cluttergdk-1.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cluttergst-2.0@workspace:*, @girs/cluttergst-2.0@workspace:@girs/cluttergst-2.0": + version: 0.0.0-use.local + resolution: "@girs/cluttergst-2.0@workspace:@girs/cluttergst-2.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstaudio-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cluttergst-3.0@workspace:*, @girs/cluttergst-3.0@workspace:@girs/cluttergst-3.0": + version: 0.0.0-use.local + resolution: "@girs/cluttergst-3.0@workspace:@girs/cluttergst-3.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/cogl-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstaudio-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/clutterx11-1.0@workspace:*, @girs/clutterx11-1.0@workspace:@girs/clutterx11-1.0": + version: 0.0.0-use.local + resolution: "@girs/clutterx11-1.0@workspace:@girs/clutterx11-1.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cogl-1.0@workspace:*, @girs/cogl-1.0@workspace:@girs/cogl-1.0, @girs/cogl-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cogl-1.0@workspace:@girs/cogl-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cogl-10@workspace:*, @girs/cogl-10@workspace:@girs/cogl-10, @girs/cogl-10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cogl-10@workspace:@girs/cogl-10" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cogl-11@workspace:*, @girs/cogl-11@workspace:@girs/cogl-11, @girs/cogl-11@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cogl-11@workspace:@girs/cogl-11" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cogl-12@workspace:*, @girs/cogl-12@workspace:@girs/cogl-12, @girs/cogl-12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cogl-12@workspace:@girs/cogl-12" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cogl-13@workspace:*, @girs/cogl-13@workspace:@girs/cogl-13, @girs/cogl-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cogl-13@workspace:@girs/cogl-13" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/cogl-2.0@workspace:*, @girs/cogl-2.0@workspace:@girs/cogl-2.0, @girs/cogl-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/cogl-2.0@workspace:@girs/cogl-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglgst-2.0@workspace:*, @girs/coglgst-2.0@workspace:@girs/coglgst-2.0": + version: 0.0.0-use.local + resolution: "@girs/coglgst-2.0@workspace:@girs/coglgst-2.0" + dependencies: + "@girs/cogl-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglpango-1.0@workspace:*, @girs/coglpango-1.0@workspace:@girs/coglpango-1.0, @girs/coglpango-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/coglpango-1.0@workspace:@girs/coglpango-1.0" + dependencies: + "@girs/cogl-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglpango-10@workspace:*, @girs/coglpango-10@workspace:@girs/coglpango-10, @girs/coglpango-10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/coglpango-10@workspace:@girs/coglpango-10" + dependencies: + "@girs/cogl-10": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglpango-11@workspace:*, @girs/coglpango-11@workspace:@girs/coglpango-11, @girs/coglpango-11@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/coglpango-11@workspace:@girs/coglpango-11" + dependencies: + "@girs/cogl-11": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglpango-12@workspace:*, @girs/coglpango-12@workspace:@girs/coglpango-12, @girs/coglpango-12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/coglpango-12@workspace:@girs/coglpango-12" + dependencies: + "@girs/cogl-12": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglpango-13@workspace:*, @girs/coglpango-13@workspace:@girs/coglpango-13, @girs/coglpango-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/coglpango-13@workspace:@girs/coglpango-13" + dependencies: + "@girs/cogl-13": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/coglpango-2.0@workspace:*, @girs/coglpango-2.0@workspace:@girs/coglpango-2.0": + version: 0.0.0-use.local + resolution: "@girs/coglpango-2.0@workspace:@girs/coglpango-2.0" + dependencies: + "@girs/cogl-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/colord-1.0@workspace:*, @girs/colord-1.0@workspace:@girs/colord-1.0, @girs/colord-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/colord-1.0@workspace:@girs/colord-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/colordgtk-1.0@workspace:*, @girs/colordgtk-1.0@workspace:@girs/colordgtk-1.0": + version: 0.0.0-use.local + resolution: "@girs/colordgtk-1.0@workspace:@girs/colordgtk-1.0" + dependencies: + "@girs/colord-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/colorhug-1.0@workspace:*, @girs/colorhug-1.0@workspace:@girs/colorhug-1.0": + version: 0.0.0-use.local + resolution: "@girs/colorhug-1.0@workspace:@girs/colorhug-1.0" + dependencies: + "@girs/colord-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gusb-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dazzle-1.0@workspace:*, @girs/dazzle-1.0@workspace:@girs/dazzle-1.0, @girs/dazzle-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/dazzle-1.0@workspace:@girs/dazzle-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dbus-1.0@workspace:*, @girs/dbus-1.0@workspace:@girs/dbus-1.0, @girs/dbus-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/dbus-1.0@workspace:@girs/dbus-1.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dbusglib-1.0@workspace:*, @girs/dbusglib-1.0@workspace:@girs/dbusglib-1.0, @girs/dbusglib-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/dbusglib-1.0@workspace:@girs/dbusglib-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dbusmenu-0.4@workspace:*, @girs/dbusmenu-0.4@workspace:@girs/dbusmenu-0.4, @girs/dbusmenu-0.4@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/dbusmenu-0.4@workspace:@girs/dbusmenu-0.4" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dbusmenugtk-0.4@workspace:*, @girs/dbusmenugtk-0.4@workspace:@girs/dbusmenugtk-0.4": + version: 0.0.0-use.local + resolution: "@girs/dbusmenugtk-0.4@workspace:@girs/dbusmenugtk-0.4" + dependencies: + "@girs/dbusmenu-0.4": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dbusmenugtk3-0.4@workspace:*, @girs/dbusmenugtk3-0.4@workspace:@girs/dbusmenugtk3-0.4": + version: 0.0.0-use.local + resolution: "@girs/dbusmenugtk3-0.4@workspace:@girs/dbusmenugtk3-0.4" + dependencies: + "@girs/dbusmenu-0.4": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dee-1.0@workspace:*, @girs/dee-1.0@workspace:@girs/dee-1.0, @girs/dee-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/dee-1.0@workspace:@girs/dee-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/devhelp-3.0@workspace:*, @girs/devhelp-3.0@workspace:@girs/devhelp-3.0": + version: 0.0.0-use.local + resolution: "@girs/devhelp-3.0@workspace:@girs/devhelp-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/webkit2-4.1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dex-1@workspace:*, @girs/dex-1@workspace:@girs/dex-1": + version: 0.0.0-use.local + resolution: "@girs/dex-1@workspace:@girs/dex-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/dmap-3.0@workspace:*, @girs/dmap-3.0@workspace:@girs/dmap-3.0": + version: 0.0.0-use.local + resolution: "@girs/dmap-3.0@workspace:@girs/dmap-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ebackend-1.2@workspace:*, @girs/ebackend-1.2@workspace:@girs/ebackend-1.2, @girs/ebackend-1.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/ebackend-1.2@workspace:@girs/ebackend-1.2" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ebook-1.2@workspace:*, @girs/ebook-1.2@workspace:@girs/ebook-1.2": + version: 0.0.0-use.local + resolution: "@girs/ebook-1.2@workspace:@girs/ebook-1.2" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/ebookcontacts-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ebookcontacts-1.2@workspace:*, @girs/ebookcontacts-1.2@workspace:@girs/ebookcontacts-1.2, @girs/ebookcontacts-1.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/ebookcontacts-1.2@workspace:@girs/ebookcontacts-1.2" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ecal-2.0@workspace:*, @girs/ecal-2.0@workspace:@girs/ecal-2.0, @girs/ecal-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/ecal-2.0@workspace:@girs/ecal-2.0" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/icalglib-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ecalendar-1.2@workspace:*, @girs/ecalendar-1.2@workspace:@girs/ecalendar-1.2": + version: 0.0.0-use.local + resolution: "@girs/ecalendar-1.2@workspace:@girs/ecalendar-1.2" + dependencies: + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/edatabook-1.2@workspace:*, @girs/edatabook-1.2@workspace:@girs/edatabook-1.2": + version: 0.0.0-use.local + resolution: "@girs/edatabook-1.2@workspace:@girs/edatabook-1.2" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/ebackend-1.2": "workspace:^" + "@girs/ebookcontacts-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/edatacal-2.0@workspace:*, @girs/edatacal-2.0@workspace:@girs/edatacal-2.0": + version: 0.0.0-use.local + resolution: "@girs/edatacal-2.0@workspace:@girs/edatacal-2.0" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/ebackend-1.2": "workspace:^" + "@girs/ecal-2.0": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/icalglib-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/edataserver-1.2@workspace:*, @girs/edataserver-1.2@workspace:@girs/edataserver-1.2, @girs/edataserver-1.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/edataserver-1.2@workspace:@girs/edataserver-1.2" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/edataserverui-1.2@workspace:*, @girs/edataserverui-1.2@workspace:@girs/edataserverui-1.2": + version: 0.0.0-use.local + resolution: "@girs/edataserverui-1.2@workspace:@girs/edataserverui-1.2" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/ecal-2.0": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/edataserverui4-1.0@workspace:*, @girs/edataserverui4-1.0@workspace:@girs/edataserverui4-1.0": + version: 0.0.0-use.local + resolution: "@girs/edataserverui4-1.0@workspace:@girs/edataserverui4-1.0" + dependencies: + "@girs/camel-1.2": "workspace:^" + "@girs/ecal-2.0": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/egg-1.0@workspace:*, @girs/egg-1.0@workspace:@girs/egg-1.0": + version: 0.0.0-use.local + resolution: "@girs/egg-1.0@workspace:@girs/egg-1.0" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/eog-3.0@workspace:*, @girs/eog-3.0@workspace:@girs/eog-3.0": + version: 0.0.0-use.local + resolution: "@girs/eog-3.0@workspace:@girs/eog-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/epc-1.0@workspace:*, @girs/epc-1.0@workspace:@girs/epc-1.0, @girs/epc-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/epc-1.0@workspace:@girs/epc-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/epcui-1.0@workspace:*, @girs/epcui-1.0@workspace:@girs/epcui-1.0": + version: 0.0.0-use.local + resolution: "@girs/epcui-1.0@workspace:@girs/epcui-1.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/epc-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/evincedocument-3.0@workspace:*, @girs/evincedocument-3.0@workspace:@girs/evincedocument-3.0, @girs/evincedocument-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/evincedocument-3.0@workspace:@girs/evincedocument-3.0" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/evinceview-3.0@workspace:*, @girs/evinceview-3.0@workspace:@girs/evinceview-3.0": + version: 0.0.0-use.local + resolution: "@girs/evinceview-3.0@workspace:@girs/evinceview-3.0" + dependencies: + "@girs/evincedocument-3.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/farstream-0.1@workspace:*, @girs/farstream-0.1@workspace:@girs/farstream-0.1": + version: 0.0.0-use.local + resolution: "@girs/farstream-0.1@workspace:@girs/farstream-0.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/farstream-0.2@workspace:*, @girs/farstream-0.2@workspace:@girs/farstream-0.2, @girs/farstream-0.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/farstream-0.2@workspace:@girs/farstream-0.2" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/flatpak-1.0@workspace:*, @girs/flatpak-1.0@workspace:@girs/flatpak-1.0": + version: 0.0.0-use.local + resolution: "@girs/flatpak-1.0@workspace:@girs/flatpak-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folks-0.6@workspace:*, @girs/folks-0.6@workspace:@girs/folks-0.6, @girs/folks-0.6@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/folks-0.6@workspace:@girs/folks-0.6" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folks-0.7@workspace:*, @girs/folks-0.7@workspace:@girs/folks-0.7, @girs/folks-0.7@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/folks-0.7@workspace:@girs/folks-0.7" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folksdummy-0.6@workspace:*, @girs/folksdummy-0.6@workspace:@girs/folksdummy-0.6": + version: 0.0.0-use.local + resolution: "@girs/folksdummy-0.6@workspace:@girs/folksdummy-0.6" + dependencies: + "@girs/folks-0.6": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folksdummy-0.7@workspace:*, @girs/folksdummy-0.7@workspace:@girs/folksdummy-0.7": + version: 0.0.0-use.local + resolution: "@girs/folksdummy-0.7@workspace:@girs/folksdummy-0.7" + dependencies: + "@girs/folks-0.7": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folkseds-0.6@workspace:*, @girs/folkseds-0.6@workspace:@girs/folkseds-0.6": + version: 0.0.0-use.local + resolution: "@girs/folkseds-0.6@workspace:@girs/folkseds-0.6" + dependencies: + "@girs/ebookcontacts-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/folks-0.6": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folkseds-0.7@workspace:*, @girs/folkseds-0.7@workspace:@girs/folkseds-0.7": + version: 0.0.0-use.local + resolution: "@girs/folkseds-0.7@workspace:@girs/folkseds-0.7" + dependencies: + "@girs/ebookcontacts-1.2": "workspace:^" + "@girs/edataserver-1.2": "workspace:^" + "@girs/folks-0.7": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folkslibsocialweb-0.6@workspace:*, @girs/folkslibsocialweb-0.6@workspace:@girs/folkslibsocialweb-0.6": + version: 0.0.0-use.local + resolution: "@girs/folkslibsocialweb-0.6@workspace:@girs/folkslibsocialweb-0.6" + dependencies: + "@girs/folks-0.6": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/socialwebclient-0.25": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folkstelepathy-0.6@workspace:*, @girs/folkstelepathy-0.6@workspace:@girs/folkstelepathy-0.6": + version: 0.0.0-use.local + resolution: "@girs/folkstelepathy-0.6@workspace:@girs/folkstelepathy-0.6" + dependencies: + "@girs/folks-0.6": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/telepathyglib-0.12": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/folkstelepathy-0.7@workspace:*, @girs/folkstelepathy-0.7@workspace:@girs/folkstelepathy-0.7": + version: 0.0.0-use.local + resolution: "@girs/folkstelepathy-0.7@workspace:@girs/folkstelepathy-0.7" + dependencies: + "@girs/folks-0.7": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/telepathyglib-0.12": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/fontconfig-2.0@workspace:*, @girs/fontconfig-2.0@workspace:@girs/fontconfig-2.0, @girs/fontconfig-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/fontconfig-2.0@workspace:@girs/fontconfig-2.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/freetype2-2.0@workspace:*, @girs/freetype2-2.0@workspace:@girs/freetype2-2.0, @girs/freetype2-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/freetype2-2.0@workspace:@girs/freetype2-2.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/fwupd-2.0@workspace:*, @girs/fwupd-2.0@workspace:@girs/fwupd-2.0": + version: 0.0.0-use.local + resolution: "@girs/fwupd-2.0@workspace:@girs/fwupd-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gandiva-1.0@workspace:*, @girs/gandiva-1.0@workspace:@girs/gandiva-1.0": + version: 0.0.0-use.local + resolution: "@girs/gandiva-1.0@workspace:@girs/gandiva-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcab-1.0@workspace:*, @girs/gcab-1.0@workspace:@girs/gcab-1.0": + version: 0.0.0-use.local + resolution: "@girs/gcab-1.0@workspace:@girs/gcab-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcalc-1@workspace:*, @girs/gcalc-1@workspace:@girs/gcalc-1": + version: 0.0.0-use.local + resolution: "@girs/gcalc-1@workspace:@girs/gcalc-1" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcalc-2@workspace:*, @girs/gcalc-2@workspace:@girs/gcalc-2, @girs/gcalc-2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gcalc-2@workspace:@girs/gcalc-2" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gck-1@workspace:*, @girs/gck-1@workspace:@girs/gck-1, @girs/gck-1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gck-1@workspace:@girs/gck-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gck-2@workspace:*, @girs/gck-2@workspace:@girs/gck-2, @girs/gck-2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gck-2@workspace:@girs/gck-2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gconf-2.0@workspace:*, @girs/gconf-2.0@workspace:@girs/gconf-2.0, @girs/gconf-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gconf-2.0@workspace:@girs/gconf-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcr-3@workspace:*, @girs/gcr-3@workspace:@girs/gcr-3, @girs/gcr-3@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gcr-3@workspace:@girs/gcr-3" + dependencies: + "@girs/gck-1": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcr-4@workspace:*, @girs/gcr-4@workspace:@girs/gcr-4, @girs/gcr-4@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gcr-4@workspace:@girs/gcr-4" + dependencies: + "@girs/gck-2": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcrgtk3-4@workspace:*, @girs/gcrgtk3-4@workspace:@girs/gcrgtk3-4": + version: 0.0.0-use.local + resolution: "@girs/gcrgtk3-4@workspace:@girs/gcrgtk3-4" + dependencies: + "@girs/gck-2": "workspace:^" + "@girs/gcr-4": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcrgtk4-4@workspace:*, @girs/gcrgtk4-4@workspace:@girs/gcrgtk4-4": + version: 0.0.0-use.local + resolution: "@girs/gcrgtk4-4@workspace:@girs/gcrgtk4-4" + dependencies: + "@girs/gck-2": "workspace:^" + "@girs/gcr-4": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gcrui-3@workspace:*, @girs/gcrui-3@workspace:@girs/gcrui-3": + version: 0.0.0-use.local + resolution: "@girs/gcrui-3@workspace:@girs/gcrui-3" + dependencies: + "@girs/gck-1": "workspace:^" + "@girs/gcr-3": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gd-1.0@workspace:*, @girs/gd-1.0@workspace:@girs/gd-1.0": + version: 0.0.0-use.local + resolution: "@girs/gd-1.0@workspace:@girs/gd-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gda-5.0@workspace:*, @girs/gda-5.0@workspace:@girs/gda-5.0, @girs/gda-5.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gda-5.0@workspace:@girs/gda-5.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gda-6.0@workspace:*, @girs/gda-6.0@workspace:@girs/gda-6.0, @girs/gda-6.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gda-6.0@workspace:@girs/gda-6.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdata-0.0@workspace:*, @girs/gdata-0.0@workspace:@girs/gdata-0.0": + version: 0.0.0-use.local + resolution: "@girs/gdata-0.0@workspace:@girs/gdata-0.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/goa-1.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdaui-5.0@workspace:*, @girs/gdaui-5.0@workspace:@girs/gdaui-5.0": + version: 0.0.0-use.local + resolution: "@girs/gdaui-5.0@workspace:@girs/gdaui-5.0" + dependencies: + "@girs/gda-5.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdaui-6.0@workspace:*, @girs/gdaui-6.0@workspace:@girs/gdaui-6.0": + version: 0.0.0-use.local + resolution: "@girs/gdaui-6.0@workspace:@girs/gdaui-6.0" + dependencies: + "@girs/gda-6.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdesktopenums-3.0@workspace:*, @girs/gdesktopenums-3.0@workspace:@girs/gdesktopenums-3.0, @girs/gdesktopenums-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gdesktopenums-3.0@workspace:@girs/gdesktopenums-3.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdk-2.0@workspace:*, @girs/gdk-2.0@workspace:@girs/gdk-2.0, @girs/gdk-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gdk-2.0@workspace:@girs/gdk-2.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdk-3.0@workspace:*, @girs/gdk-3.0@workspace:@girs/gdk-3.0, @girs/gdk-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gdk-3.0@workspace:@girs/gdk-3.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdk-4.0@workspace:*, @girs/gdk-4.0@workspace:@girs/gdk-4.0, @girs/gdk-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gdk-4.0@workspace:@girs/gdk-4.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdkpixbuf-2.0@workspace:*, @girs/gdkpixbuf-2.0@workspace:@girs/gdkpixbuf-2.0, @girs/gdkpixbuf-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gdkpixbuf-2.0@workspace:@girs/gdkpixbuf-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdkpixdata-2.0@workspace:*, @girs/gdkpixdata-2.0@workspace:@girs/gdkpixdata-2.0": + version: 0.0.0-use.local + resolution: "@girs/gdkpixdata-2.0@workspace:@girs/gdkpixdata-2.0" + dependencies: + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdkwayland-4.0@workspace:*, @girs/gdkwayland-4.0@workspace:@girs/gdkwayland-4.0": + version: 0.0.0-use.local + resolution: "@girs/gdkwayland-4.0@workspace:@girs/gdkwayland-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdkx11-2.0@workspace:*, @girs/gdkx11-2.0@workspace:@girs/gdkx11-2.0": + version: 0.0.0-use.local + resolution: "@girs/gdkx11-2.0@workspace:@girs/gdkx11-2.0" + dependencies: + "@girs/gdk-2.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdkx11-3.0@workspace:*, @girs/gdkx11-3.0@workspace:@girs/gdkx11-3.0": + version: 0.0.0-use.local + resolution: "@girs/gdkx11-3.0@workspace:@girs/gdkx11-3.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdkx11-4.0@workspace:*, @girs/gdkx11-4.0@workspace:@girs/gdkx11-4.0": + version: 0.0.0-use.local + resolution: "@girs/gdkx11-4.0@workspace:@girs/gdkx11-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdl-3@workspace:*, @girs/gdl-3@workspace:@girs/gdl-3, @girs/gdl-3@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gdl-3@workspace:@girs/gdl-3" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gdm-1.0@workspace:*, @girs/gdm-1.0@workspace:@girs/gdm-1.0": + version: 0.0.0-use.local + resolution: "@girs/gdm-1.0@workspace:@girs/gdm-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gedit-3.0@workspace:*, @girs/gedit-3.0@workspace:@girs/gedit-3.0": + version: 0.0.0-use.local + resolution: "@girs/gedit-3.0@workspace:@girs/gedit-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gtksource-4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gee-0.8@workspace:*, @girs/gee-0.8@workspace:@girs/gee-0.8, @girs/gee-0.8@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gee-0.8@workspace:@girs/gee-0.8" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gee-1.0@workspace:*, @girs/gee-1.0@workspace:@girs/gee-1.0": + version: 0.0.0-use.local + resolution: "@girs/gee-1.0@workspace:@girs/gee-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gegl-0.3@workspace:*, @girs/gegl-0.3@workspace:@girs/gegl-0.3": + version: 0.0.0-use.local + resolution: "@girs/gegl-0.3@workspace:@girs/gegl-0.3" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gegl-0.4@workspace:*, @girs/gegl-0.4@workspace:@girs/gegl-0.4, @girs/gegl-0.4@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gegl-0.4@workspace:@girs/gegl-0.4" + dependencies: + "@girs/babl-0.1": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/geglgtk3-0.1@workspace:*, @girs/geglgtk3-0.1@workspace:@girs/geglgtk3-0.1": + version: 0.0.0-use.local + resolution: "@girs/geglgtk3-0.1@workspace:@girs/geglgtk3-0.1" + dependencies: + "@girs/gegl-0.4": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/geoclue-2.0@workspace:*, @girs/geoclue-2.0@workspace:@girs/geoclue-2.0": + version: 0.0.0-use.local + resolution: "@girs/geoclue-2.0@workspace:@girs/geoclue-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/geocodeglib-1.0@workspace:*, @girs/geocodeglib-1.0@workspace:@girs/geocodeglib-1.0, @girs/geocodeglib-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/geocodeglib-1.0@workspace:@girs/geocodeglib-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/geocodeglib-2.0@workspace:*, @girs/geocodeglib-2.0@workspace:@girs/geocodeglib-2.0": + version: 0.0.0-use.local + resolution: "@girs/geocodeglib-2.0@workspace:@girs/geocodeglib-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gepub-0.5@workspace:*, @girs/gepub-0.5@workspace:@girs/gepub-0.5": + version: 0.0.0-use.local + resolution: "@girs/gepub-0.5@workspace:@girs/gepub-0.5" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/webkit2-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ges-1.0@workspace:*, @girs/ges-1.0@workspace:@girs/ges-1.0": + version: 0.0.0-use.local + resolution: "@girs/ges-1.0@workspace:@girs/ges-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gexiv2-0.10@workspace:*, @girs/gexiv2-0.10@workspace:@girs/gexiv2-0.10": + version: 0.0.0-use.local + resolution: "@girs/gexiv2-0.10@workspace:@girs/gexiv2-0.10" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gfbgraph-0.2@workspace:*, @girs/gfbgraph-0.2@workspace:@girs/gfbgraph-0.2": + version: 0.0.0-use.local + resolution: "@girs/gfbgraph-0.2@workspace:@girs/gfbgraph-0.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/rest-0.7": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gfbgraph-0.3@workspace:*, @girs/gfbgraph-0.3@workspace:@girs/gfbgraph-0.3": + version: 0.0.0-use.local + resolution: "@girs/gfbgraph-0.3@workspace:@girs/gfbgraph-0.3" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/rest-0.7": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ggit-1.0@workspace:*, @girs/ggit-1.0@workspace:@girs/ggit-1.0, @girs/ggit-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/ggit-1.0@workspace:@girs/ggit-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gio-2.0@workspace:*, @girs/gio-2.0@workspace:@girs/gio-2.0, @girs/gio-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gio-2.0@workspace:@girs/gio-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/girepository-2.0@workspace:*, @girs/girepository-2.0@workspace:@girs/girepository-2.0, @girs/girepository-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/girepository-2.0@workspace:@girs/girepository-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gitg-1.0@workspace:*, @girs/gitg-1.0@workspace:@girs/gitg-1.0, @girs/gitg-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gitg-1.0@workspace:@girs/gitg-1.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/ggit-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gitgext-1.0@workspace:*, @girs/gitgext-1.0@workspace:@girs/gitgext-1.0": + version: 0.0.0-use.local + resolution: "@girs/gitgext-1.0@workspace:@girs/gitgext-1.0" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/ggit-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gitg-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gjs@workspace:*, @girs/gjs@workspace:@girs/gjs, @girs/gjs@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gjs@workspace:@girs/gjs" + dependencies: + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gjsdbus-1.0@workspace:*, @girs/gjsdbus-1.0@workspace:@girs/gjsdbus-1.0": + version: 0.0.0-use.local + resolution: "@girs/gjsdbus-1.0@workspace:@girs/gjsdbus-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gkbd-3.0@workspace:*, @girs/gkbd-3.0@workspace:@girs/gkbd-3.0": + version: 0.0.0-use.local + resolution: "@girs/gkbd-3.0@workspace:@girs/gkbd-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/xkl-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gl-1.0@workspace:*, @girs/gl-1.0@workspace:@girs/gl-1.0, @girs/gl-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gl-1.0@workspace:@girs/gl-1.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gladeui-2.0@workspace:*, @girs/gladeui-2.0@workspace:@girs/gladeui-2.0": + version: 0.0.0-use.local + resolution: "@girs/gladeui-2.0@workspace:@girs/gladeui-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/glib-2.0@workspace:*, @girs/glib-2.0@workspace:@girs/glib-2.0, @girs/glib-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/glib-2.0@workspace:@girs/glib-2.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gmenu-3.0@workspace:*, @girs/gmenu-3.0@workspace:@girs/gmenu-3.0": + version: 0.0.0-use.local + resolution: "@girs/gmenu-3.0@workspace:@girs/gmenu-3.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gmime-3.0@workspace:*, @girs/gmime-3.0@workspace:@girs/gmime-3.0": + version: 0.0.0-use.local + resolution: "@girs/gmime-3.0@workspace:@girs/gmime-3.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gmodule-2.0@workspace:*, @girs/gmodule-2.0@workspace:@girs/gmodule-2.0, @girs/gmodule-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gmodule-2.0@workspace:@girs/gmodule-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomeautoar-0.1@workspace:*, @girs/gnomeautoar-0.1@workspace:@girs/gnomeautoar-0.1, @girs/gnomeautoar-0.1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gnomeautoar-0.1@workspace:@girs/gnomeautoar-0.1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomeautoargtk-0.1@workspace:*, @girs/gnomeautoargtk-0.1@workspace:@girs/gnomeautoargtk-0.1": + version: 0.0.0-use.local + resolution: "@girs/gnomeautoargtk-0.1@workspace:@girs/gnomeautoargtk-0.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gnomeautoar-0.1": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomebg-4.0@workspace:*, @girs/gnomebg-4.0@workspace:@girs/gnomebg-4.0": + version: 0.0.0-use.local + resolution: "@girs/gnomebg-4.0@workspace:@girs/gnomebg-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gnomedesktop-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomebluetooth-1.0@workspace:*, @girs/gnomebluetooth-1.0@workspace:@girs/gnomebluetooth-1.0": + version: 0.0.0-use.local + resolution: "@girs/gnomebluetooth-1.0@workspace:@girs/gnomebluetooth-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomebluetooth-3.0@workspace:*, @girs/gnomebluetooth-3.0@workspace:@girs/gnomebluetooth-3.0": + version: 0.0.0-use.local + resolution: "@girs/gnomebluetooth-3.0@workspace:@girs/gnomebluetooth-3.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomedesktop-3.0@workspace:*, @girs/gnomedesktop-3.0@workspace:@girs/gnomedesktop-3.0": + version: 0.0.0-use.local + resolution: "@girs/gnomedesktop-3.0@workspace:@girs/gnomedesktop-3.0" + dependencies: + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomedesktop-4.0@workspace:*, @girs/gnomedesktop-4.0@workspace:@girs/gnomedesktop-4.0, @girs/gnomedesktop-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gnomedesktop-4.0@workspace:@girs/gnomedesktop-4.0" + dependencies: + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomekeyring-1.0@workspace:*, @girs/gnomekeyring-1.0@workspace:@girs/gnomekeyring-1.0": + version: 0.0.0-use.local + resolution: "@girs/gnomekeyring-1.0@workspace:@girs/gnomekeyring-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomemaps-1.0@workspace:*, @girs/gnomemaps-1.0@workspace:@girs/gnomemaps-1.0": + version: 0.0.0-use.local + resolution: "@girs/gnomemaps-1.0@workspace:@girs/gnomemaps-1.0" + dependencies: + "@girs/champlain-0.12": "workspace:^" + "@girs/geocodeglib-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/rest-0.7": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gnomerr-4.0@workspace:*, @girs/gnomerr-4.0@workspace:@girs/gnomerr-4.0": + version: 0.0.0-use.local + resolution: "@girs/gnomerr-4.0@workspace:@girs/gnomerr-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gnomedesktop-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/goa-1.0@workspace:*, @girs/goa-1.0@workspace:@girs/goa-1.0, @girs/goa-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/goa-1.0@workspace:@girs/goa-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gobject-2.0@workspace:*, @girs/gobject-2.0@workspace:@girs/gobject-2.0, @girs/gobject-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gobject-2.0@workspace:@girs/gobject-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/goocanvas-2.0@workspace:*, @girs/goocanvas-2.0@workspace:@girs/goocanvas-2.0": + version: 0.0.0-use.local + resolution: "@girs/goocanvas-2.0@workspace:@girs/goocanvas-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/goocanvas-3.0@workspace:*, @girs/goocanvas-3.0@workspace:@girs/goocanvas-3.0": + version: 0.0.0-use.local + resolution: "@girs/goocanvas-3.0@workspace:@girs/goocanvas-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/govirt-1.0@workspace:*, @girs/govirt-1.0@workspace:@girs/govirt-1.0": + version: 0.0.0-use.local + resolution: "@girs/govirt-1.0@workspace:@girs/govirt-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/rest-0.7": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gpseq-1.0@workspace:*, @girs/gpseq-1.0@workspace:@girs/gpseq-1.0": + version: 0.0.0-use.local + resolution: "@girs/gpseq-1.0@workspace:@girs/gpseq-1.0" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/granite-1.0@workspace:*, @girs/granite-1.0@workspace:@girs/granite-1.0": + version: 0.0.0-use.local + resolution: "@girs/granite-1.0@workspace:@girs/granite-1.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/granite-7.0@workspace:*, @girs/granite-7.0@workspace:@girs/granite-7.0": + version: 0.0.0-use.local + resolution: "@girs/granite-7.0@workspace:@girs/granite-7.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/graphene-1.0@workspace:*, @girs/graphene-1.0@workspace:@girs/graphene-1.0, @girs/graphene-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/graphene-1.0@workspace:@girs/graphene-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grl-0.1@workspace:*, @girs/grl-0.1@workspace:@girs/grl-0.1": + version: 0.0.0-use.local + resolution: "@girs/grl-0.1@workspace:@girs/grl-0.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grl-0.2@workspace:*, @girs/grl-0.2@workspace:@girs/grl-0.2, @girs/grl-0.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/grl-0.2@workspace:@girs/grl-0.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grl-0.3@workspace:*, @girs/grl-0.3@workspace:@girs/grl-0.3, @girs/grl-0.3@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/grl-0.3@workspace:@girs/grl-0.3" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grlnet-0.1@workspace:*, @girs/grlnet-0.1@workspace:@girs/grlnet-0.1": + version: 0.0.0-use.local + resolution: "@girs/grlnet-0.1@workspace:@girs/grlnet-0.1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grlnet-0.2@workspace:*, @girs/grlnet-0.2@workspace:@girs/grlnet-0.2": + version: 0.0.0-use.local + resolution: "@girs/grlnet-0.2@workspace:@girs/grlnet-0.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grlnet-0.3@workspace:*, @girs/grlnet-0.3@workspace:@girs/grlnet-0.3": + version: 0.0.0-use.local + resolution: "@girs/grlnet-0.3@workspace:@girs/grlnet-0.3" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grlpls-0.2@workspace:*, @girs/grlpls-0.2@workspace:@girs/grlpls-0.2": + version: 0.0.0-use.local + resolution: "@girs/grlpls-0.2@workspace:@girs/grlpls-0.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/grl-0.2": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grlpls-0.3@workspace:*, @girs/grlpls-0.3@workspace:@girs/grlpls-0.3": + version: 0.0.0-use.local + resolution: "@girs/grlpls-0.3@workspace:@girs/grlpls-0.3" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/grl-0.3": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/grss-0.7@workspace:*, @girs/grss-0.7@workspace:@girs/grss-0.7": + version: 0.0.0-use.local + resolution: "@girs/grss-0.7@workspace:@girs/grss-0.7" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsf-1@workspace:*, @girs/gsf-1@workspace:@girs/gsf-1": + version: 0.0.0-use.local + resolution: "@girs/gsf-1@workspace:@girs/gsf-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsignon-1.0@workspace:*, @girs/gsignon-1.0@workspace:@girs/gsignon-1.0": + version: 0.0.0-use.local + resolution: "@girs/gsignon-1.0@workspace:@girs/gsignon-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsignond-1.0@workspace:*, @girs/gsignond-1.0@workspace:@girs/gsignond-1.0": + version: 0.0.0-use.local + resolution: "@girs/gsignond-1.0@workspace:@girs/gsignond-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsk-4.0@workspace:*, @girs/gsk-4.0@workspace:@girs/gsk-4.0, @girs/gsk-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gsk-4.0@workspace:@girs/gsk-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsound-1.0@workspace:*, @girs/gsound-1.0@workspace:@girs/gsound-1.0": + version: 0.0.0-use.local + resolution: "@girs/gsound-1.0@workspace:@girs/gsound-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gspell-1@workspace:*, @girs/gspell-1@workspace:@girs/gspell-1": + version: 0.0.0-use.local + resolution: "@girs/gspell-1@workspace:@girs/gspell-1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gssdp-1.0@workspace:*, @girs/gssdp-1.0@workspace:@girs/gssdp-1.0, @girs/gssdp-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gssdp-1.0@workspace:@girs/gssdp-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gssdp-1.2@workspace:*, @girs/gssdp-1.2@workspace:@girs/gssdp-1.2, @girs/gssdp-1.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gssdp-1.2@workspace:@girs/gssdp-1.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gssdp-1.6@workspace:*, @girs/gssdp-1.6@workspace:@girs/gssdp-1.6, @girs/gssdp-1.6@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gssdp-1.6@workspace:@girs/gssdp-1.6" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gst-0.10@workspace:*, @girs/gst-0.10@workspace:@girs/gst-0.10, @girs/gst-0.10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gst-0.10@workspace:@girs/gst-0.10" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gst-1.0@workspace:*, @girs/gst-1.0@workspace:@girs/gst-1.0, @girs/gst-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gst-1.0@workspace:@girs/gst-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstallocators-1.0@workspace:*, @girs/gstallocators-1.0@workspace:@girs/gstallocators-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstallocators-1.0@workspace:@girs/gstallocators-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstapp-1.0@workspace:*, @girs/gstapp-1.0@workspace:@girs/gstapp-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstapp-1.0@workspace:@girs/gstapp-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstaudio-1.0@workspace:*, @girs/gstaudio-1.0@workspace:@girs/gstaudio-1.0, @girs/gstaudio-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstaudio-1.0@workspace:@girs/gstaudio-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstbadallocators-1.0@workspace:*, @girs/gstbadallocators-1.0@workspace:@girs/gstbadallocators-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstbadallocators-1.0@workspace:@girs/gstbadallocators-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstbadaudio-1.0@workspace:*, @girs/gstbadaudio-1.0@workspace:@girs/gstbadaudio-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstbadaudio-1.0@workspace:@girs/gstbadaudio-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstaudio-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstbase-0.10@workspace:*, @girs/gstbase-0.10@workspace:@girs/gstbase-0.10, @girs/gstbase-0.10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstbase-0.10@workspace:@girs/gstbase-0.10" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstbase-1.0@workspace:*, @girs/gstbase-1.0@workspace:@girs/gstbase-1.0, @girs/gstbase-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstbase-1.0@workspace:@girs/gstbase-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstcheck-1.0@workspace:*, @girs/gstcheck-1.0@workspace:@girs/gstcheck-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstcheck-1.0@workspace:@girs/gstcheck-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstcodecs-1.0@workspace:*, @girs/gstcodecs-1.0@workspace:@girs/gstcodecs-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstcodecs-1.0@workspace:@girs/gstcodecs-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstcontroller-1.0@workspace:*, @girs/gstcontroller-1.0@workspace:@girs/gstcontroller-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstcontroller-1.0@workspace:@girs/gstcontroller-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstfft-1.0@workspace:*, @girs/gstfft-1.0@workspace:@girs/gstfft-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstfft-1.0@workspace:@girs/gstfft-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstgl-1.0@workspace:*, @girs/gstgl-1.0@workspace:@girs/gstgl-1.0, @girs/gstgl-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstgl-1.0@workspace:@girs/gstgl-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstglegl-1.0@workspace:*, @girs/gstglegl-1.0@workspace:@girs/gstglegl-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstglegl-1.0@workspace:@girs/gstglegl-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstgl-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstglwayland-1.0@workspace:*, @girs/gstglwayland-1.0@workspace:@girs/gstglwayland-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstglwayland-1.0@workspace:@girs/gstglwayland-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstgl-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstglx11-1.0@workspace:*, @girs/gstglx11-1.0@workspace:@girs/gstglx11-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstglx11-1.0@workspace:@girs/gstglx11-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstgl-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstinsertbin-1.0@workspace:*, @girs/gstinsertbin-1.0@workspace:@girs/gstinsertbin-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstinsertbin-1.0@workspace:@girs/gstinsertbin-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstinterfaces-0.10@workspace:*, @girs/gstinterfaces-0.10@workspace:@girs/gstinterfaces-0.10": + version: 0.0.0-use.local + resolution: "@girs/gstinterfaces-0.10@workspace:@girs/gstinterfaces-0.10" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstmpegts-1.0@workspace:*, @girs/gstmpegts-1.0@workspace:@girs/gstmpegts-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstmpegts-1.0@workspace:@girs/gstmpegts-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstnet-1.0@workspace:*, @girs/gstnet-1.0@workspace:@girs/gstnet-1.0, @girs/gstnet-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstnet-1.0@workspace:@girs/gstnet-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstpbutils-0.10@workspace:*, @girs/gstpbutils-0.10@workspace:@girs/gstpbutils-0.10, @girs/gstpbutils-0.10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstpbutils-0.10@workspace:@girs/gstpbutils-0.10" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstpbutils-1.0@workspace:*, @girs/gstpbutils-1.0@workspace:@girs/gstpbutils-1.0, @girs/gstpbutils-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstpbutils-1.0@workspace:@girs/gstpbutils-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstaudio-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstplay-1.0@workspace:*, @girs/gstplay-1.0@workspace:@girs/gstplay-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstplay-1.0@workspace:@girs/gstplay-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstaudio-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + "@girs/gsttag-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstplayer-1.0@workspace:*, @girs/gstplayer-1.0@workspace:@girs/gstplayer-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstplayer-1.0@workspace:@girs/gstplayer-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstaudio-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + "@girs/gsttag-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstriff-1.0@workspace:*, @girs/gstriff-1.0@workspace:@girs/gstriff-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstriff-1.0@workspace:@girs/gstriff-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstrtp-1.0@workspace:*, @girs/gstrtp-1.0@workspace:@girs/gstrtp-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstrtp-1.0@workspace:@girs/gstrtp-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstrtsp-1.0@workspace:*, @girs/gstrtsp-1.0@workspace:@girs/gstrtsp-1.0, @girs/gstrtsp-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstrtsp-1.0@workspace:@girs/gstrtsp-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstsdp-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstrtspserver-1.0@workspace:*, @girs/gstrtspserver-1.0@workspace:@girs/gstrtspserver-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstrtspserver-1.0@workspace:@girs/gstrtspserver-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstnet-1.0": "workspace:^" + "@girs/gstrtsp-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstsdp-1.0@workspace:*, @girs/gstsdp-1.0@workspace:@girs/gstsdp-1.0, @girs/gstsdp-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstsdp-1.0@workspace:@girs/gstsdp-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsttag-0.10@workspace:*, @girs/gsttag-0.10@workspace:@girs/gsttag-0.10, @girs/gsttag-0.10@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gsttag-0.10@workspace:@girs/gsttag-0.10" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsttag-1.0@workspace:*, @girs/gsttag-1.0@workspace:@girs/gsttag-1.0, @girs/gsttag-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gsttag-1.0@workspace:@girs/gsttag-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsttranscoder-1.0@workspace:*, @girs/gsttranscoder-1.0@workspace:@girs/gsttranscoder-1.0": + version: 0.0.0-use.local + resolution: "@girs/gsttranscoder-1.0@workspace:@girs/gsttranscoder-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstvideo-0.10@workspace:*, @girs/gstvideo-0.10@workspace:@girs/gstvideo-0.10": + version: 0.0.0-use.local + resolution: "@girs/gstvideo-0.10@workspace:@girs/gstvideo-0.10" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/gstbase-0.10": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstvideo-1.0@workspace:*, @girs/gstvideo-1.0@workspace:@girs/gstvideo-1.0, @girs/gstvideo-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gstvideo-1.0@workspace:@girs/gstvideo-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstvulkan-1.0@workspace:*, @girs/gstvulkan-1.0@workspace:@girs/gstvulkan-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstvulkan-1.0@workspace:@girs/gstvulkan-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + "@girs/gstvideo-1.0": "workspace:^" + "@girs/vulkan-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gstwebrtc-1.0@workspace:*, @girs/gstwebrtc-1.0@workspace:@girs/gstwebrtc-1.0": + version: 0.0.0-use.local + resolution: "@girs/gstwebrtc-1.0@workspace:@girs/gstwebrtc-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstsdp-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gsystem-1.0@workspace:*, @girs/gsystem-1.0@workspace:@girs/gsystem-1.0": + version: 0.0.0-use.local + resolution: "@girs/gsystem-1.0@workspace:@girs/gsystem-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtef-2@workspace:*, @girs/gtef-2@workspace:@girs/gtef-2": + version: 0.0.0-use.local + resolution: "@girs/gtef-2@workspace:@girs/gtef-2" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gtksource-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtk-2.0@workspace:*, @girs/gtk-2.0@workspace:@girs/gtk-2.0, @girs/gtk-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gtk-2.0@workspace:@girs/gtk-2.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/gdk-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtk-3.0@workspace:*, @girs/gtk-3.0@workspace:@girs/gtk-3.0, @girs/gtk-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gtk-3.0@workspace:@girs/gtk-3.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtk-4.0@workspace:*, @girs/gtk-4.0@workspace:@girs/gtk-4.0, @girs/gtk-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gtk-4.0@workspace:@girs/gtk-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gsk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtkchamplain-0.12@workspace:*, @girs/gtkchamplain-0.12@workspace:@girs/gtkchamplain-0.12": + version: 0.0.0-use.local + resolution: "@girs/gtkchamplain-0.12@workspace:@girs/gtkchamplain-0.12" + dependencies: + "@girs/champlain-0.12": "workspace:^" + "@girs/clutter-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtkclutter-1.0@workspace:*, @girs/gtkclutter-1.0@workspace:@girs/gtkclutter-1.0": + version: 0.0.0-use.local + resolution: "@girs/gtkclutter-1.0@workspace:@girs/gtkclutter-1.0" + dependencies: + "@girs/clutter-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtksource-3.0@workspace:*, @girs/gtksource-3.0@workspace:@girs/gtksource-3.0, @girs/gtksource-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gtksource-3.0@workspace:@girs/gtksource-3.0" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtksource-4@workspace:*, @girs/gtksource-4@workspace:@girs/gtksource-4, @girs/gtksource-4@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gtksource-4@workspace:@girs/gtksource-4" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtksource-5@workspace:*, @girs/gtksource-5@workspace:@girs/gtksource-5": + version: 0.0.0-use.local + resolution: "@girs/gtksource-5@workspace:@girs/gtksource-5" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtkvnc-2.0@workspace:*, @girs/gtkvnc-2.0@workspace:@girs/gtkvnc-2.0": + version: 0.0.0-use.local + resolution: "@girs/gtkvnc-2.0@workspace:@girs/gtkvnc-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gvnc-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gtop-2.0@workspace:*, @girs/gtop-2.0@workspace:@girs/gtop-2.0": + version: 0.0.0-use.local + resolution: "@girs/gtop-2.0@workspace:@girs/gtop-2.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gucharmap-2.90@workspace:*, @girs/gucharmap-2.90@workspace:@girs/gucharmap-2.90": + version: 0.0.0-use.local + resolution: "@girs/gucharmap-2.90@workspace:@girs/gucharmap-2.90" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gudev-1.0@workspace:*, @girs/gudev-1.0@workspace:@girs/gudev-1.0, @girs/gudev-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gudev-1.0@workspace:@girs/gudev-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/guestfs-1.0@workspace:*, @girs/guestfs-1.0@workspace:@girs/guestfs-1.0": + version: 0.0.0-use.local + resolution: "@girs/guestfs-1.0@workspace:@girs/guestfs-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnp-1.0@workspace:*, @girs/gupnp-1.0@workspace:@girs/gupnp-1.0": + version: 0.0.0-use.local + resolution: "@girs/gupnp-1.0@workspace:@girs/gupnp-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gssdp-1.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnp-1.2@workspace:*, @girs/gupnp-1.2@workspace:@girs/gupnp-1.2, @girs/gupnp-1.2@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gupnp-1.2@workspace:@girs/gupnp-1.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gssdp-1.2": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnp-1.6@workspace:*, @girs/gupnp-1.6@workspace:@girs/gupnp-1.6, @girs/gupnp-1.6@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gupnp-1.6@workspace:@girs/gupnp-1.6" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gssdp-1.6": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnpav-1.0@workspace:*, @girs/gupnpav-1.0@workspace:@girs/gupnpav-1.0, @girs/gupnpav-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gupnpav-1.0@workspace:@girs/gupnpav-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnpdlna-1.0@workspace:*, @girs/gupnpdlna-1.0@workspace:@girs/gupnpdlna-1.0": + version: 0.0.0-use.local + resolution: "@girs/gupnpdlna-1.0@workspace:@girs/gupnpdlna-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnpdlna-2.0@workspace:*, @girs/gupnpdlna-2.0@workspace:@girs/gupnpdlna-2.0, @girs/gupnpdlna-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gupnpdlna-2.0@workspace:@girs/gupnpdlna-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnpdlnagst-2.0@workspace:*, @girs/gupnpdlnagst-2.0@workspace:@girs/gupnpdlnagst-2.0": + version: 0.0.0-use.local + resolution: "@girs/gupnpdlnagst-2.0@workspace:@girs/gupnpdlnagst-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/gstpbutils-1.0": "workspace:^" + "@girs/gupnpdlna-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gupnpigd-1.0@workspace:*, @girs/gupnpigd-1.0@workspace:@girs/gupnpigd-1.0": + version: 0.0.0-use.local + resolution: "@girs/gupnpigd-1.0@workspace:@girs/gupnpigd-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gusb-1.0@workspace:*, @girs/gusb-1.0@workspace:@girs/gusb-1.0, @girs/gusb-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gusb-1.0@workspace:@girs/gusb-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gvc-1.0@workspace:*, @girs/gvc-1.0@workspace:@girs/gvc-1.0, @girs/gvc-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gvc-1.0@workspace:@girs/gvc-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gvnc-1.0@workspace:*, @girs/gvnc-1.0@workspace:@girs/gvnc-1.0, @girs/gvnc-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gvnc-1.0@workspace:@girs/gvnc-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gvncpulse-1.0@workspace:*, @girs/gvncpulse-1.0@workspace:@girs/gvncpulse-1.0": + version: 0.0.0-use.local + resolution: "@girs/gvncpulse-1.0@workspace:@girs/gvncpulse-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gvnc-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gweather-3.0@workspace:*, @girs/gweather-3.0@workspace:@girs/gweather-3.0": + version: 0.0.0-use.local + resolution: "@girs/gweather-3.0@workspace:@girs/gweather-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gweather-4.0@workspace:*, @girs/gweather-4.0@workspace:@girs/gweather-4.0": + version: 0.0.0-use.local + resolution: "@girs/gweather-4.0@workspace:@girs/gweather-4.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gxml-0.14@workspace:*, @girs/gxml-0.14@workspace:@girs/gxml-0.14": + version: 0.0.0-use.local + resolution: "@girs/gxml-0.14@workspace:@girs/gxml-0.14" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gxml-0.16@workspace:*, @girs/gxml-0.16@workspace:@girs/gxml-0.16": + version: 0.0.0-use.local + resolution: "@girs/gxml-0.16@workspace:@girs/gxml-0.16" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gxml-0.18@workspace:*, @girs/gxml-0.18@workspace:@girs/gxml-0.18": + version: 0.0.0-use.local + resolution: "@girs/gxml-0.18@workspace:@girs/gxml-0.18" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gxml-0.20@workspace:*, @girs/gxml-0.20@workspace:@girs/gxml-0.20, @girs/gxml-0.20@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/gxml-0.20@workspace:@girs/gxml-0.20" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gxps-0.1@workspace:*, @girs/gxps-0.1@workspace:@girs/gxps-0.1": + version: 0.0.0-use.local + resolution: "@girs/gxps-0.1@workspace:@girs/gxps-0.1" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/gxps-1.0@workspace:*, @girs/gxps-1.0@workspace:@girs/gxps-1.0": + version: 0.0.0-use.local + resolution: "@girs/gxps-1.0@workspace:@girs/gxps-1.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/handy-0.0@workspace:*, @girs/handy-0.0@workspace:@girs/handy-0.0": + version: 0.0.0-use.local + resolution: "@girs/handy-0.0@workspace:@girs/handy-0.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/handy-1@workspace:*, @girs/handy-1@workspace:@girs/handy-1": + version: 0.0.0-use.local + resolution: "@girs/handy-1@workspace:@girs/handy-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/harfbuzz-0.0@workspace:*, @girs/harfbuzz-0.0@workspace:@girs/harfbuzz-0.0, @girs/harfbuzz-0.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/harfbuzz-0.0@workspace:@girs/harfbuzz-0.0" + dependencies: + "@girs/freetype2-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ianjuta-3.0@workspace:*, @girs/ianjuta-3.0@workspace:@girs/ianjuta-3.0": + version: 0.0.0-use.local + resolution: "@girs/ianjuta-3.0@workspace:@girs/ianjuta-3.0" + dependencies: + "@girs/anjuta-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ibus-1.0@workspace:*, @girs/ibus-1.0@workspace:@girs/ibus-1.0": + version: 0.0.0-use.local + resolution: "@girs/ibus-1.0@workspace:@girs/ibus-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ical-3.0@workspace:*, @girs/ical-3.0@workspace:@girs/ical-3.0": + version: 0.0.0-use.local + resolution: "@girs/ical-3.0@workspace:@girs/ical-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/icalglib-3.0@workspace:*, @girs/icalglib-3.0@workspace:@girs/icalglib-3.0, @girs/icalglib-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/icalglib-3.0@workspace:@girs/icalglib-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ide-1.0@workspace:*, @girs/ide-1.0@workspace:@girs/ide-1.0, @girs/ide-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/ide-1.0@workspace:@girs/ide-1.0" + dependencies: + "@girs/dazzle-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtksource-3.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/peas-1.0": "workspace:^" + "@girs/template-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/javascriptcore-4.0@workspace:*, @girs/javascriptcore-4.0@workspace:@girs/javascriptcore-4.0, @girs/javascriptcore-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/javascriptcore-4.0@workspace:@girs/javascriptcore-4.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/javascriptcore-4.1@workspace:*, @girs/javascriptcore-4.1@workspace:@girs/javascriptcore-4.1, @girs/javascriptcore-4.1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/javascriptcore-4.1@workspace:@girs/javascriptcore-4.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/javascriptcore-5.0@workspace:*, @girs/javascriptcore-5.0@workspace:@girs/javascriptcore-5.0, @girs/javascriptcore-5.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/javascriptcore-5.0@workspace:@girs/javascriptcore-5.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/javascriptcore-6.0@workspace:*, @girs/javascriptcore-6.0@workspace:@girs/javascriptcore-6.0, @girs/javascriptcore-6.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/javascriptcore-6.0@workspace:@girs/javascriptcore-6.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/jscore-3.0@workspace:*, @girs/jscore-3.0@workspace:@girs/jscore-3.0": + version: 0.0.0-use.local + resolution: "@girs/jscore-3.0@workspace:@girs/jscore-3.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/json-1.0@workspace:*, @girs/json-1.0@workspace:@girs/json-1.0, @girs/json-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/json-1.0@workspace:@girs/json-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/jsonrpc-1.0@workspace:*, @girs/jsonrpc-1.0@workspace:@girs/jsonrpc-1.0": + version: 0.0.0-use.local + resolution: "@girs/jsonrpc-1.0@workspace:@girs/jsonrpc-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/libmsi-1.0@workspace:*, @girs/libmsi-1.0@workspace:@girs/libmsi-1.0": + version: 0.0.0-use.local + resolution: "@girs/libmsi-1.0@workspace:@girs/libmsi-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/libosinfo-1.0@workspace:*, @girs/libosinfo-1.0@workspace:@girs/libosinfo-1.0": + version: 0.0.0-use.local + resolution: "@girs/libosinfo-1.0@workspace:@girs/libosinfo-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/libvirtgconfig-1.0@workspace:*, @girs/libvirtgconfig-1.0@workspace:@girs/libvirtgconfig-1.0, @girs/libvirtgconfig-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/libvirtgconfig-1.0@workspace:@girs/libvirtgconfig-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/libvirtglib-1.0@workspace:*, @girs/libvirtglib-1.0@workspace:@girs/libvirtglib-1.0, @girs/libvirtglib-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/libvirtglib-1.0@workspace:@girs/libvirtglib-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/libvirtgobject-1.0@workspace:*, @girs/libvirtgobject-1.0@workspace:@girs/libvirtgobject-1.0": + version: 0.0.0-use.local + resolution: "@girs/libvirtgobject-1.0@workspace:@girs/libvirtgobject-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libvirtgconfig-1.0": "workspace:^" + "@girs/libvirtglib-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/libxml2-2.0@workspace:*, @girs/libxml2-2.0@workspace:@girs/libxml2-2.0, @girs/libxml2-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/libxml2-2.0@workspace:@girs/libxml2-2.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/manette-0.2@workspace:*, @girs/manette-0.2@workspace:@girs/manette-0.2": + version: 0.0.0-use.local + resolution: "@girs/manette-0.2@workspace:@girs/manette-0.2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gudev-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mash-0.2@workspace:*, @girs/mash-0.2@workspace:@girs/mash-0.2": + version: 0.0.0-use.local + resolution: "@girs/mash-0.2@workspace:@girs/mash-0.2" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/clutter-1.0": "workspace:^" + "@girs/cogl-1.0": "workspace:^" + "@girs/coglpango-1.0": "workspace:^" + "@girs/fontconfig-2.0": "workspace:^" + "@girs/freetype2-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + "@girs/pangoft2-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mbim-1.0@workspace:*, @girs/mbim-1.0@workspace:@girs/mbim-1.0": + version: 0.0.0-use.local + resolution: "@girs/mbim-1.0@workspace:@girs/mbim-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mediaart-1.0@workspace:*, @girs/mediaart-1.0@workspace:@girs/mediaart-1.0": + version: 0.0.0-use.local + resolution: "@girs/mediaart-1.0@workspace:@girs/mediaart-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mediaart-2.0@workspace:*, @girs/mediaart-2.0@workspace:@girs/mediaart-2.0": + version: 0.0.0-use.local + resolution: "@girs/mediaart-2.0@workspace:@girs/mediaart-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/meta-10@workspace:*, @girs/meta-10@workspace:@girs/meta-10": + version: 0.0.0-use.local + resolution: "@girs/meta-10@workspace:@girs/meta-10" + dependencies: + "@girs/clutter-10": "workspace:^" + "@girs/cogl-10": "workspace:^" + "@girs/coglpango-10": "workspace:^" + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/xfixes-4.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/meta-11@workspace:*, @girs/meta-11@workspace:@girs/meta-11, @girs/meta-11@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/meta-11@workspace:@girs/meta-11" + dependencies: + "@girs/clutter-11": "workspace:^" + "@girs/cogl-11": "workspace:^" + "@girs/coglpango-11": "workspace:^" + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/xfixes-4.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/meta-12@workspace:*, @girs/meta-12@workspace:@girs/meta-12, @girs/meta-12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/meta-12@workspace:@girs/meta-12" + dependencies: + "@girs/clutter-12": "workspace:^" + "@girs/cogl-12": "workspace:^" + "@girs/coglpango-12": "workspace:^" + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/xfixes-4.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/meta-13@workspace:*, @girs/meta-13@workspace:@girs/meta-13, @girs/meta-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/meta-13@workspace:@girs/meta-13" + dependencies: + "@girs/clutter-13": "workspace:^" + "@girs/cogl-13": "workspace:^" + "@girs/coglpango-13": "workspace:^" + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/mtk-13": "workspace:^" + "@girs/xfixes-4.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/metatest-12@workspace:*, @girs/metatest-12@workspace:@girs/metatest-12": + version: 0.0.0-use.local + resolution: "@girs/metatest-12@workspace:@girs/metatest-12" + dependencies: + "@girs/clutter-12": "workspace:^" + "@girs/cogl-12": "workspace:^" + "@girs/coglpango-12": "workspace:^" + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/meta-12": "workspace:^" + "@girs/xfixes-4.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/metatest-13@workspace:*, @girs/metatest-13@workspace:@girs/metatest-13": + version: 0.0.0-use.local + resolution: "@girs/metatest-13@workspace:@girs/metatest-13" + dependencies: + "@girs/clutter-13": "workspace:^" + "@girs/cogl-13": "workspace:^" + "@girs/coglpango-13": "workspace:^" + "@girs/gdesktopenums-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/meta-13": "workspace:^" + "@girs/mtk-13": "workspace:^" + "@girs/xfixes-4.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/modemmanager-1.0@workspace:*, @girs/modemmanager-1.0@workspace:@girs/modemmanager-1.0": + version: 0.0.0-use.local + resolution: "@girs/modemmanager-1.0@workspace:@girs/modemmanager-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mtk-13@workspace:*, @girs/mtk-13@workspace:@girs/mtk-13, @girs/mtk-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/mtk-13@workspace:@girs/mtk-13" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mx-1.0@workspace:*, @girs/mx-1.0@workspace:@girs/mx-1.0": + version: 0.0.0-use.local + resolution: "@girs/mx-1.0@workspace:@girs/mx-1.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/clutter-1.0": "workspace:^" + "@girs/cogl-1.0": "workspace:^" + "@girs/coglpango-1.0": "workspace:^" + "@girs/fontconfig-2.0": "workspace:^" + "@girs/freetype2-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + "@girs/pangoft2-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mx-2.0@workspace:*, @girs/mx-2.0@workspace:@girs/mx-2.0": + version: 0.0.0-use.local + resolution: "@girs/mx-2.0@workspace:@girs/mx-2.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/clutter-1.0": "workspace:^" + "@girs/cogl-1.0": "workspace:^" + "@girs/coglpango-1.0": "workspace:^" + "@girs/fontconfig-2.0": "workspace:^" + "@girs/freetype2-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + "@girs/pangoft2-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/mxgtk-1.0@workspace:*, @girs/mxgtk-1.0@workspace:@girs/mxgtk-1.0": + version: 0.0.0-use.local + resolution: "@girs/mxgtk-1.0@workspace:@girs/mxgtk-1.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-2.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-2.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/nautilus-3.0@workspace:*, @girs/nautilus-3.0@workspace:@girs/nautilus-3.0": + version: 0.0.0-use.local + resolution: "@girs/nautilus-3.0@workspace:@girs/nautilus-3.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/networkmanager-1.0@workspace:*, @girs/networkmanager-1.0@workspace:@girs/networkmanager-1.0, @girs/networkmanager-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/networkmanager-1.0@workspace:@girs/networkmanager-1.0" + dependencies: + "@girs/dbusglib-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/nice-0.1@workspace:*, @girs/nice-0.1@workspace:@girs/nice-0.1": + version: 0.0.0-use.local + resolution: "@girs/nice-0.1@workspace:@girs/nice-0.1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/nm-1.0@workspace:*, @girs/nm-1.0@workspace:@girs/nm-1.0, @girs/nm-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/nm-1.0@workspace:@girs/nm-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/nma-1.0@workspace:*, @girs/nma-1.0@workspace:@girs/nma-1.0": + version: 0.0.0-use.local + resolution: "@girs/nma-1.0@workspace:@girs/nma-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/nm-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/nmclient-1.0@workspace:*, @girs/nmclient-1.0@workspace:@girs/nmclient-1.0, @girs/nmclient-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/nmclient-1.0@workspace:@girs/nmclient-1.0" + dependencies: + "@girs/dbusglib-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/networkmanager-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/nmgtk-1.0@workspace:*, @girs/nmgtk-1.0@workspace:@girs/nmgtk-1.0": + version: 0.0.0-use.local + resolution: "@girs/nmgtk-1.0@workspace:@girs/nmgtk-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/networkmanager-1.0": "workspace:^" + "@girs/nmclient-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/notify-0.7@workspace:*, @girs/notify-0.7@workspace:@girs/notify-0.7": + version: 0.0.0-use.local + resolution: "@girs/notify-0.7@workspace:@girs/notify-0.7" + dependencies: + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/ostree-1.0@workspace:*, @girs/ostree-1.0@workspace:@girs/ostree-1.0": + version: 0.0.0-use.local + resolution: "@girs/ostree-1.0@workspace:@girs/ostree-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/p11kit-1.0@workspace:*, @girs/p11kit-1.0@workspace:@girs/p11kit-1.0": + version: 0.0.0-use.local + resolution: "@girs/p11kit-1.0@workspace:@girs/p11kit-1.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/packagekitglib-1.0@workspace:*, @girs/packagekitglib-1.0@workspace:@girs/packagekitglib-1.0, @girs/packagekitglib-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/packagekitglib-1.0@workspace:@girs/packagekitglib-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/packagekitplugin-1.0@workspace:*, @girs/packagekitplugin-1.0@workspace:@girs/packagekitplugin-1.0": + version: 0.0.0-use.local + resolution: "@girs/packagekitplugin-1.0@workspace:@girs/packagekitplugin-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/packagekitglib-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/panelapplet-4.0@workspace:*, @girs/panelapplet-4.0@workspace:@girs/panelapplet-4.0": + version: 0.0.0-use.local + resolution: "@girs/panelapplet-4.0@workspace:@girs/panelapplet-4.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/gconf-2.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pango-1.0@workspace:*, @girs/pango-1.0@workspace:@girs/pango-1.0, @girs/pango-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/pango-1.0@workspace:@girs/pango-1.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/harfbuzz-0.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pangocairo-1.0@workspace:*, @girs/pangocairo-1.0@workspace:@girs/pangocairo-1.0, @girs/pangocairo-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/pangocairo-1.0@workspace:@girs/pangocairo-1.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pangofc-1.0@workspace:*, @girs/pangofc-1.0@workspace:@girs/pangofc-1.0, @girs/pangofc-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/pangofc-1.0@workspace:@girs/pangofc-1.0" + dependencies: + "@girs/fontconfig-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pangoft2-1.0@workspace:*, @girs/pangoft2-1.0@workspace:@girs/pangoft2-1.0, @girs/pangoft2-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/pangoft2-1.0@workspace:@girs/pangoft2-1.0" + dependencies: + "@girs/freetype2-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pangofc-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pangoot-1.0@workspace:*, @girs/pangoot-1.0@workspace:@girs/pangoot-1.0, @girs/pangoot-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/pangoot-1.0@workspace:@girs/pangoot-1.0" + dependencies: + "@girs/freetype2-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/pangofc-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pangoxft-1.0@workspace:*, @girs/pangoxft-1.0@workspace:@girs/pangoxft-1.0": + version: 0.0.0-use.local + resolution: "@girs/pangoxft-1.0@workspace:@girs/pangoxft-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangoft2-1.0": "workspace:^" + "@girs/pangoot-1.0": "workspace:^" + "@girs/xft-2.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/parquet-1.0@workspace:*, @girs/parquet-1.0@workspace:@girs/parquet-1.0": + version: 0.0.0-use.local + resolution: "@girs/parquet-1.0@workspace:@girs/parquet-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/peas-1.0@workspace:*, @girs/peas-1.0@workspace:@girs/peas-1.0, @girs/peas-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/peas-1.0@workspace:@girs/peas-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/girepository-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/peas-2@workspace:*, @girs/peas-2@workspace:@girs/peas-2": + version: 0.0.0-use.local + resolution: "@girs/peas-2@workspace:@girs/peas-2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/peasgtk-1.0@workspace:*, @girs/peasgtk-1.0@workspace:@girs/peasgtk-1.0": + version: 0.0.0-use.local + resolution: "@girs/peasgtk-1.0@workspace:@girs/peasgtk-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/peas-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/plasma-1.0@workspace:*, @girs/plasma-1.0@workspace:@girs/plasma-1.0": + version: 0.0.0-use.local + resolution: "@girs/plasma-1.0@workspace:@girs/plasma-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:^" + "@girs/arrowcuda-1.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/pnl-1.0@workspace:*, @girs/pnl-1.0@workspace:@girs/pnl-1.0": + version: 0.0.0-use.local + resolution: "@girs/pnl-1.0@workspace:@girs/pnl-1.0" + dependencies: + "@girs/gdk-3.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/polkit-1.0@workspace:*, @girs/polkit-1.0@workspace:@girs/polkit-1.0, @girs/polkit-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/polkit-1.0@workspace:@girs/polkit-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/polkitagent-1.0@workspace:*, @girs/polkitagent-1.0@workspace:@girs/polkitagent-1.0, @girs/polkitagent-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/polkitagent-1.0@workspace:@girs/polkitagent-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/polkit-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/poppler-0.18@workspace:*, @girs/poppler-0.18@workspace:@girs/poppler-0.18": + version: 0.0.0-use.local + resolution: "@girs/poppler-0.18@workspace:@girs/poppler-0.18" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/qmi-1.0@workspace:*, @girs/qmi-1.0@workspace:@girs/qmi-1.0": + version: 0.0.0-use.local + resolution: "@girs/qmi-1.0@workspace:@girs/qmi-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/qrtr-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/qrtr-1.0@workspace:*, @girs/qrtr-1.0@workspace:@girs/qrtr-1.0, @girs/qrtr-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/qrtr-1.0@workspace:@girs/qrtr-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rest-0.7@workspace:*, @girs/rest-0.7@workspace:@girs/rest-0.7, @girs/rest-0.7@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/rest-0.7@workspace:@girs/rest-0.7" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rest-1.0@workspace:*, @girs/rest-1.0@workspace:@girs/rest-1.0, @girs/rest-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/rest-1.0@workspace:@girs/rest-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/restextras-0.7@workspace:*, @girs/restextras-0.7@workspace:@girs/restextras-0.7": + version: 0.0.0-use.local + resolution: "@girs/restextras-0.7@workspace:@girs/restextras-0.7" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/rest-0.7": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/restextras-1.0@workspace:*, @girs/restextras-1.0@workspace:@girs/restextras-1.0": + version: 0.0.0-use.local + resolution: "@girs/restextras-1.0@workspace:@girs/restextras-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/rest-1.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/retro-0.14@workspace:*, @girs/retro-0.14@workspace:@girs/retro-0.14": + version: 0.0.0-use.local + resolution: "@girs/retro-0.14@workspace:@girs/retro-0.14" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/retro-1@workspace:*, @girs/retro-1@workspace:@girs/retro-1": + version: 0.0.0-use.local + resolution: "@girs/retro-1@workspace:@girs/retro-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/retro-2@workspace:*, @girs/retro-2@workspace:@girs/retro-2": + version: 0.0.0-use.local + resolution: "@girs/retro-2@workspace:@girs/retro-2" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rsvg-2.0@workspace:*, @girs/rsvg-2.0@workspace:@girs/rsvg-2.0": + version: 0.0.0-use.local + resolution: "@girs/rsvg-2.0@workspace:@girs/rsvg-2.0" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelcore-2.6@workspace:*, @girs/rygelcore-2.6@workspace:@girs/rygelcore-2.6, @girs/rygelcore-2.6@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/rygelcore-2.6@workspace:@girs/rygelcore-2.6" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gupnp-1.2": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelcore-2.8@workspace:*, @girs/rygelcore-2.8@workspace:@girs/rygelcore-2.8, @girs/rygelcore-2.8@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/rygelcore-2.8@workspace:@girs/rygelcore-2.8" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gupnp-1.6": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelrenderer-2.6@workspace:*, @girs/rygelrenderer-2.6@workspace:@girs/rygelrenderer-2.6, @girs/rygelrenderer-2.6@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/rygelrenderer-2.6@workspace:@girs/rygelrenderer-2.6" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gupnpav-1.0": "workspace:^" + "@girs/rygelcore-2.6": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelrenderer-2.8@workspace:*, @girs/rygelrenderer-2.8@workspace:@girs/rygelrenderer-2.8, @girs/rygelrenderer-2.8@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/rygelrenderer-2.8@workspace:@girs/rygelrenderer-2.8" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gupnpav-1.0": "workspace:^" + "@girs/rygelcore-2.8": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelrenderergst-2.6@workspace:*, @girs/rygelrenderergst-2.6@workspace:@girs/rygelrenderergst-2.6": + version: 0.0.0-use.local + resolution: "@girs/rygelrenderergst-2.6@workspace:@girs/rygelrenderergst-2.6" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/rygelcore-2.6": "workspace:^" + "@girs/rygelrenderer-2.6": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelrenderergst-2.8@workspace:*, @girs/rygelrenderergst-2.8@workspace:@girs/rygelrenderergst-2.8": + version: 0.0.0-use.local + resolution: "@girs/rygelrenderergst-2.8@workspace:@girs/rygelrenderergst-2.8" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/rygelcore-2.8": "workspace:^" + "@girs/rygelrenderer-2.8": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelserver-2.6@workspace:*, @girs/rygelserver-2.6@workspace:@girs/rygelserver-2.6": + version: 0.0.0-use.local + resolution: "@girs/rygelserver-2.6@workspace:@girs/rygelserver-2.6" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gupnp-1.2": "workspace:^" + "@girs/gupnpav-1.0": "workspace:^" + "@girs/rygelcore-2.6": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/rygelserver-2.8@workspace:*, @girs/rygelserver-2.8@workspace:@girs/rygelserver-2.8": + version: 0.0.0-use.local + resolution: "@girs/rygelserver-2.8@workspace:@girs/rygelserver-2.8" + dependencies: + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gupnp-1.6": "workspace:^" + "@girs/gupnpav-1.0": "workspace:^" + "@girs/rygelcore-2.8": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/secret-1@workspace:*, @girs/secret-1@workspace:@girs/secret-1, @girs/secret-1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/secret-1@workspace:@girs/secret-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/secretunstable-0@workspace:*, @girs/secretunstable-0@workspace:@girs/secretunstable-0": + version: 0.0.0-use.local + resolution: "@girs/secretunstable-0@workspace:@girs/secretunstable-0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/secret-1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/shell-0.1@workspace:*, @girs/shell-0.1@workspace:@girs/shell-0.1": + version: 0.0.0-use.local + resolution: "@girs/shell-0.1@workspace:@girs/shell-0.1" + dependencies: + "@girs/clutter-11": "workspace:^" + "@girs/gcr-3": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gvc-1.0": "workspace:^" + "@girs/meta-11": "workspace:^" + "@girs/nm-1.0": "workspace:^" + "@girs/polkitagent-1.0": "workspace:^" + "@girs/st-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/shell-12@workspace:*, @girs/shell-12@workspace:@girs/shell-12": + version: 0.0.0-use.local + resolution: "@girs/shell-12@workspace:@girs/shell-12" + dependencies: + "@girs/clutter-12": "workspace:^" + "@girs/gcr-4": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gvc-1.0": "workspace:^" + "@girs/meta-12": "workspace:^" + "@girs/nm-1.0": "workspace:^" + "@girs/polkitagent-1.0": "workspace:^" + "@girs/st-12": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/shell-13@workspace:*, @girs/shell-13@workspace:@girs/shell-13": + version: 0.0.0-use.local + resolution: "@girs/shell-13@workspace:@girs/shell-13" + dependencies: + "@girs/clutter-13": "workspace:^" + "@girs/gcr-4": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gvc-1.0": "workspace:^" + "@girs/meta-13": "workspace:^" + "@girs/nm-1.0": "workspace:^" + "@girs/polkitagent-1.0": "workspace:^" + "@girs/st-13": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/shew-0@workspace:*, @girs/shew-0@workspace:@girs/shew-0": + version: 0.0.0-use.local + resolution: "@girs/shew-0@workspace:@girs/shew-0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/shumate-1.0@workspace:*, @girs/shumate-1.0@workspace:@girs/shumate-1.0": + version: 0.0.0-use.local + resolution: "@girs/shumate-1.0@workspace:@girs/shumate-1.0" + dependencies: + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gsk-4.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/signon-2.0@workspace:*, @girs/signon-2.0@workspace:@girs/signon-2.0": + version: 0.0.0-use.local + resolution: "@girs/signon-2.0@workspace:@girs/signon-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/snapd-1@workspace:*, @girs/snapd-1@workspace:@girs/snapd-1": + version: 0.0.0-use.local + resolution: "@girs/snapd-1@workspace:@girs/snapd-1" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/socialwebclient-0.25@workspace:*, @girs/socialwebclient-0.25@workspace:@girs/socialwebclient-0.25, @girs/socialwebclient-0.25@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/socialwebclient-0.25@workspace:@girs/socialwebclient-0.25" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/soup-2.4@workspace:*, @girs/soup-2.4@workspace:@girs/soup-2.4, @girs/soup-2.4@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/soup-2.4@workspace:@girs/soup-2.4" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/soup-3.0@workspace:*, @girs/soup-3.0@workspace:@girs/soup-3.0, @girs/soup-3.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/soup-3.0@workspace:@girs/soup-3.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/soupgnome-2.4@workspace:*, @girs/soupgnome-2.4@workspace:@girs/soupgnome-2.4": + version: 0.0.0-use.local + resolution: "@girs/soupgnome-2.4@workspace:@girs/soupgnome-2.4" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/spiceclientglib-2.0@workspace:*, @girs/spiceclientglib-2.0@workspace:@girs/spiceclientglib-2.0, @girs/spiceclientglib-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/spiceclientglib-2.0@workspace:@girs/spiceclientglib-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gstbase-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/spiceclientgtk-3.0@workspace:*, @girs/spiceclientgtk-3.0@workspace:@girs/spiceclientgtk-3.0": + version: 0.0.0-use.local + resolution: "@girs/spiceclientgtk-3.0@workspace:@girs/spiceclientgtk-3.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/spiceclientglib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/st-1.0@workspace:*, @girs/st-1.0@workspace:@girs/st-1.0, @girs/st-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/st-1.0@workspace:@girs/st-1.0" + dependencies: + "@girs/cally-11": "workspace:^" + "@girs/clutter-11": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/meta-11": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/st-12@workspace:*, @girs/st-12@workspace:@girs/st-12, @girs/st-12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/st-12@workspace:@girs/st-12" + dependencies: + "@girs/cally-12": "workspace:^" + "@girs/clutter-12": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/meta-12": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/st-13@workspace:*, @girs/st-13@workspace:@girs/st-13, @girs/st-13@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/st-13@workspace:@girs/st-13" + dependencies: + "@girs/cally-13": "workspace:^" + "@girs/clutter-13": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/meta-13": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/sushi-1.0@workspace:*, @girs/sushi-1.0@workspace:@girs/sushi-1.0": + version: 0.0.0-use.local + resolution: "@girs/sushi-1.0@workspace:@girs/sushi-1.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/clutter-1.0": "workspace:^" + "@girs/cogl-1.0": "workspace:^" + "@girs/coglpango-1.0": "workspace:^" + "@girs/evincedocument-3.0": "workspace:^" + "@girs/fontconfig-2.0": "workspace:^" + "@girs/freetype2-2.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gl-1.0": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-0.10": "workspace:^" + "@girs/gstbase-0.10": "workspace:^" + "@girs/gstpbutils-0.10": "workspace:^" + "@girs/gsttag-0.10": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gtksource-3.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/libxml2-2.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/pangocairo-1.0": "workspace:^" + "@girs/pangoft2-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/telepathyfarstream-0.6@workspace:*, @girs/telepathyfarstream-0.6@workspace:@girs/telepathyfarstream-0.6": + version: 0.0.0-use.local + resolution: "@girs/telepathyfarstream-0.6@workspace:@girs/telepathyfarstream-0.6" + dependencies: + "@girs/farstream-0.2": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gst-1.0": "workspace:^" + "@girs/telepathyglib-0.12": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/telepathyglib-0.12@workspace:*, @girs/telepathyglib-0.12@workspace:@girs/telepathyglib-0.12, @girs/telepathyglib-0.12@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/telepathyglib-0.12@workspace:@girs/telepathyglib-0.12" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/telepathylogger-0.2@workspace:*, @girs/telepathylogger-0.2@workspace:@girs/telepathylogger-0.2": + version: 0.0.0-use.local + resolution: "@girs/telepathylogger-0.2@workspace:@girs/telepathylogger-0.2" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/telepathyglib-0.12": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/template-1.0@workspace:*, @girs/template-1.0@workspace:@girs/template-1.0, @girs/template-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/template-1.0@workspace:@girs/template-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/tepl-4@workspace:*, @girs/tepl-4@workspace:@girs/tepl-4": + version: 0.0.0-use.local + resolution: "@girs/tepl-4@workspace:@girs/tepl-4" + dependencies: + "@girs/amtk-5": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gtksource-4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/tepl-5@workspace:*, @girs/tepl-5@workspace:@girs/tepl-5": + version: 0.0.0-use.local + resolution: "@girs/tepl-5@workspace:@girs/tepl-5" + dependencies: + "@girs/amtk-5": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gtksource-4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/tepl-6@workspace:*, @girs/tepl-6@workspace:@girs/tepl-6": + version: 0.0.0-use.local + resolution: "@girs/tepl-6@workspace:@girs/tepl-6" + dependencies: + "@girs/amtk-5": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/gtksource-4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/timezonemap-1.0@workspace:*, @girs/timezonemap-1.0@workspace:@girs/timezonemap-1.0": + version: 0.0.0-use.local + resolution: "@girs/timezonemap-1.0@workspace:@girs/timezonemap-1.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/totem-1.0@workspace:*, @girs/totem-1.0@workspace:@girs/totem-1.0": + version: 0.0.0-use.local + resolution: "@girs/totem-1.0@workspace:@girs/totem-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/totemplparser-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/totemplparser-1.0@workspace:*, @girs/totemplparser-1.0@workspace:@girs/totemplparser-1.0, @girs/totemplparser-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/totemplparser-1.0@workspace:@girs/totemplparser-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/tracker-1.0@workspace:*, @girs/tracker-1.0@workspace:@girs/tracker-1.0, @girs/tracker-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/tracker-1.0@workspace:@girs/tracker-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/tracker-2.0@workspace:*, @girs/tracker-2.0@workspace:@girs/tracker-2.0": + version: 0.0.0-use.local + resolution: "@girs/tracker-2.0@workspace:@girs/tracker-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/tracker-3.0@workspace:*, @girs/tracker-3.0@workspace:@girs/tracker-3.0": + version: 0.0.0-use.local + resolution: "@girs/tracker-3.0@workspace:@girs/tracker-3.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/trackercontrol-1.0@workspace:*, @girs/trackercontrol-1.0@workspace:@girs/trackercontrol-1.0": + version: 0.0.0-use.local + resolution: "@girs/trackercontrol-1.0@workspace:@girs/trackercontrol-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/trackercontrol-2.0@workspace:*, @girs/trackercontrol-2.0@workspace:@girs/trackercontrol-2.0": + version: 0.0.0-use.local + resolution: "@girs/trackercontrol-2.0@workspace:@girs/trackercontrol-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/trackerminer-1.0@workspace:*, @girs/trackerminer-1.0@workspace:@girs/trackerminer-1.0": + version: 0.0.0-use.local + resolution: "@girs/trackerminer-1.0@workspace:@girs/trackerminer-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/tracker-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/trackerminer-2.0@workspace:*, @girs/trackerminer-2.0@workspace:@girs/trackerminer-2.0": + version: 0.0.0-use.local + resolution: "@girs/trackerminer-2.0@workspace:@girs/trackerminer-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/udisks-2.0@workspace:*, @girs/udisks-2.0@workspace:@girs/udisks-2.0": + version: 0.0.0-use.local + resolution: "@girs/udisks-2.0@workspace:@girs/udisks-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/uhm-0.0@workspace:*, @girs/uhm-0.0@workspace:@girs/uhm-0.0": + version: 0.0.0-use.local + resolution: "@girs/uhm-0.0@workspace:@girs/uhm-0.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/unique-3.0@workspace:*, @girs/unique-3.0@workspace:@girs/unique-3.0": + version: 0.0.0-use.local + resolution: "@girs/unique-3.0@workspace:@girs/unique-3.0" + dependencies: + "@girs/atk-1.0": "workspace:^" + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gmodule-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/unity-6.0@workspace:*, @girs/unity-6.0@workspace:@girs/unity-6.0": + version: 0.0.0-use.local + resolution: "@girs/unity-6.0@workspace:@girs/unity-6.0" + dependencies: + "@girs/dbusmenu-0.4": "workspace:^" + "@girs/dee-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/unity-7.0@workspace:*, @girs/unity-7.0@workspace:@girs/unity-7.0": + version: 0.0.0-use.local + resolution: "@girs/unity-7.0@workspace:@girs/unity-7.0" + dependencies: + "@girs/dbusmenu-0.4": "workspace:^" + "@girs/dee-1.0": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/unityextras-7.0@workspace:*, @girs/unityextras-7.0@workspace:@girs/unityextras-7.0": + version: 0.0.0-use.local + resolution: "@girs/unityextras-7.0@workspace:@girs/unityextras-7.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/upowerglib-1.0@workspace:*, @girs/upowerglib-1.0@workspace:@girs/upowerglib-1.0": + version: 0.0.0-use.local + resolution: "@girs/upowerglib-1.0@workspace:@girs/upowerglib-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vda-1@workspace:*, @girs/vda-1@workspace:@girs/vda-1, @girs/vda-1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/vda-1@workspace:@girs/vda-1" + dependencies: + "@girs/gcalc-2": "workspace:^" + "@girs/gee-0.8": "workspace:^" + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gxml-0.20": "workspace:^" + "@girs/json-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vgda-1@workspace:*, @girs/vgda-1@workspace:@girs/vgda-1, @girs/vgda-1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/vgda-1@workspace:@girs/vgda-1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/vda-1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vgpg-1@workspace:*, @girs/vgpg-1@workspace:@girs/vgpg-1": + version: 0.0.0-use.local + resolution: "@girs/vgpg-1@workspace:@girs/vgpg-1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/vda-1": "workspace:^" + "@girs/vgda-1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vgsl-1@workspace:*, @girs/vgsl-1@workspace:@girs/vgsl-1": + version: 0.0.0-use.local + resolution: "@girs/vgsl-1@workspace:@girs/vgsl-1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/vgda-1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vips-8.0@workspace:*, @girs/vips-8.0@workspace:@girs/vips-8.0": + version: 0.0.0-use.local + resolution: "@girs/vips-8.0@workspace:@girs/vips-8.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vpg-1@workspace:*, @girs/vpg-1@workspace:@girs/vpg-1": + version: 0.0.0-use.local + resolution: "@girs/vpg-1@workspace:@girs/vpg-1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/vda-1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vsqlite-1@workspace:*, @girs/vsqlite-1@workspace:@girs/vsqlite-1": + version: 0.0.0-use.local + resolution: "@girs/vsqlite-1@workspace:@girs/vsqlite-1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/vda-1": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vte-2.91@workspace:*, @girs/vte-2.91@workspace:@girs/vte-2.91": + version: 0.0.0-use.local + resolution: "@girs/vte-2.91@workspace:@girs/vte-2.91" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-3.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vte-3.91@workspace:*, @girs/vte-3.91@workspace:@girs/vte-3.91": + version: 0.0.0-use.local + resolution: "@girs/vte-3.91@workspace:@girs/vte-3.91" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + "@girs/gsk-4.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vte-4-2.91@workspace:*, @girs/vte-4-2.91@workspace:@girs/vte-4-2.91": + version: 0.0.0-use.local + resolution: "@girs/vte-4-2.91@workspace:@girs/vte-4-2.91" + dependencies: + "@girs/cairo-1.0": "workspace:^" + "@girs/gdk-4.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/graphene-1.0": "workspace:^" + "@girs/gsk-4.0": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/pango-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/vulkan-1.0@workspace:*, @girs/vulkan-1.0@workspace:@girs/vulkan-1.0, @girs/vulkan-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/vulkan-1.0@workspace:@girs/vulkan-1.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit-6.0@workspace:*, @girs/webkit-6.0@workspace:@girs/webkit-6.0": + version: 0.0.0-use.local + resolution: "@girs/webkit-6.0@workspace:@girs/webkit-6.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/javascriptcore-6.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit2-4.0@workspace:*, @girs/webkit2-4.0@workspace:@girs/webkit2-4.0, @girs/webkit2-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/webkit2-4.0@workspace:@girs/webkit2-4.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/javascriptcore-4.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit2-4.1@workspace:*, @girs/webkit2-4.1@workspace:@girs/webkit2-4.1, @girs/webkit2-4.1@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/webkit2-4.1@workspace:@girs/webkit2-4.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/javascriptcore-4.1": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit2-5.0@workspace:*, @girs/webkit2-5.0@workspace:@girs/webkit2-5.0": + version: 0.0.0-use.local + resolution: "@girs/webkit2-5.0@workspace:@girs/webkit2-5.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/javascriptcore-5.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit2webextension-4.0@workspace:*, @girs/webkit2webextension-4.0@workspace:@girs/webkit2webextension-4.0": + version: 0.0.0-use.local + resolution: "@girs/webkit2webextension-4.0@workspace:@girs/webkit2webextension-4.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/javascriptcore-4.0": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit2webextension-4.1@workspace:*, @girs/webkit2webextension-4.1@workspace:@girs/webkit2webextension-4.1": + version: 0.0.0-use.local + resolution: "@girs/webkit2webextension-4.1@workspace:@girs/webkit2webextension-4.1" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/javascriptcore-4.1": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkit2webextension-5.0@workspace:*, @girs/webkit2webextension-5.0@workspace:@girs/webkit2webextension-5.0": + version: 0.0.0-use.local + resolution: "@girs/webkit2webextension-5.0@workspace:@girs/webkit2webextension-5.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/javascriptcore-5.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkitwebextension-6.0@workspace:*, @girs/webkitwebextension-6.0@workspace:@girs/webkitwebextension-6.0": + version: 0.0.0-use.local + resolution: "@girs/webkitwebextension-6.0@workspace:@girs/webkitwebextension-6.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/javascriptcore-6.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/webkitwebprocessextension-6.0@workspace:*, @girs/webkitwebprocessextension-6.0@workspace:@girs/webkitwebprocessextension-6.0": + version: 0.0.0-use.local + resolution: "@girs/webkitwebprocessextension-6.0@workspace:@girs/webkitwebprocessextension-6.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/javascriptcore-6.0": "workspace:^" + "@girs/soup-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/win32-1.0@workspace:*, @girs/win32-1.0@workspace:@girs/win32-1.0": + version: 0.0.0-use.local + resolution: "@girs/win32-1.0@workspace:@girs/win32-1.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/wnck-3.0@workspace:*, @girs/wnck-3.0@workspace:@girs/wnck-3.0": + version: 0.0.0-use.local + resolution: "@girs/wnck-3.0@workspace:@girs/wnck-3.0" + dependencies: + "@girs/gdkpixbuf-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xdp-1.0@workspace:*, @girs/xdp-1.0@workspace:@girs/xdp-1.0, @girs/xdp-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/xdp-1.0@workspace:@girs/xdp-1.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xdpgtk3-1.0@workspace:*, @girs/xdpgtk3-1.0@workspace:@girs/xdpgtk3-1.0": + version: 0.0.0-use.local + resolution: "@girs/xdpgtk3-1.0@workspace:@girs/xdpgtk3-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-3.0": "workspace:^" + "@girs/xdp-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xdpgtk4-1.0@workspace:*, @girs/xdpgtk4-1.0@workspace:@girs/xdpgtk4-1.0": + version: 0.0.0-use.local + resolution: "@girs/xdpgtk4-1.0@workspace:@girs/xdpgtk4-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gtk-4.0": "workspace:^" + "@girs/xdp-1.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xfixes-4.0@workspace:*, @girs/xfixes-4.0@workspace:@girs/xfixes-4.0, @girs/xfixes-4.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/xfixes-4.0@workspace:@girs/xfixes-4.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xft-2.0@workspace:*, @girs/xft-2.0@workspace:@girs/xft-2.0, @girs/xft-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/xft-2.0@workspace:@girs/xft-2.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xkl-1.0@workspace:*, @girs/xkl-1.0@workspace:@girs/xkl-1.0, @girs/xkl-1.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/xkl-1.0@workspace:@girs/xkl-1.0" + dependencies: + "@girs/gjs": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + "@girs/xlib-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xlib-2.0@workspace:*, @girs/xlib-2.0@workspace:@girs/xlib-2.0, @girs/xlib-2.0@workspace:^": + version: 0.0.0-use.local + resolution: "@girs/xlib-2.0@workspace:@girs/xlib-2.0" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/xrandr-1.3@workspace:*, @girs/xrandr-1.3@workspace:@girs/xrandr-1.3": + version: 0.0.0-use.local + resolution: "@girs/xrandr-1.3@workspace:@girs/xrandr-1.3" + dependencies: + "@girs/gjs": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/zeitgeist-2.0@workspace:*, @girs/zeitgeist-2.0@workspace:@girs/zeitgeist-2.0": + version: 0.0.0-use.local + resolution: "@girs/zeitgeist-2.0@workspace:@girs/zeitgeist-2.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/gobject-2.0": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"@girs/zpj-0.0@workspace:*, @girs/zpj-0.0@workspace:@girs/zpj-0.0": + version: 0.0.0-use.local + resolution: "@girs/zpj-0.0@workspace:@girs/zpj-0.0" + dependencies: + "@girs/gio-2.0": "workspace:^" + "@girs/gjs": "workspace:^" + "@girs/glib-2.0": "workspace:^" + "@girs/json-1.0": "workspace:^" + "@girs/rest-0.7": "workspace:^" + "@girs/soup-2.4": "workspace:^" + typescript: "npm:*" + languageName: unknown + linkType: soft + +"gir-test-accounts-1.0@workspace:tests/accounts-1.0": + version: 0.0.0-use.local + resolution: "gir-test-accounts-1.0@workspace:tests/accounts-1.0" + dependencies: + "@girs/accounts-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-accountsservice-1.0@workspace:tests/accountsservice-1.0": + version: 0.0.0-use.local + resolution: "gir-test-accountsservice-1.0@workspace:tests/accountsservice-1.0" + dependencies: + "@girs/accountsservice-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-adw-1@workspace:tests/adw-1": + version: 0.0.0-use.local + resolution: "gir-test-adw-1@workspace:tests/adw-1" + dependencies: + "@girs/adw-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-amtk-4@workspace:tests/amtk-4": + version: 0.0.0-use.local + resolution: "gir-test-amtk-4@workspace:tests/amtk-4" + dependencies: + "@girs/amtk-4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-amtk-5@workspace:tests/amtk-5": + version: 0.0.0-use.local + resolution: "gir-test-amtk-5@workspace:tests/amtk-5" + dependencies: + "@girs/amtk-5": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-anjuta-3.0@workspace:tests/anjuta-3.0": + version: 0.0.0-use.local + resolution: "gir-test-anjuta-3.0@workspace:tests/anjuta-3.0" + dependencies: + "@girs/anjuta-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-anthy-9000@workspace:tests/anthy-9000": + version: 0.0.0-use.local + resolution: "gir-test-anthy-9000@workspace:tests/anthy-9000" + dependencies: + "@girs/anthy-9000": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-appindicator3-0.1@workspace:tests/appindicator3-0.1": + version: 0.0.0-use.local + resolution: "gir-test-appindicator3-0.1@workspace:tests/appindicator3-0.1" + dependencies: + "@girs/appindicator3-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-appstream-1.0@workspace:tests/appstream-1.0": + version: 0.0.0-use.local + resolution: "gir-test-appstream-1.0@workspace:tests/appstream-1.0" + dependencies: + "@girs/appstream-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-appstreambuilder-1.0@workspace:tests/appstreambuilder-1.0": + version: 0.0.0-use.local + resolution: "gir-test-appstreambuilder-1.0@workspace:tests/appstreambuilder-1.0" + dependencies: + "@girs/appstreambuilder-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-appstreamglib-1.0@workspace:tests/appstreamglib-1.0": + version: 0.0.0-use.local + resolution: "gir-test-appstreamglib-1.0@workspace:tests/appstreamglib-1.0" + dependencies: + "@girs/appstreamglib-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-arrow-1.0@workspace:tests/arrow-1.0": + version: 0.0.0-use.local + resolution: "gir-test-arrow-1.0@workspace:tests/arrow-1.0" + dependencies: + "@girs/arrow-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-arrowcuda-1.0@workspace:tests/arrowcuda-1.0": + version: 0.0.0-use.local + resolution: "gir-test-arrowcuda-1.0@workspace:tests/arrowcuda-1.0" + dependencies: + "@girs/arrowcuda-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-arrowdataset-1.0@workspace:tests/arrowdataset-1.0": + version: 0.0.0-use.local + resolution: "gir-test-arrowdataset-1.0@workspace:tests/arrowdataset-1.0" + dependencies: + "@girs/arrowdataset-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-arrowflight-1.0@workspace:tests/arrowflight-1.0": + version: 0.0.0-use.local + resolution: "gir-test-arrowflight-1.0@workspace:tests/arrowflight-1.0" + dependencies: + "@girs/arrowflight-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-atk-1.0@workspace:tests/atk-1.0": + version: 0.0.0-use.local + resolution: "gir-test-atk-1.0@workspace:tests/atk-1.0" + dependencies: + "@girs/atk-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-atspi-2.0@workspace:tests/atspi-2.0": + version: 0.0.0-use.local + resolution: "gir-test-atspi-2.0@workspace:tests/atspi-2.0" + dependencies: + "@girs/atspi-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-babl-0.1@workspace:tests/babl-0.1": + version: 0.0.0-use.local + resolution: "gir-test-babl-0.1@workspace:tests/babl-0.1" + dependencies: + "@girs/babl-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-bamf-3@workspace:tests/bamf-3": + version: 0.0.0-use.local + resolution: "gir-test-bamf-3@workspace:tests/bamf-3" + dependencies: + "@girs/bamf-3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-builder-1.0@workspace:tests/builder-1.0": + version: 0.0.0-use.local + resolution: "gir-test-builder-1.0@workspace:tests/builder-1.0" + dependencies: + "@girs/builder-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-bump-0.1@workspace:tests/bump-0.1": + version: 0.0.0-use.local + resolution: "gir-test-bump-0.1@workspace:tests/bump-0.1" + dependencies: + "@girs/bump-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cairo-1.0@workspace:tests/cairo-1.0": + version: 0.0.0-use.local + resolution: "gir-test-cairo-1.0@workspace:tests/cairo-1.0" + dependencies: + "@girs/cairo-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cally-1.0@workspace:tests/cally-1.0": + version: 0.0.0-use.local + resolution: "gir-test-cally-1.0@workspace:tests/cally-1.0" + dependencies: + "@girs/cally-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cally-10@workspace:tests/cally-10": + version: 0.0.0-use.local + resolution: "gir-test-cally-10@workspace:tests/cally-10" + dependencies: + "@girs/cally-10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cally-11@workspace:tests/cally-11": + version: 0.0.0-use.local + resolution: "gir-test-cally-11@workspace:tests/cally-11" + dependencies: + "@girs/cally-11": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cally-12@workspace:tests/cally-12": + version: 0.0.0-use.local + resolution: "gir-test-cally-12@workspace:tests/cally-12" + dependencies: + "@girs/cally-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cally-13@workspace:tests/cally-13": + version: 0.0.0-use.local + resolution: "gir-test-cally-13@workspace:tests/cally-13" + dependencies: + "@girs/cally-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-camel-1.2@workspace:tests/camel-1.2": + version: 0.0.0-use.local + resolution: "gir-test-camel-1.2@workspace:tests/camel-1.2" + dependencies: + "@girs/camel-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-caribou-1.0@workspace:tests/caribou-1.0": + version: 0.0.0-use.local + resolution: "gir-test-caribou-1.0@workspace:tests/caribou-1.0" + dependencies: + "@girs/caribou-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-champlain-0.12@workspace:tests/champlain-0.12": + version: 0.0.0-use.local + resolution: "gir-test-champlain-0.12@workspace:tests/champlain-0.12" + dependencies: + "@girs/champlain-0.12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cheese-3.0@workspace:tests/cheese-3.0": + version: 0.0.0-use.local + resolution: "gir-test-cheese-3.0@workspace:tests/cheese-3.0" + dependencies: + "@girs/cheese-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cloudproviders-0.3@workspace:tests/cloudproviders-0.3": + version: 0.0.0-use.local + resolution: "gir-test-cloudproviders-0.3@workspace:tests/cloudproviders-0.3" + dependencies: + "@girs/cloudproviders-0.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-clutter-1.0@workspace:tests/clutter-1.0": + version: 0.0.0-use.local + resolution: "gir-test-clutter-1.0@workspace:tests/clutter-1.0" + dependencies: + "@girs/clutter-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-clutter-10@workspace:tests/clutter-10": + version: 0.0.0-use.local + resolution: "gir-test-clutter-10@workspace:tests/clutter-10" + dependencies: + "@girs/clutter-10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-clutter-11@workspace:tests/clutter-11": + version: 0.0.0-use.local + resolution: "gir-test-clutter-11@workspace:tests/clutter-11" + dependencies: + "@girs/clutter-11": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-clutter-12@workspace:tests/clutter-12": + version: 0.0.0-use.local + resolution: "gir-test-clutter-12@workspace:tests/clutter-12" + dependencies: + "@girs/clutter-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-clutter-13@workspace:tests/clutter-13": + version: 0.0.0-use.local + resolution: "gir-test-clutter-13@workspace:tests/clutter-13" + dependencies: + "@girs/clutter-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cluttergdk-1.0@workspace:tests/cluttergdk-1.0": + version: 0.0.0-use.local + resolution: "gir-test-cluttergdk-1.0@workspace:tests/cluttergdk-1.0" + dependencies: + "@girs/cluttergdk-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cluttergst-2.0@workspace:tests/cluttergst-2.0": + version: 0.0.0-use.local + resolution: "gir-test-cluttergst-2.0@workspace:tests/cluttergst-2.0" + dependencies: + "@girs/cluttergst-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cluttergst-3.0@workspace:tests/cluttergst-3.0": + version: 0.0.0-use.local + resolution: "gir-test-cluttergst-3.0@workspace:tests/cluttergst-3.0" + dependencies: + "@girs/cluttergst-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-clutterx11-1.0@workspace:tests/clutterx11-1.0": + version: 0.0.0-use.local + resolution: "gir-test-clutterx11-1.0@workspace:tests/clutterx11-1.0" + dependencies: + "@girs/clutterx11-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cogl-1.0@workspace:tests/cogl-1.0": + version: 0.0.0-use.local + resolution: "gir-test-cogl-1.0@workspace:tests/cogl-1.0" + dependencies: + "@girs/cogl-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cogl-10@workspace:tests/cogl-10": + version: 0.0.0-use.local + resolution: "gir-test-cogl-10@workspace:tests/cogl-10" + dependencies: + "@girs/cogl-10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cogl-11@workspace:tests/cogl-11": + version: 0.0.0-use.local + resolution: "gir-test-cogl-11@workspace:tests/cogl-11" + dependencies: + "@girs/cogl-11": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cogl-12@workspace:tests/cogl-12": + version: 0.0.0-use.local + resolution: "gir-test-cogl-12@workspace:tests/cogl-12" + dependencies: + "@girs/cogl-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cogl-13@workspace:tests/cogl-13": + version: 0.0.0-use.local + resolution: "gir-test-cogl-13@workspace:tests/cogl-13" + dependencies: + "@girs/cogl-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-cogl-2.0@workspace:tests/cogl-2.0": + version: 0.0.0-use.local + resolution: "gir-test-cogl-2.0@workspace:tests/cogl-2.0" + dependencies: + "@girs/cogl-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglgst-2.0@workspace:tests/coglgst-2.0": + version: 0.0.0-use.local + resolution: "gir-test-coglgst-2.0@workspace:tests/coglgst-2.0" + dependencies: + "@girs/coglgst-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglpango-1.0@workspace:tests/coglpango-1.0": + version: 0.0.0-use.local + resolution: "gir-test-coglpango-1.0@workspace:tests/coglpango-1.0" + dependencies: + "@girs/coglpango-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglpango-10@workspace:tests/coglpango-10": + version: 0.0.0-use.local + resolution: "gir-test-coglpango-10@workspace:tests/coglpango-10" + dependencies: + "@girs/coglpango-10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglpango-11@workspace:tests/coglpango-11": + version: 0.0.0-use.local + resolution: "gir-test-coglpango-11@workspace:tests/coglpango-11" + dependencies: + "@girs/coglpango-11": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglpango-12@workspace:tests/coglpango-12": + version: 0.0.0-use.local + resolution: "gir-test-coglpango-12@workspace:tests/coglpango-12" + dependencies: + "@girs/coglpango-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglpango-13@workspace:tests/coglpango-13": + version: 0.0.0-use.local + resolution: "gir-test-coglpango-13@workspace:tests/coglpango-13" + dependencies: + "@girs/coglpango-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-coglpango-2.0@workspace:tests/coglpango-2.0": + version: 0.0.0-use.local + resolution: "gir-test-coglpango-2.0@workspace:tests/coglpango-2.0" + dependencies: + "@girs/coglpango-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-colord-1.0@workspace:tests/colord-1.0": + version: 0.0.0-use.local + resolution: "gir-test-colord-1.0@workspace:tests/colord-1.0" + dependencies: + "@girs/colord-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-colordgtk-1.0@workspace:tests/colordgtk-1.0": + version: 0.0.0-use.local + resolution: "gir-test-colordgtk-1.0@workspace:tests/colordgtk-1.0" + dependencies: + "@girs/colordgtk-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-colorhug-1.0@workspace:tests/colorhug-1.0": + version: 0.0.0-use.local + resolution: "gir-test-colorhug-1.0@workspace:tests/colorhug-1.0" + dependencies: + "@girs/colorhug-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dazzle-1.0@workspace:tests/dazzle-1.0": + version: 0.0.0-use.local + resolution: "gir-test-dazzle-1.0@workspace:tests/dazzle-1.0" + dependencies: + "@girs/dazzle-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dbus-1.0@workspace:tests/dbus-1.0": + version: 0.0.0-use.local + resolution: "gir-test-dbus-1.0@workspace:tests/dbus-1.0" + dependencies: + "@girs/dbus-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dbusglib-1.0@workspace:tests/dbusglib-1.0": + version: 0.0.0-use.local + resolution: "gir-test-dbusglib-1.0@workspace:tests/dbusglib-1.0" + dependencies: + "@girs/dbusglib-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dbusmenu-0.4@workspace:tests/dbusmenu-0.4": + version: 0.0.0-use.local + resolution: "gir-test-dbusmenu-0.4@workspace:tests/dbusmenu-0.4" + dependencies: + "@girs/dbusmenu-0.4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dbusmenugtk-0.4@workspace:tests/dbusmenugtk-0.4": + version: 0.0.0-use.local + resolution: "gir-test-dbusmenugtk-0.4@workspace:tests/dbusmenugtk-0.4" + dependencies: + "@girs/dbusmenugtk-0.4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dbusmenugtk3-0.4@workspace:tests/dbusmenugtk3-0.4": + version: 0.0.0-use.local + resolution: "gir-test-dbusmenugtk3-0.4@workspace:tests/dbusmenugtk3-0.4" + dependencies: + "@girs/dbusmenugtk3-0.4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dee-1.0@workspace:tests/dee-1.0": + version: 0.0.0-use.local + resolution: "gir-test-dee-1.0@workspace:tests/dee-1.0" + dependencies: + "@girs/dee-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-devhelp-3.0@workspace:tests/devhelp-3.0": + version: 0.0.0-use.local + resolution: "gir-test-devhelp-3.0@workspace:tests/devhelp-3.0" + dependencies: + "@girs/devhelp-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dex-1@workspace:tests/dex-1": + version: 0.0.0-use.local + resolution: "gir-test-dex-1@workspace:tests/dex-1" + dependencies: + "@girs/dex-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-dmap-3.0@workspace:tests/dmap-3.0": + version: 0.0.0-use.local + resolution: "gir-test-dmap-3.0@workspace:tests/dmap-3.0" + dependencies: + "@girs/dmap-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ebackend-1.2@workspace:tests/ebackend-1.2": + version: 0.0.0-use.local + resolution: "gir-test-ebackend-1.2@workspace:tests/ebackend-1.2" + dependencies: + "@girs/ebackend-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ebook-1.2@workspace:tests/ebook-1.2": + version: 0.0.0-use.local + resolution: "gir-test-ebook-1.2@workspace:tests/ebook-1.2" + dependencies: + "@girs/ebook-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ebookcontacts-1.2@workspace:tests/ebookcontacts-1.2": + version: 0.0.0-use.local + resolution: "gir-test-ebookcontacts-1.2@workspace:tests/ebookcontacts-1.2" + dependencies: + "@girs/ebookcontacts-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ecal-2.0@workspace:tests/ecal-2.0": + version: 0.0.0-use.local + resolution: "gir-test-ecal-2.0@workspace:tests/ecal-2.0" + dependencies: + "@girs/ecal-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ecalendar-1.2@workspace:tests/ecalendar-1.2": + version: 0.0.0-use.local + resolution: "gir-test-ecalendar-1.2@workspace:tests/ecalendar-1.2" + dependencies: + "@girs/ecalendar-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-edatabook-1.2@workspace:tests/edatabook-1.2": + version: 0.0.0-use.local + resolution: "gir-test-edatabook-1.2@workspace:tests/edatabook-1.2" + dependencies: + "@girs/edatabook-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-edatacal-2.0@workspace:tests/edatacal-2.0": + version: 0.0.0-use.local + resolution: "gir-test-edatacal-2.0@workspace:tests/edatacal-2.0" + dependencies: + "@girs/edatacal-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-edataserver-1.2@workspace:tests/edataserver-1.2": + version: 0.0.0-use.local + resolution: "gir-test-edataserver-1.2@workspace:tests/edataserver-1.2" + dependencies: + "@girs/edataserver-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-edataserverui-1.2@workspace:tests/edataserverui-1.2": + version: 0.0.0-use.local + resolution: "gir-test-edataserverui-1.2@workspace:tests/edataserverui-1.2" + dependencies: + "@girs/edataserverui-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-edataserverui4-1.0@workspace:tests/edataserverui4-1.0": + version: 0.0.0-use.local + resolution: "gir-test-edataserverui4-1.0@workspace:tests/edataserverui4-1.0" + dependencies: + "@girs/edataserverui4-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-egg-1.0@workspace:tests/egg-1.0": + version: 0.0.0-use.local + resolution: "gir-test-egg-1.0@workspace:tests/egg-1.0" + dependencies: + "@girs/egg-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-eog-3.0@workspace:tests/eog-3.0": + version: 0.0.0-use.local + resolution: "gir-test-eog-3.0@workspace:tests/eog-3.0" + dependencies: + "@girs/eog-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-epc-1.0@workspace:tests/epc-1.0": + version: 0.0.0-use.local + resolution: "gir-test-epc-1.0@workspace:tests/epc-1.0" + dependencies: + "@girs/epc-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-epcui-1.0@workspace:tests/epcui-1.0": + version: 0.0.0-use.local + resolution: "gir-test-epcui-1.0@workspace:tests/epcui-1.0" + dependencies: + "@girs/epcui-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-evincedocument-3.0@workspace:tests/evincedocument-3.0": + version: 0.0.0-use.local + resolution: "gir-test-evincedocument-3.0@workspace:tests/evincedocument-3.0" + dependencies: + "@girs/evincedocument-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-evinceview-3.0@workspace:tests/evinceview-3.0": + version: 0.0.0-use.local + resolution: "gir-test-evinceview-3.0@workspace:tests/evinceview-3.0" + dependencies: + "@girs/evinceview-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-farstream-0.1@workspace:tests/farstream-0.1": + version: 0.0.0-use.local + resolution: "gir-test-farstream-0.1@workspace:tests/farstream-0.1" + dependencies: + "@girs/farstream-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-farstream-0.2@workspace:tests/farstream-0.2": + version: 0.0.0-use.local + resolution: "gir-test-farstream-0.2@workspace:tests/farstream-0.2" + dependencies: + "@girs/farstream-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-flatpak-1.0@workspace:tests/flatpak-1.0": + version: 0.0.0-use.local + resolution: "gir-test-flatpak-1.0@workspace:tests/flatpak-1.0" + dependencies: + "@girs/flatpak-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folks-0.6@workspace:tests/folks-0.6": + version: 0.0.0-use.local + resolution: "gir-test-folks-0.6@workspace:tests/folks-0.6" + dependencies: + "@girs/folks-0.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folks-0.7@workspace:tests/folks-0.7": + version: 0.0.0-use.local + resolution: "gir-test-folks-0.7@workspace:tests/folks-0.7" + dependencies: + "@girs/folks-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folksdummy-0.6@workspace:tests/folksdummy-0.6": + version: 0.0.0-use.local + resolution: "gir-test-folksdummy-0.6@workspace:tests/folksdummy-0.6" + dependencies: + "@girs/folksdummy-0.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folksdummy-0.7@workspace:tests/folksdummy-0.7": + version: 0.0.0-use.local + resolution: "gir-test-folksdummy-0.7@workspace:tests/folksdummy-0.7" + dependencies: + "@girs/folksdummy-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folkseds-0.6@workspace:tests/folkseds-0.6": + version: 0.0.0-use.local + resolution: "gir-test-folkseds-0.6@workspace:tests/folkseds-0.6" + dependencies: + "@girs/folkseds-0.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folkseds-0.7@workspace:tests/folkseds-0.7": + version: 0.0.0-use.local + resolution: "gir-test-folkseds-0.7@workspace:tests/folkseds-0.7" + dependencies: + "@girs/folkseds-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folkslibsocialweb-0.6@workspace:tests/folkslibsocialweb-0.6": + version: 0.0.0-use.local + resolution: "gir-test-folkslibsocialweb-0.6@workspace:tests/folkslibsocialweb-0.6" + dependencies: + "@girs/folkslibsocialweb-0.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folkstelepathy-0.6@workspace:tests/folkstelepathy-0.6": + version: 0.0.0-use.local + resolution: "gir-test-folkstelepathy-0.6@workspace:tests/folkstelepathy-0.6" + dependencies: + "@girs/folkstelepathy-0.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-folkstelepathy-0.7@workspace:tests/folkstelepathy-0.7": + version: 0.0.0-use.local + resolution: "gir-test-folkstelepathy-0.7@workspace:tests/folkstelepathy-0.7" + dependencies: + "@girs/folkstelepathy-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-fontconfig-2.0@workspace:tests/fontconfig-2.0": + version: 0.0.0-use.local + resolution: "gir-test-fontconfig-2.0@workspace:tests/fontconfig-2.0" + dependencies: + "@girs/fontconfig-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-freetype2-2.0@workspace:tests/freetype2-2.0": + version: 0.0.0-use.local + resolution: "gir-test-freetype2-2.0@workspace:tests/freetype2-2.0" + dependencies: + "@girs/freetype2-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-fwupd-2.0@workspace:tests/fwupd-2.0": + version: 0.0.0-use.local + resolution: "gir-test-fwupd-2.0@workspace:tests/fwupd-2.0" + dependencies: + "@girs/fwupd-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gandiva-1.0@workspace:tests/gandiva-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gandiva-1.0@workspace:tests/gandiva-1.0" + dependencies: + "@girs/gandiva-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcab-1.0@workspace:tests/gcab-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gcab-1.0@workspace:tests/gcab-1.0" + dependencies: + "@girs/gcab-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcalc-1@workspace:tests/gcalc-1": + version: 0.0.0-use.local + resolution: "gir-test-gcalc-1@workspace:tests/gcalc-1" + dependencies: + "@girs/gcalc-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcalc-2@workspace:tests/gcalc-2": + version: 0.0.0-use.local + resolution: "gir-test-gcalc-2@workspace:tests/gcalc-2" + dependencies: + "@girs/gcalc-2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gck-1@workspace:tests/gck-1": + version: 0.0.0-use.local + resolution: "gir-test-gck-1@workspace:tests/gck-1" + dependencies: + "@girs/gck-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gck-2@workspace:tests/gck-2": + version: 0.0.0-use.local + resolution: "gir-test-gck-2@workspace:tests/gck-2" + dependencies: + "@girs/gck-2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gconf-2.0@workspace:tests/gconf-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gconf-2.0@workspace:tests/gconf-2.0" + dependencies: + "@girs/gconf-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcr-3@workspace:tests/gcr-3": + version: 0.0.0-use.local + resolution: "gir-test-gcr-3@workspace:tests/gcr-3" + dependencies: + "@girs/gcr-3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcr-4@workspace:tests/gcr-4": + version: 0.0.0-use.local + resolution: "gir-test-gcr-4@workspace:tests/gcr-4" + dependencies: + "@girs/gcr-4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcrgtk3-4@workspace:tests/gcrgtk3-4": + version: 0.0.0-use.local + resolution: "gir-test-gcrgtk3-4@workspace:tests/gcrgtk3-4" + dependencies: + "@girs/gcrgtk3-4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcrgtk4-4@workspace:tests/gcrgtk4-4": + version: 0.0.0-use.local + resolution: "gir-test-gcrgtk4-4@workspace:tests/gcrgtk4-4" + dependencies: + "@girs/gcrgtk4-4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gcrui-3@workspace:tests/gcrui-3": + version: 0.0.0-use.local + resolution: "gir-test-gcrui-3@workspace:tests/gcrui-3" + dependencies: + "@girs/gcrui-3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gd-1.0@workspace:tests/gd-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gd-1.0@workspace:tests/gd-1.0" + dependencies: + "@girs/gd-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gda-5.0@workspace:tests/gda-5.0": + version: 0.0.0-use.local + resolution: "gir-test-gda-5.0@workspace:tests/gda-5.0" + dependencies: + "@girs/gda-5.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gda-6.0@workspace:tests/gda-6.0": + version: 0.0.0-use.local + resolution: "gir-test-gda-6.0@workspace:tests/gda-6.0" + dependencies: + "@girs/gda-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdata-0.0@workspace:tests/gdata-0.0": + version: 0.0.0-use.local + resolution: "gir-test-gdata-0.0@workspace:tests/gdata-0.0" + dependencies: + "@girs/gdata-0.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdaui-5.0@workspace:tests/gdaui-5.0": + version: 0.0.0-use.local + resolution: "gir-test-gdaui-5.0@workspace:tests/gdaui-5.0" + dependencies: + "@girs/gdaui-5.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdaui-6.0@workspace:tests/gdaui-6.0": + version: 0.0.0-use.local + resolution: "gir-test-gdaui-6.0@workspace:tests/gdaui-6.0" + dependencies: + "@girs/gdaui-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdesktopenums-3.0@workspace:tests/gdesktopenums-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gdesktopenums-3.0@workspace:tests/gdesktopenums-3.0" + dependencies: + "@girs/gdesktopenums-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdk-2.0@workspace:tests/gdk-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gdk-2.0@workspace:tests/gdk-2.0" + dependencies: + "@girs/gdk-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdk-3.0@workspace:tests/gdk-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gdk-3.0@workspace:tests/gdk-3.0" + dependencies: + "@girs/gdk-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdk-4.0@workspace:tests/gdk-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gdk-4.0@workspace:tests/gdk-4.0" + dependencies: + "@girs/gdk-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdkpixbuf-2.0@workspace:tests/gdkpixbuf-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gdkpixbuf-2.0@workspace:tests/gdkpixbuf-2.0" + dependencies: + "@girs/gdkpixbuf-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdkpixdata-2.0@workspace:tests/gdkpixdata-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gdkpixdata-2.0@workspace:tests/gdkpixdata-2.0" + dependencies: + "@girs/gdkpixdata-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdkwayland-4.0@workspace:tests/gdkwayland-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gdkwayland-4.0@workspace:tests/gdkwayland-4.0" + dependencies: + "@girs/gdkwayland-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdkx11-2.0@workspace:tests/gdkx11-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gdkx11-2.0@workspace:tests/gdkx11-2.0" + dependencies: + "@girs/gdkx11-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdkx11-3.0@workspace:tests/gdkx11-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gdkx11-3.0@workspace:tests/gdkx11-3.0" + dependencies: + "@girs/gdkx11-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdkx11-4.0@workspace:tests/gdkx11-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gdkx11-4.0@workspace:tests/gdkx11-4.0" + dependencies: + "@girs/gdkx11-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdl-3@workspace:tests/gdl-3": + version: 0.0.0-use.local + resolution: "gir-test-gdl-3@workspace:tests/gdl-3" + dependencies: + "@girs/gdl-3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gdm-1.0@workspace:tests/gdm-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gdm-1.0@workspace:tests/gdm-1.0" + dependencies: + "@girs/gdm-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gedit-3.0@workspace:tests/gedit-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gedit-3.0@workspace:tests/gedit-3.0" + dependencies: + "@girs/gedit-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gee-0.8@workspace:tests/gee-0.8": + version: 0.0.0-use.local + resolution: "gir-test-gee-0.8@workspace:tests/gee-0.8" + dependencies: + "@girs/gee-0.8": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gee-1.0@workspace:tests/gee-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gee-1.0@workspace:tests/gee-1.0" + dependencies: + "@girs/gee-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gegl-0.3@workspace:tests/gegl-0.3": + version: 0.0.0-use.local + resolution: "gir-test-gegl-0.3@workspace:tests/gegl-0.3" + dependencies: + "@girs/gegl-0.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gegl-0.4@workspace:tests/gegl-0.4": + version: 0.0.0-use.local + resolution: "gir-test-gegl-0.4@workspace:tests/gegl-0.4" + dependencies: + "@girs/gegl-0.4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-geglgtk3-0.1@workspace:tests/geglgtk3-0.1": + version: 0.0.0-use.local + resolution: "gir-test-geglgtk3-0.1@workspace:tests/geglgtk3-0.1" + dependencies: + "@girs/geglgtk3-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-geoclue-2.0@workspace:tests/geoclue-2.0": + version: 0.0.0-use.local + resolution: "gir-test-geoclue-2.0@workspace:tests/geoclue-2.0" + dependencies: + "@girs/geoclue-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-geocodeglib-1.0@workspace:tests/geocodeglib-1.0": + version: 0.0.0-use.local + resolution: "gir-test-geocodeglib-1.0@workspace:tests/geocodeglib-1.0" + dependencies: + "@girs/geocodeglib-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-geocodeglib-2.0@workspace:tests/geocodeglib-2.0": + version: 0.0.0-use.local + resolution: "gir-test-geocodeglib-2.0@workspace:tests/geocodeglib-2.0" + dependencies: + "@girs/geocodeglib-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gepub-0.5@workspace:tests/gepub-0.5": + version: 0.0.0-use.local + resolution: "gir-test-gepub-0.5@workspace:tests/gepub-0.5" + dependencies: + "@girs/gepub-0.5": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ges-1.0@workspace:tests/ges-1.0": + version: 0.0.0-use.local + resolution: "gir-test-ges-1.0@workspace:tests/ges-1.0" + dependencies: + "@girs/ges-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gexiv2-0.10@workspace:tests/gexiv2-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gexiv2-0.10@workspace:tests/gexiv2-0.10" + dependencies: + "@girs/gexiv2-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gfbgraph-0.2@workspace:tests/gfbgraph-0.2": + version: 0.0.0-use.local + resolution: "gir-test-gfbgraph-0.2@workspace:tests/gfbgraph-0.2" + dependencies: + "@girs/gfbgraph-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gfbgraph-0.3@workspace:tests/gfbgraph-0.3": + version: 0.0.0-use.local + resolution: "gir-test-gfbgraph-0.3@workspace:tests/gfbgraph-0.3" + dependencies: + "@girs/gfbgraph-0.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ggit-1.0@workspace:tests/ggit-1.0": + version: 0.0.0-use.local + resolution: "gir-test-ggit-1.0@workspace:tests/ggit-1.0" + dependencies: + "@girs/ggit-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gio-2.0@workspace:tests/gio-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gio-2.0@workspace:tests/gio-2.0" + dependencies: + "@girs/gio-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-girepository-2.0@workspace:tests/girepository-2.0": + version: 0.0.0-use.local + resolution: "gir-test-girepository-2.0@workspace:tests/girepository-2.0" + dependencies: + "@girs/girepository-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gitg-1.0@workspace:tests/gitg-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gitg-1.0@workspace:tests/gitg-1.0" + dependencies: + "@girs/gitg-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gitgext-1.0@workspace:tests/gitgext-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gitgext-1.0@workspace:tests/gitgext-1.0" + dependencies: + "@girs/gitgext-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gjs@workspace:tests/gjs": + version: 0.0.0-use.local + resolution: "gir-test-gjs@workspace:tests/gjs" + dependencies: + "@girs/gjs": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gjsdbus-1.0@workspace:tests/gjsdbus-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gjsdbus-1.0@workspace:tests/gjsdbus-1.0" + dependencies: + "@girs/gjsdbus-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gkbd-3.0@workspace:tests/gkbd-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gkbd-3.0@workspace:tests/gkbd-3.0" + dependencies: + "@girs/gkbd-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gl-1.0@workspace:tests/gl-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gl-1.0@workspace:tests/gl-1.0" + dependencies: + "@girs/gl-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gladeui-2.0@workspace:tests/gladeui-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gladeui-2.0@workspace:tests/gladeui-2.0" + dependencies: + "@girs/gladeui-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-glib-2.0@workspace:tests/glib-2.0": + version: 0.0.0-use.local + resolution: "gir-test-glib-2.0@workspace:tests/glib-2.0" + dependencies: + "@girs/glib-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gmenu-3.0@workspace:tests/gmenu-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gmenu-3.0@workspace:tests/gmenu-3.0" + dependencies: + "@girs/gmenu-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gmime-3.0@workspace:tests/gmime-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gmime-3.0@workspace:tests/gmime-3.0" + dependencies: + "@girs/gmime-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gmodule-2.0@workspace:tests/gmodule-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gmodule-2.0@workspace:tests/gmodule-2.0" + dependencies: + "@girs/gmodule-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomeautoar-0.1@workspace:tests/gnomeautoar-0.1": + version: 0.0.0-use.local + resolution: "gir-test-gnomeautoar-0.1@workspace:tests/gnomeautoar-0.1" + dependencies: + "@girs/gnomeautoar-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomeautoargtk-0.1@workspace:tests/gnomeautoargtk-0.1": + version: 0.0.0-use.local + resolution: "gir-test-gnomeautoargtk-0.1@workspace:tests/gnomeautoargtk-0.1" + dependencies: + "@girs/gnomeautoargtk-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomebg-4.0@workspace:tests/gnomebg-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomebg-4.0@workspace:tests/gnomebg-4.0" + dependencies: + "@girs/gnomebg-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomebluetooth-1.0@workspace:tests/gnomebluetooth-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomebluetooth-1.0@workspace:tests/gnomebluetooth-1.0" + dependencies: + "@girs/gnomebluetooth-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomebluetooth-3.0@workspace:tests/gnomebluetooth-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomebluetooth-3.0@workspace:tests/gnomebluetooth-3.0" + dependencies: + "@girs/gnomebluetooth-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomedesktop-3.0@workspace:tests/gnomedesktop-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomedesktop-3.0@workspace:tests/gnomedesktop-3.0" + dependencies: + "@girs/gnomedesktop-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomedesktop-4.0@workspace:tests/gnomedesktop-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomedesktop-4.0@workspace:tests/gnomedesktop-4.0" + dependencies: + "@girs/gnomedesktop-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomekeyring-1.0@workspace:tests/gnomekeyring-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomekeyring-1.0@workspace:tests/gnomekeyring-1.0" + dependencies: + "@girs/gnomekeyring-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomemaps-1.0@workspace:tests/gnomemaps-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomemaps-1.0@workspace:tests/gnomemaps-1.0" + dependencies: + "@girs/gnomemaps-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gnomerr-4.0@workspace:tests/gnomerr-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gnomerr-4.0@workspace:tests/gnomerr-4.0" + dependencies: + "@girs/gnomerr-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-goa-1.0@workspace:tests/goa-1.0": + version: 0.0.0-use.local + resolution: "gir-test-goa-1.0@workspace:tests/goa-1.0" + dependencies: + "@girs/goa-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gobject-2.0@workspace:tests/gobject-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gobject-2.0@workspace:tests/gobject-2.0" + dependencies: + "@girs/gobject-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-goocanvas-2.0@workspace:tests/goocanvas-2.0": + version: 0.0.0-use.local + resolution: "gir-test-goocanvas-2.0@workspace:tests/goocanvas-2.0" + dependencies: + "@girs/goocanvas-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-goocanvas-3.0@workspace:tests/goocanvas-3.0": + version: 0.0.0-use.local + resolution: "gir-test-goocanvas-3.0@workspace:tests/goocanvas-3.0" + dependencies: + "@girs/goocanvas-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-govirt-1.0@workspace:tests/govirt-1.0": + version: 0.0.0-use.local + resolution: "gir-test-govirt-1.0@workspace:tests/govirt-1.0" + dependencies: + "@girs/govirt-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gpseq-1.0@workspace:tests/gpseq-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gpseq-1.0@workspace:tests/gpseq-1.0" + dependencies: + "@girs/gpseq-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-granite-1.0@workspace:tests/granite-1.0": + version: 0.0.0-use.local + resolution: "gir-test-granite-1.0@workspace:tests/granite-1.0" + dependencies: + "@girs/granite-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-granite-7.0@workspace:tests/granite-7.0": + version: 0.0.0-use.local + resolution: "gir-test-granite-7.0@workspace:tests/granite-7.0" + dependencies: + "@girs/granite-7.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-graphene-1.0@workspace:tests/graphene-1.0": + version: 0.0.0-use.local + resolution: "gir-test-graphene-1.0@workspace:tests/graphene-1.0" + dependencies: + "@girs/graphene-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grl-0.1@workspace:tests/grl-0.1": + version: 0.0.0-use.local + resolution: "gir-test-grl-0.1@workspace:tests/grl-0.1" + dependencies: + "@girs/grl-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grl-0.2@workspace:tests/grl-0.2": + version: 0.0.0-use.local + resolution: "gir-test-grl-0.2@workspace:tests/grl-0.2" + dependencies: + "@girs/grl-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grl-0.3@workspace:tests/grl-0.3": + version: 0.0.0-use.local + resolution: "gir-test-grl-0.3@workspace:tests/grl-0.3" + dependencies: + "@girs/grl-0.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grlnet-0.1@workspace:tests/grlnet-0.1": + version: 0.0.0-use.local + resolution: "gir-test-grlnet-0.1@workspace:tests/grlnet-0.1" + dependencies: + "@girs/grlnet-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grlnet-0.2@workspace:tests/grlnet-0.2": + version: 0.0.0-use.local + resolution: "gir-test-grlnet-0.2@workspace:tests/grlnet-0.2" + dependencies: + "@girs/grlnet-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grlnet-0.3@workspace:tests/grlnet-0.3": + version: 0.0.0-use.local + resolution: "gir-test-grlnet-0.3@workspace:tests/grlnet-0.3" + dependencies: + "@girs/grlnet-0.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grlpls-0.2@workspace:tests/grlpls-0.2": + version: 0.0.0-use.local + resolution: "gir-test-grlpls-0.2@workspace:tests/grlpls-0.2" + dependencies: + "@girs/grlpls-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grlpls-0.3@workspace:tests/grlpls-0.3": + version: 0.0.0-use.local + resolution: "gir-test-grlpls-0.3@workspace:tests/grlpls-0.3" + dependencies: + "@girs/grlpls-0.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-grss-0.7@workspace:tests/grss-0.7": + version: 0.0.0-use.local + resolution: "gir-test-grss-0.7@workspace:tests/grss-0.7" + dependencies: + "@girs/grss-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsf-1@workspace:tests/gsf-1": + version: 0.0.0-use.local + resolution: "gir-test-gsf-1@workspace:tests/gsf-1" + dependencies: + "@girs/gsf-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsignon-1.0@workspace:tests/gsignon-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gsignon-1.0@workspace:tests/gsignon-1.0" + dependencies: + "@girs/gsignon-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsignond-1.0@workspace:tests/gsignond-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gsignond-1.0@workspace:tests/gsignond-1.0" + dependencies: + "@girs/gsignond-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsk-4.0@workspace:tests/gsk-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gsk-4.0@workspace:tests/gsk-4.0" + dependencies: + "@girs/gsk-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsound-1.0@workspace:tests/gsound-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gsound-1.0@workspace:tests/gsound-1.0" + dependencies: + "@girs/gsound-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gspell-1@workspace:tests/gspell-1": + version: 0.0.0-use.local + resolution: "gir-test-gspell-1@workspace:tests/gspell-1" + dependencies: + "@girs/gspell-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gssdp-1.0@workspace:tests/gssdp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gssdp-1.0@workspace:tests/gssdp-1.0" + dependencies: + "@girs/gssdp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gssdp-1.2@workspace:tests/gssdp-1.2": + version: 0.0.0-use.local + resolution: "gir-test-gssdp-1.2@workspace:tests/gssdp-1.2" + dependencies: + "@girs/gssdp-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gssdp-1.6@workspace:tests/gssdp-1.6": + version: 0.0.0-use.local + resolution: "gir-test-gssdp-1.6@workspace:tests/gssdp-1.6" + dependencies: + "@girs/gssdp-1.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gst-0.10@workspace:tests/gst-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gst-0.10@workspace:tests/gst-0.10" + dependencies: + "@girs/gst-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gst-1.0@workspace:tests/gst-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gst-1.0@workspace:tests/gst-1.0" + dependencies: + "@girs/gst-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstallocators-1.0@workspace:tests/gstallocators-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstallocators-1.0@workspace:tests/gstallocators-1.0" + dependencies: + "@girs/gstallocators-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstapp-1.0@workspace:tests/gstapp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstapp-1.0@workspace:tests/gstapp-1.0" + dependencies: + "@girs/gstapp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstaudio-1.0@workspace:tests/gstaudio-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstaudio-1.0@workspace:tests/gstaudio-1.0" + dependencies: + "@girs/gstaudio-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstbadallocators-1.0@workspace:tests/gstbadallocators-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstbadallocators-1.0@workspace:tests/gstbadallocators-1.0" + dependencies: + "@girs/gstbadallocators-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstbadaudio-1.0@workspace:tests/gstbadaudio-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstbadaudio-1.0@workspace:tests/gstbadaudio-1.0" + dependencies: + "@girs/gstbadaudio-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstbase-0.10@workspace:tests/gstbase-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gstbase-0.10@workspace:tests/gstbase-0.10" + dependencies: + "@girs/gstbase-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstbase-1.0@workspace:tests/gstbase-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstbase-1.0@workspace:tests/gstbase-1.0" + dependencies: + "@girs/gstbase-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstcheck-1.0@workspace:tests/gstcheck-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstcheck-1.0@workspace:tests/gstcheck-1.0" + dependencies: + "@girs/gstcheck-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstcodecs-1.0@workspace:tests/gstcodecs-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstcodecs-1.0@workspace:tests/gstcodecs-1.0" + dependencies: + "@girs/gstcodecs-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstcontroller-1.0@workspace:tests/gstcontroller-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstcontroller-1.0@workspace:tests/gstcontroller-1.0" + dependencies: + "@girs/gstcontroller-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstfft-1.0@workspace:tests/gstfft-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstfft-1.0@workspace:tests/gstfft-1.0" + dependencies: + "@girs/gstfft-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstgl-1.0@workspace:tests/gstgl-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstgl-1.0@workspace:tests/gstgl-1.0" + dependencies: + "@girs/gstgl-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstglegl-1.0@workspace:tests/gstglegl-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstglegl-1.0@workspace:tests/gstglegl-1.0" + dependencies: + "@girs/gstglegl-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstglwayland-1.0@workspace:tests/gstglwayland-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstglwayland-1.0@workspace:tests/gstglwayland-1.0" + dependencies: + "@girs/gstglwayland-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstglx11-1.0@workspace:tests/gstglx11-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstglx11-1.0@workspace:tests/gstglx11-1.0" + dependencies: + "@girs/gstglx11-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstinsertbin-1.0@workspace:tests/gstinsertbin-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstinsertbin-1.0@workspace:tests/gstinsertbin-1.0" + dependencies: + "@girs/gstinsertbin-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstinterfaces-0.10@workspace:tests/gstinterfaces-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gstinterfaces-0.10@workspace:tests/gstinterfaces-0.10" + dependencies: + "@girs/gstinterfaces-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstmpegts-1.0@workspace:tests/gstmpegts-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstmpegts-1.0@workspace:tests/gstmpegts-1.0" + dependencies: + "@girs/gstmpegts-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstnet-1.0@workspace:tests/gstnet-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstnet-1.0@workspace:tests/gstnet-1.0" + dependencies: + "@girs/gstnet-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstpbutils-0.10@workspace:tests/gstpbutils-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gstpbutils-0.10@workspace:tests/gstpbutils-0.10" + dependencies: + "@girs/gstpbutils-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstpbutils-1.0@workspace:tests/gstpbutils-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstpbutils-1.0@workspace:tests/gstpbutils-1.0" + dependencies: + "@girs/gstpbutils-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstplay-1.0@workspace:tests/gstplay-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstplay-1.0@workspace:tests/gstplay-1.0" + dependencies: + "@girs/gstplay-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstplayer-1.0@workspace:tests/gstplayer-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstplayer-1.0@workspace:tests/gstplayer-1.0" + dependencies: + "@girs/gstplayer-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstriff-1.0@workspace:tests/gstriff-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstriff-1.0@workspace:tests/gstriff-1.0" + dependencies: + "@girs/gstriff-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstrtp-1.0@workspace:tests/gstrtp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstrtp-1.0@workspace:tests/gstrtp-1.0" + dependencies: + "@girs/gstrtp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstrtsp-1.0@workspace:tests/gstrtsp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstrtsp-1.0@workspace:tests/gstrtsp-1.0" + dependencies: + "@girs/gstrtsp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstrtspserver-1.0@workspace:tests/gstrtspserver-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstrtspserver-1.0@workspace:tests/gstrtspserver-1.0" + dependencies: + "@girs/gstrtspserver-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstsdp-1.0@workspace:tests/gstsdp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstsdp-1.0@workspace:tests/gstsdp-1.0" + dependencies: + "@girs/gstsdp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsttag-0.10@workspace:tests/gsttag-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gsttag-0.10@workspace:tests/gsttag-0.10" + dependencies: + "@girs/gsttag-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsttag-1.0@workspace:tests/gsttag-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gsttag-1.0@workspace:tests/gsttag-1.0" + dependencies: + "@girs/gsttag-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsttranscoder-1.0@workspace:tests/gsttranscoder-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gsttranscoder-1.0@workspace:tests/gsttranscoder-1.0" + dependencies: + "@girs/gsttranscoder-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstvideo-0.10@workspace:tests/gstvideo-0.10": + version: 0.0.0-use.local + resolution: "gir-test-gstvideo-0.10@workspace:tests/gstvideo-0.10" + dependencies: + "@girs/gstvideo-0.10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstvideo-1.0@workspace:tests/gstvideo-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstvideo-1.0@workspace:tests/gstvideo-1.0" + dependencies: + "@girs/gstvideo-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstvulkan-1.0@workspace:tests/gstvulkan-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstvulkan-1.0@workspace:tests/gstvulkan-1.0" + dependencies: + "@girs/gstvulkan-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gstwebrtc-1.0@workspace:tests/gstwebrtc-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gstwebrtc-1.0@workspace:tests/gstwebrtc-1.0" + dependencies: + "@girs/gstwebrtc-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gsystem-1.0@workspace:tests/gsystem-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gsystem-1.0@workspace:tests/gsystem-1.0" + dependencies: + "@girs/gsystem-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtef-2@workspace:tests/gtef-2": + version: 0.0.0-use.local + resolution: "gir-test-gtef-2@workspace:tests/gtef-2" + dependencies: + "@girs/gtef-2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtk-2.0@workspace:tests/gtk-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gtk-2.0@workspace:tests/gtk-2.0" + dependencies: + "@girs/gtk-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtk-3.0@workspace:tests/gtk-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gtk-3.0@workspace:tests/gtk-3.0" + dependencies: + "@girs/gtk-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtk-4.0@workspace:tests/gtk-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gtk-4.0@workspace:tests/gtk-4.0" + dependencies: + "@girs/gtk-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtkchamplain-0.12@workspace:tests/gtkchamplain-0.12": + version: 0.0.0-use.local + resolution: "gir-test-gtkchamplain-0.12@workspace:tests/gtkchamplain-0.12" + dependencies: + "@girs/gtkchamplain-0.12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtkclutter-1.0@workspace:tests/gtkclutter-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gtkclutter-1.0@workspace:tests/gtkclutter-1.0" + dependencies: + "@girs/gtkclutter-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtksource-3.0@workspace:tests/gtksource-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gtksource-3.0@workspace:tests/gtksource-3.0" + dependencies: + "@girs/gtksource-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtksource-4@workspace:tests/gtksource-4": + version: 0.0.0-use.local + resolution: "gir-test-gtksource-4@workspace:tests/gtksource-4" + dependencies: + "@girs/gtksource-4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtksource-5@workspace:tests/gtksource-5": + version: 0.0.0-use.local + resolution: "gir-test-gtksource-5@workspace:tests/gtksource-5" + dependencies: + "@girs/gtksource-5": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtkvnc-2.0@workspace:tests/gtkvnc-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gtkvnc-2.0@workspace:tests/gtkvnc-2.0" + dependencies: + "@girs/gtkvnc-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gtop-2.0@workspace:tests/gtop-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gtop-2.0@workspace:tests/gtop-2.0" + dependencies: + "@girs/gtop-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gucharmap-2.90@workspace:tests/gucharmap-2.90": + version: 0.0.0-use.local + resolution: "gir-test-gucharmap-2.90@workspace:tests/gucharmap-2.90" + dependencies: + "@girs/gucharmap-2.90": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gudev-1.0@workspace:tests/gudev-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gudev-1.0@workspace:tests/gudev-1.0" + dependencies: + "@girs/gudev-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-guestfs-1.0@workspace:tests/guestfs-1.0": + version: 0.0.0-use.local + resolution: "gir-test-guestfs-1.0@workspace:tests/guestfs-1.0" + dependencies: + "@girs/guestfs-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnp-1.0@workspace:tests/gupnp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gupnp-1.0@workspace:tests/gupnp-1.0" + dependencies: + "@girs/gupnp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnp-1.2@workspace:tests/gupnp-1.2": + version: 0.0.0-use.local + resolution: "gir-test-gupnp-1.2@workspace:tests/gupnp-1.2" + dependencies: + "@girs/gupnp-1.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnp-1.6@workspace:tests/gupnp-1.6": + version: 0.0.0-use.local + resolution: "gir-test-gupnp-1.6@workspace:tests/gupnp-1.6" + dependencies: + "@girs/gupnp-1.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnpav-1.0@workspace:tests/gupnpav-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gupnpav-1.0@workspace:tests/gupnpav-1.0" + dependencies: + "@girs/gupnpav-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnpdlna-1.0@workspace:tests/gupnpdlna-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gupnpdlna-1.0@workspace:tests/gupnpdlna-1.0" + dependencies: + "@girs/gupnpdlna-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnpdlna-2.0@workspace:tests/gupnpdlna-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gupnpdlna-2.0@workspace:tests/gupnpdlna-2.0" + dependencies: + "@girs/gupnpdlna-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnpdlnagst-2.0@workspace:tests/gupnpdlnagst-2.0": + version: 0.0.0-use.local + resolution: "gir-test-gupnpdlnagst-2.0@workspace:tests/gupnpdlnagst-2.0" + dependencies: + "@girs/gupnpdlnagst-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gupnpigd-1.0@workspace:tests/gupnpigd-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gupnpigd-1.0@workspace:tests/gupnpigd-1.0" + dependencies: + "@girs/gupnpigd-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gusb-1.0@workspace:tests/gusb-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gusb-1.0@workspace:tests/gusb-1.0" + dependencies: + "@girs/gusb-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gvc-1.0@workspace:tests/gvc-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gvc-1.0@workspace:tests/gvc-1.0" + dependencies: + "@girs/gvc-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gvnc-1.0@workspace:tests/gvnc-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gvnc-1.0@workspace:tests/gvnc-1.0" + dependencies: + "@girs/gvnc-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gvncpulse-1.0@workspace:tests/gvncpulse-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gvncpulse-1.0@workspace:tests/gvncpulse-1.0" + dependencies: + "@girs/gvncpulse-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gweather-3.0@workspace:tests/gweather-3.0": + version: 0.0.0-use.local + resolution: "gir-test-gweather-3.0@workspace:tests/gweather-3.0" + dependencies: + "@girs/gweather-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gweather-4.0@workspace:tests/gweather-4.0": + version: 0.0.0-use.local + resolution: "gir-test-gweather-4.0@workspace:tests/gweather-4.0" + dependencies: + "@girs/gweather-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gxml-0.14@workspace:tests/gxml-0.14": + version: 0.0.0-use.local + resolution: "gir-test-gxml-0.14@workspace:tests/gxml-0.14" + dependencies: + "@girs/gxml-0.14": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gxml-0.16@workspace:tests/gxml-0.16": + version: 0.0.0-use.local + resolution: "gir-test-gxml-0.16@workspace:tests/gxml-0.16" + dependencies: + "@girs/gxml-0.16": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gxml-0.18@workspace:tests/gxml-0.18": + version: 0.0.0-use.local + resolution: "gir-test-gxml-0.18@workspace:tests/gxml-0.18" + dependencies: + "@girs/gxml-0.18": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gxml-0.20@workspace:tests/gxml-0.20": + version: 0.0.0-use.local + resolution: "gir-test-gxml-0.20@workspace:tests/gxml-0.20" + dependencies: + "@girs/gxml-0.20": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gxps-0.1@workspace:tests/gxps-0.1": + version: 0.0.0-use.local + resolution: "gir-test-gxps-0.1@workspace:tests/gxps-0.1" + dependencies: + "@girs/gxps-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-gxps-1.0@workspace:tests/gxps-1.0": + version: 0.0.0-use.local + resolution: "gir-test-gxps-1.0@workspace:tests/gxps-1.0" + dependencies: + "@girs/gxps-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-handy-0.0@workspace:tests/handy-0.0": + version: 0.0.0-use.local + resolution: "gir-test-handy-0.0@workspace:tests/handy-0.0" + dependencies: + "@girs/handy-0.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-handy-1@workspace:tests/handy-1": + version: 0.0.0-use.local + resolution: "gir-test-handy-1@workspace:tests/handy-1" + dependencies: + "@girs/handy-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-harfbuzz-0.0@workspace:tests/harfbuzz-0.0": + version: 0.0.0-use.local + resolution: "gir-test-harfbuzz-0.0@workspace:tests/harfbuzz-0.0" + dependencies: + "@girs/harfbuzz-0.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ianjuta-3.0@workspace:tests/ianjuta-3.0": + version: 0.0.0-use.local + resolution: "gir-test-ianjuta-3.0@workspace:tests/ianjuta-3.0" + dependencies: + "@girs/ianjuta-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ibus-1.0@workspace:tests/ibus-1.0": + version: 0.0.0-use.local + resolution: "gir-test-ibus-1.0@workspace:tests/ibus-1.0" + dependencies: + "@girs/ibus-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ical-3.0@workspace:tests/ical-3.0": + version: 0.0.0-use.local + resolution: "gir-test-ical-3.0@workspace:tests/ical-3.0" + dependencies: + "@girs/ical-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-icalglib-3.0@workspace:tests/icalglib-3.0": + version: 0.0.0-use.local + resolution: "gir-test-icalglib-3.0@workspace:tests/icalglib-3.0" + dependencies: + "@girs/icalglib-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ide-1.0@workspace:tests/ide-1.0": + version: 0.0.0-use.local + resolution: "gir-test-ide-1.0@workspace:tests/ide-1.0" + dependencies: + "@girs/ide-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-javascriptcore-4.0@workspace:tests/javascriptcore-4.0": + version: 0.0.0-use.local + resolution: "gir-test-javascriptcore-4.0@workspace:tests/javascriptcore-4.0" + dependencies: + "@girs/javascriptcore-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-javascriptcore-4.1@workspace:tests/javascriptcore-4.1": + version: 0.0.0-use.local + resolution: "gir-test-javascriptcore-4.1@workspace:tests/javascriptcore-4.1" + dependencies: + "@girs/javascriptcore-4.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-javascriptcore-5.0@workspace:tests/javascriptcore-5.0": + version: 0.0.0-use.local + resolution: "gir-test-javascriptcore-5.0@workspace:tests/javascriptcore-5.0" + dependencies: + "@girs/javascriptcore-5.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-javascriptcore-6.0@workspace:tests/javascriptcore-6.0": + version: 0.0.0-use.local + resolution: "gir-test-javascriptcore-6.0@workspace:tests/javascriptcore-6.0" + dependencies: + "@girs/javascriptcore-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-jscore-3.0@workspace:tests/jscore-3.0": + version: 0.0.0-use.local + resolution: "gir-test-jscore-3.0@workspace:tests/jscore-3.0" + dependencies: + "@girs/jscore-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-json-1.0@workspace:tests/json-1.0": + version: 0.0.0-use.local + resolution: "gir-test-json-1.0@workspace:tests/json-1.0" + dependencies: + "@girs/json-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-jsonrpc-1.0@workspace:tests/jsonrpc-1.0": + version: 0.0.0-use.local + resolution: "gir-test-jsonrpc-1.0@workspace:tests/jsonrpc-1.0" + dependencies: + "@girs/jsonrpc-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-libmsi-1.0@workspace:tests/libmsi-1.0": + version: 0.0.0-use.local + resolution: "gir-test-libmsi-1.0@workspace:tests/libmsi-1.0" + dependencies: + "@girs/libmsi-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-libosinfo-1.0@workspace:tests/libosinfo-1.0": + version: 0.0.0-use.local + resolution: "gir-test-libosinfo-1.0@workspace:tests/libosinfo-1.0" + dependencies: + "@girs/libosinfo-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-libvirtgconfig-1.0@workspace:tests/libvirtgconfig-1.0": + version: 0.0.0-use.local + resolution: "gir-test-libvirtgconfig-1.0@workspace:tests/libvirtgconfig-1.0" + dependencies: + "@girs/libvirtgconfig-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-libvirtglib-1.0@workspace:tests/libvirtglib-1.0": + version: 0.0.0-use.local + resolution: "gir-test-libvirtglib-1.0@workspace:tests/libvirtglib-1.0" + dependencies: + "@girs/libvirtglib-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-libvirtgobject-1.0@workspace:tests/libvirtgobject-1.0": + version: 0.0.0-use.local + resolution: "gir-test-libvirtgobject-1.0@workspace:tests/libvirtgobject-1.0" + dependencies: + "@girs/libvirtgobject-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-libxml2-2.0@workspace:tests/libxml2-2.0": + version: 0.0.0-use.local + resolution: "gir-test-libxml2-2.0@workspace:tests/libxml2-2.0" + dependencies: + "@girs/libxml2-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-manette-0.2@workspace:tests/manette-0.2": + version: 0.0.0-use.local + resolution: "gir-test-manette-0.2@workspace:tests/manette-0.2" + dependencies: + "@girs/manette-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mash-0.2@workspace:tests/mash-0.2": + version: 0.0.0-use.local + resolution: "gir-test-mash-0.2@workspace:tests/mash-0.2" + dependencies: + "@girs/mash-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mbim-1.0@workspace:tests/mbim-1.0": + version: 0.0.0-use.local + resolution: "gir-test-mbim-1.0@workspace:tests/mbim-1.0" + dependencies: + "@girs/mbim-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mediaart-1.0@workspace:tests/mediaart-1.0": + version: 0.0.0-use.local + resolution: "gir-test-mediaart-1.0@workspace:tests/mediaart-1.0" + dependencies: + "@girs/mediaart-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mediaart-2.0@workspace:tests/mediaart-2.0": + version: 0.0.0-use.local + resolution: "gir-test-mediaart-2.0@workspace:tests/mediaart-2.0" + dependencies: + "@girs/mediaart-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-meta-10@workspace:tests/meta-10": + version: 0.0.0-use.local + resolution: "gir-test-meta-10@workspace:tests/meta-10" + dependencies: + "@girs/meta-10": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-meta-11@workspace:tests/meta-11": + version: 0.0.0-use.local + resolution: "gir-test-meta-11@workspace:tests/meta-11" + dependencies: + "@girs/meta-11": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-meta-12@workspace:tests/meta-12": + version: 0.0.0-use.local + resolution: "gir-test-meta-12@workspace:tests/meta-12" + dependencies: + "@girs/meta-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-meta-13@workspace:tests/meta-13": + version: 0.0.0-use.local + resolution: "gir-test-meta-13@workspace:tests/meta-13" + dependencies: + "@girs/meta-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-metatest-12@workspace:tests/metatest-12": + version: 0.0.0-use.local + resolution: "gir-test-metatest-12@workspace:tests/metatest-12" + dependencies: + "@girs/metatest-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-metatest-13@workspace:tests/metatest-13": + version: 0.0.0-use.local + resolution: "gir-test-metatest-13@workspace:tests/metatest-13" + dependencies: + "@girs/metatest-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-modemmanager-1.0@workspace:tests/modemmanager-1.0": + version: 0.0.0-use.local + resolution: "gir-test-modemmanager-1.0@workspace:tests/modemmanager-1.0" + dependencies: + "@girs/modemmanager-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mtk-13@workspace:tests/mtk-13": + version: 0.0.0-use.local + resolution: "gir-test-mtk-13@workspace:tests/mtk-13" + dependencies: + "@girs/mtk-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mx-1.0@workspace:tests/mx-1.0": + version: 0.0.0-use.local + resolution: "gir-test-mx-1.0@workspace:tests/mx-1.0" + dependencies: + "@girs/mx-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mx-2.0@workspace:tests/mx-2.0": + version: 0.0.0-use.local + resolution: "gir-test-mx-2.0@workspace:tests/mx-2.0" + dependencies: + "@girs/mx-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-mxgtk-1.0@workspace:tests/mxgtk-1.0": + version: 0.0.0-use.local + resolution: "gir-test-mxgtk-1.0@workspace:tests/mxgtk-1.0" + dependencies: + "@girs/mxgtk-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-nautilus-3.0@workspace:tests/nautilus-3.0": + version: 0.0.0-use.local + resolution: "gir-test-nautilus-3.0@workspace:tests/nautilus-3.0" + dependencies: + "@girs/nautilus-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-networkmanager-1.0@workspace:tests/networkmanager-1.0": + version: 0.0.0-use.local + resolution: "gir-test-networkmanager-1.0@workspace:tests/networkmanager-1.0" + dependencies: + "@girs/networkmanager-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-nice-0.1@workspace:tests/nice-0.1": + version: 0.0.0-use.local + resolution: "gir-test-nice-0.1@workspace:tests/nice-0.1" + dependencies: + "@girs/nice-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-nm-1.0@workspace:tests/nm-1.0": + version: 0.0.0-use.local + resolution: "gir-test-nm-1.0@workspace:tests/nm-1.0" + dependencies: + "@girs/nm-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-nma-1.0@workspace:tests/nma-1.0": + version: 0.0.0-use.local + resolution: "gir-test-nma-1.0@workspace:tests/nma-1.0" + dependencies: + "@girs/nma-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-nmclient-1.0@workspace:tests/nmclient-1.0": + version: 0.0.0-use.local + resolution: "gir-test-nmclient-1.0@workspace:tests/nmclient-1.0" + dependencies: + "@girs/nmclient-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-nmgtk-1.0@workspace:tests/nmgtk-1.0": + version: 0.0.0-use.local + resolution: "gir-test-nmgtk-1.0@workspace:tests/nmgtk-1.0" + dependencies: + "@girs/nmgtk-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-notify-0.7@workspace:tests/notify-0.7": + version: 0.0.0-use.local + resolution: "gir-test-notify-0.7@workspace:tests/notify-0.7" + dependencies: + "@girs/notify-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-ostree-1.0@workspace:tests/ostree-1.0": + version: 0.0.0-use.local + resolution: "gir-test-ostree-1.0@workspace:tests/ostree-1.0" + dependencies: + "@girs/ostree-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-p11kit-1.0@workspace:tests/p11kit-1.0": + version: 0.0.0-use.local + resolution: "gir-test-p11kit-1.0@workspace:tests/p11kit-1.0" + dependencies: + "@girs/p11kit-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-packagekitglib-1.0@workspace:tests/packagekitglib-1.0": + version: 0.0.0-use.local + resolution: "gir-test-packagekitglib-1.0@workspace:tests/packagekitglib-1.0" + dependencies: + "@girs/packagekitglib-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-packagekitplugin-1.0@workspace:tests/packagekitplugin-1.0": + version: 0.0.0-use.local + resolution: "gir-test-packagekitplugin-1.0@workspace:tests/packagekitplugin-1.0" + dependencies: + "@girs/packagekitplugin-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-panelapplet-4.0@workspace:tests/panelapplet-4.0": + version: 0.0.0-use.local + resolution: "gir-test-panelapplet-4.0@workspace:tests/panelapplet-4.0" + dependencies: + "@girs/panelapplet-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pango-1.0@workspace:tests/pango-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pango-1.0@workspace:tests/pango-1.0" + dependencies: + "@girs/pango-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pangocairo-1.0@workspace:tests/pangocairo-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pangocairo-1.0@workspace:tests/pangocairo-1.0" + dependencies: + "@girs/pangocairo-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pangofc-1.0@workspace:tests/pangofc-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pangofc-1.0@workspace:tests/pangofc-1.0" + dependencies: + "@girs/pangofc-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pangoft2-1.0@workspace:tests/pangoft2-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pangoft2-1.0@workspace:tests/pangoft2-1.0" + dependencies: + "@girs/pangoft2-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pangoot-1.0@workspace:tests/pangoot-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pangoot-1.0@workspace:tests/pangoot-1.0" + dependencies: + "@girs/pangoot-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pangoxft-1.0@workspace:tests/pangoxft-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pangoxft-1.0@workspace:tests/pangoxft-1.0" + dependencies: + "@girs/pangoxft-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-parquet-1.0@workspace:tests/parquet-1.0": + version: 0.0.0-use.local + resolution: "gir-test-parquet-1.0@workspace:tests/parquet-1.0" + dependencies: + "@girs/parquet-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-peas-1.0@workspace:tests/peas-1.0": + version: 0.0.0-use.local + resolution: "gir-test-peas-1.0@workspace:tests/peas-1.0" + dependencies: + "@girs/peas-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-peas-2@workspace:tests/peas-2": + version: 0.0.0-use.local + resolution: "gir-test-peas-2@workspace:tests/peas-2" + dependencies: + "@girs/peas-2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-peasgtk-1.0@workspace:tests/peasgtk-1.0": + version: 0.0.0-use.local + resolution: "gir-test-peasgtk-1.0@workspace:tests/peasgtk-1.0" + dependencies: + "@girs/peasgtk-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-plasma-1.0@workspace:tests/plasma-1.0": + version: 0.0.0-use.local + resolution: "gir-test-plasma-1.0@workspace:tests/plasma-1.0" + dependencies: + "@girs/plasma-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-pnl-1.0@workspace:tests/pnl-1.0": + version: 0.0.0-use.local + resolution: "gir-test-pnl-1.0@workspace:tests/pnl-1.0" + dependencies: + "@girs/pnl-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-polkit-1.0@workspace:tests/polkit-1.0": + version: 0.0.0-use.local + resolution: "gir-test-polkit-1.0@workspace:tests/polkit-1.0" + dependencies: + "@girs/polkit-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-polkitagent-1.0@workspace:tests/polkitagent-1.0": + version: 0.0.0-use.local + resolution: "gir-test-polkitagent-1.0@workspace:tests/polkitagent-1.0" + dependencies: + "@girs/polkitagent-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-poppler-0.18@workspace:tests/poppler-0.18": + version: 0.0.0-use.local + resolution: "gir-test-poppler-0.18@workspace:tests/poppler-0.18" + dependencies: + "@girs/poppler-0.18": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-qmi-1.0@workspace:tests/qmi-1.0": + version: 0.0.0-use.local + resolution: "gir-test-qmi-1.0@workspace:tests/qmi-1.0" + dependencies: + "@girs/qmi-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-qrtr-1.0@workspace:tests/qrtr-1.0": + version: 0.0.0-use.local + resolution: "gir-test-qrtr-1.0@workspace:tests/qrtr-1.0" + dependencies: + "@girs/qrtr-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rest-0.7@workspace:tests/rest-0.7": + version: 0.0.0-use.local + resolution: "gir-test-rest-0.7@workspace:tests/rest-0.7" + dependencies: + "@girs/rest-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rest-1.0@workspace:tests/rest-1.0": + version: 0.0.0-use.local + resolution: "gir-test-rest-1.0@workspace:tests/rest-1.0" + dependencies: + "@girs/rest-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-restextras-0.7@workspace:tests/restextras-0.7": + version: 0.0.0-use.local + resolution: "gir-test-restextras-0.7@workspace:tests/restextras-0.7" + dependencies: + "@girs/restextras-0.7": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-restextras-1.0@workspace:tests/restextras-1.0": + version: 0.0.0-use.local + resolution: "gir-test-restextras-1.0@workspace:tests/restextras-1.0" + dependencies: + "@girs/restextras-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-retro-0.14@workspace:tests/retro-0.14": + version: 0.0.0-use.local + resolution: "gir-test-retro-0.14@workspace:tests/retro-0.14" + dependencies: + "@girs/retro-0.14": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-retro-1@workspace:tests/retro-1": + version: 0.0.0-use.local + resolution: "gir-test-retro-1@workspace:tests/retro-1" + dependencies: + "@girs/retro-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-retro-2@workspace:tests/retro-2": + version: 0.0.0-use.local + resolution: "gir-test-retro-2@workspace:tests/retro-2" + dependencies: + "@girs/retro-2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rsvg-2.0@workspace:tests/rsvg-2.0": + version: 0.0.0-use.local + resolution: "gir-test-rsvg-2.0@workspace:tests/rsvg-2.0" + dependencies: + "@girs/rsvg-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelcore-2.6@workspace:tests/rygelcore-2.6": + version: 0.0.0-use.local + resolution: "gir-test-rygelcore-2.6@workspace:tests/rygelcore-2.6" + dependencies: + "@girs/rygelcore-2.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelcore-2.8@workspace:tests/rygelcore-2.8": + version: 0.0.0-use.local + resolution: "gir-test-rygelcore-2.8@workspace:tests/rygelcore-2.8" + dependencies: + "@girs/rygelcore-2.8": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelrenderer-2.6@workspace:tests/rygelrenderer-2.6": + version: 0.0.0-use.local + resolution: "gir-test-rygelrenderer-2.6@workspace:tests/rygelrenderer-2.6" + dependencies: + "@girs/rygelrenderer-2.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelrenderer-2.8@workspace:tests/rygelrenderer-2.8": + version: 0.0.0-use.local + resolution: "gir-test-rygelrenderer-2.8@workspace:tests/rygelrenderer-2.8" + dependencies: + "@girs/rygelrenderer-2.8": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelrenderergst-2.6@workspace:tests/rygelrenderergst-2.6": + version: 0.0.0-use.local + resolution: "gir-test-rygelrenderergst-2.6@workspace:tests/rygelrenderergst-2.6" + dependencies: + "@girs/rygelrenderergst-2.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelrenderergst-2.8@workspace:tests/rygelrenderergst-2.8": + version: 0.0.0-use.local + resolution: "gir-test-rygelrenderergst-2.8@workspace:tests/rygelrenderergst-2.8" + dependencies: + "@girs/rygelrenderergst-2.8": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelserver-2.6@workspace:tests/rygelserver-2.6": + version: 0.0.0-use.local + resolution: "gir-test-rygelserver-2.6@workspace:tests/rygelserver-2.6" + dependencies: + "@girs/rygelserver-2.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-rygelserver-2.8@workspace:tests/rygelserver-2.8": + version: 0.0.0-use.local + resolution: "gir-test-rygelserver-2.8@workspace:tests/rygelserver-2.8" + dependencies: + "@girs/rygelserver-2.8": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-secret-1@workspace:tests/secret-1": + version: 0.0.0-use.local + resolution: "gir-test-secret-1@workspace:tests/secret-1" + dependencies: + "@girs/secret-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-secretunstable-0@workspace:tests/secretunstable-0": + version: 0.0.0-use.local + resolution: "gir-test-secretunstable-0@workspace:tests/secretunstable-0" + dependencies: + "@girs/secretunstable-0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-shell-0.1@workspace:tests/shell-0.1": + version: 0.0.0-use.local + resolution: "gir-test-shell-0.1@workspace:tests/shell-0.1" + dependencies: + "@girs/shell-0.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-shell-12@workspace:tests/shell-12": + version: 0.0.0-use.local + resolution: "gir-test-shell-12@workspace:tests/shell-12" + dependencies: + "@girs/shell-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-shell-13@workspace:tests/shell-13": + version: 0.0.0-use.local + resolution: "gir-test-shell-13@workspace:tests/shell-13" + dependencies: + "@girs/shell-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-shew-0@workspace:tests/shew-0": + version: 0.0.0-use.local + resolution: "gir-test-shew-0@workspace:tests/shew-0" + dependencies: + "@girs/shew-0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-shumate-1.0@workspace:tests/shumate-1.0": + version: 0.0.0-use.local + resolution: "gir-test-shumate-1.0@workspace:tests/shumate-1.0" + dependencies: + "@girs/shumate-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-signon-2.0@workspace:tests/signon-2.0": + version: 0.0.0-use.local + resolution: "gir-test-signon-2.0@workspace:tests/signon-2.0" + dependencies: + "@girs/signon-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-snapd-1@workspace:tests/snapd-1": + version: 0.0.0-use.local + resolution: "gir-test-snapd-1@workspace:tests/snapd-1" + dependencies: + "@girs/snapd-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-socialwebclient-0.25@workspace:tests/socialwebclient-0.25": + version: 0.0.0-use.local + resolution: "gir-test-socialwebclient-0.25@workspace:tests/socialwebclient-0.25" + dependencies: + "@girs/socialwebclient-0.25": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-soup-2.4@workspace:tests/soup-2.4": + version: 0.0.0-use.local + resolution: "gir-test-soup-2.4@workspace:tests/soup-2.4" + dependencies: + "@girs/soup-2.4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-soup-3.0@workspace:tests/soup-3.0": + version: 0.0.0-use.local + resolution: "gir-test-soup-3.0@workspace:tests/soup-3.0" + dependencies: + "@girs/soup-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-soupgnome-2.4@workspace:tests/soupgnome-2.4": + version: 0.0.0-use.local + resolution: "gir-test-soupgnome-2.4@workspace:tests/soupgnome-2.4" + dependencies: + "@girs/soupgnome-2.4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-spiceclientglib-2.0@workspace:tests/spiceclientglib-2.0": + version: 0.0.0-use.local + resolution: "gir-test-spiceclientglib-2.0@workspace:tests/spiceclientglib-2.0" + dependencies: + "@girs/spiceclientglib-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-spiceclientgtk-3.0@workspace:tests/spiceclientgtk-3.0": + version: 0.0.0-use.local + resolution: "gir-test-spiceclientgtk-3.0@workspace:tests/spiceclientgtk-3.0" + dependencies: + "@girs/spiceclientgtk-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-st-1.0@workspace:tests/st-1.0": + version: 0.0.0-use.local + resolution: "gir-test-st-1.0@workspace:tests/st-1.0" + dependencies: + "@girs/st-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-st-12@workspace:tests/st-12": + version: 0.0.0-use.local + resolution: "gir-test-st-12@workspace:tests/st-12" + dependencies: + "@girs/st-12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-st-13@workspace:tests/st-13": + version: 0.0.0-use.local + resolution: "gir-test-st-13@workspace:tests/st-13" + dependencies: + "@girs/st-13": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-sushi-1.0@workspace:tests/sushi-1.0": + version: 0.0.0-use.local + resolution: "gir-test-sushi-1.0@workspace:tests/sushi-1.0" + dependencies: + "@girs/sushi-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-telepathyfarstream-0.6@workspace:tests/telepathyfarstream-0.6": + version: 0.0.0-use.local + resolution: "gir-test-telepathyfarstream-0.6@workspace:tests/telepathyfarstream-0.6" + dependencies: + "@girs/telepathyfarstream-0.6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-telepathyglib-0.12@workspace:tests/telepathyglib-0.12": + version: 0.0.0-use.local + resolution: "gir-test-telepathyglib-0.12@workspace:tests/telepathyglib-0.12" + dependencies: + "@girs/telepathyglib-0.12": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-telepathylogger-0.2@workspace:tests/telepathylogger-0.2": + version: 0.0.0-use.local + resolution: "gir-test-telepathylogger-0.2@workspace:tests/telepathylogger-0.2" + dependencies: + "@girs/telepathylogger-0.2": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-template-1.0@workspace:tests/template-1.0": + version: 0.0.0-use.local + resolution: "gir-test-template-1.0@workspace:tests/template-1.0" + dependencies: + "@girs/template-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-tepl-4@workspace:tests/tepl-4": + version: 0.0.0-use.local + resolution: "gir-test-tepl-4@workspace:tests/tepl-4" + dependencies: + "@girs/tepl-4": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-tepl-5@workspace:tests/tepl-5": + version: 0.0.0-use.local + resolution: "gir-test-tepl-5@workspace:tests/tepl-5" + dependencies: + "@girs/tepl-5": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-tepl-6@workspace:tests/tepl-6": + version: 0.0.0-use.local + resolution: "gir-test-tepl-6@workspace:tests/tepl-6" + dependencies: + "@girs/tepl-6": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-timezonemap-1.0@workspace:tests/timezonemap-1.0": + version: 0.0.0-use.local + resolution: "gir-test-timezonemap-1.0@workspace:tests/timezonemap-1.0" + dependencies: + "@girs/timezonemap-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-totem-1.0@workspace:tests/totem-1.0": + version: 0.0.0-use.local + resolution: "gir-test-totem-1.0@workspace:tests/totem-1.0" + dependencies: + "@girs/totem-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-totemplparser-1.0@workspace:tests/totemplparser-1.0": + version: 0.0.0-use.local + resolution: "gir-test-totemplparser-1.0@workspace:tests/totemplparser-1.0" + dependencies: + "@girs/totemplparser-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-tracker-1.0@workspace:tests/tracker-1.0": + version: 0.0.0-use.local + resolution: "gir-test-tracker-1.0@workspace:tests/tracker-1.0" + dependencies: + "@girs/tracker-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-tracker-2.0@workspace:tests/tracker-2.0": + version: 0.0.0-use.local + resolution: "gir-test-tracker-2.0@workspace:tests/tracker-2.0" + dependencies: + "@girs/tracker-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-tracker-3.0@workspace:tests/tracker-3.0": + version: 0.0.0-use.local + resolution: "gir-test-tracker-3.0@workspace:tests/tracker-3.0" + dependencies: + "@girs/tracker-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-trackercontrol-1.0@workspace:tests/trackercontrol-1.0": + version: 0.0.0-use.local + resolution: "gir-test-trackercontrol-1.0@workspace:tests/trackercontrol-1.0" + dependencies: + "@girs/trackercontrol-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-trackercontrol-2.0@workspace:tests/trackercontrol-2.0": + version: 0.0.0-use.local + resolution: "gir-test-trackercontrol-2.0@workspace:tests/trackercontrol-2.0" + dependencies: + "@girs/trackercontrol-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-trackerminer-1.0@workspace:tests/trackerminer-1.0": + version: 0.0.0-use.local + resolution: "gir-test-trackerminer-1.0@workspace:tests/trackerminer-1.0" + dependencies: + "@girs/trackerminer-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-trackerminer-2.0@workspace:tests/trackerminer-2.0": + version: 0.0.0-use.local + resolution: "gir-test-trackerminer-2.0@workspace:tests/trackerminer-2.0" + dependencies: + "@girs/trackerminer-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-udisks-2.0@workspace:tests/udisks-2.0": + version: 0.0.0-use.local + resolution: "gir-test-udisks-2.0@workspace:tests/udisks-2.0" + dependencies: + "@girs/udisks-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-uhm-0.0@workspace:tests/uhm-0.0": + version: 0.0.0-use.local + resolution: "gir-test-uhm-0.0@workspace:tests/uhm-0.0" + dependencies: + "@girs/uhm-0.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-unique-3.0@workspace:tests/unique-3.0": + version: 0.0.0-use.local + resolution: "gir-test-unique-3.0@workspace:tests/unique-3.0" + dependencies: + "@girs/unique-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-unity-6.0@workspace:tests/unity-6.0": + version: 0.0.0-use.local + resolution: "gir-test-unity-6.0@workspace:tests/unity-6.0" + dependencies: + "@girs/unity-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-unity-7.0@workspace:tests/unity-7.0": + version: 0.0.0-use.local + resolution: "gir-test-unity-7.0@workspace:tests/unity-7.0" + dependencies: + "@girs/unity-7.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-unityextras-7.0@workspace:tests/unityextras-7.0": + version: 0.0.0-use.local + resolution: "gir-test-unityextras-7.0@workspace:tests/unityextras-7.0" + dependencies: + "@girs/unityextras-7.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-upowerglib-1.0@workspace:tests/upowerglib-1.0": + version: 0.0.0-use.local + resolution: "gir-test-upowerglib-1.0@workspace:tests/upowerglib-1.0" + dependencies: + "@girs/upowerglib-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vda-1@workspace:tests/vda-1": + version: 0.0.0-use.local + resolution: "gir-test-vda-1@workspace:tests/vda-1" + dependencies: + "@girs/vda-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vgda-1@workspace:tests/vgda-1": + version: 0.0.0-use.local + resolution: "gir-test-vgda-1@workspace:tests/vgda-1" + dependencies: + "@girs/vgda-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vgpg-1@workspace:tests/vgpg-1": + version: 0.0.0-use.local + resolution: "gir-test-vgpg-1@workspace:tests/vgpg-1" + dependencies: + "@girs/vgpg-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vgsl-1@workspace:tests/vgsl-1": + version: 0.0.0-use.local + resolution: "gir-test-vgsl-1@workspace:tests/vgsl-1" + dependencies: + "@girs/vgsl-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vips-8.0@workspace:tests/vips-8.0": + version: 0.0.0-use.local + resolution: "gir-test-vips-8.0@workspace:tests/vips-8.0" + dependencies: + "@girs/vips-8.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vpg-1@workspace:tests/vpg-1": + version: 0.0.0-use.local + resolution: "gir-test-vpg-1@workspace:tests/vpg-1" + dependencies: + "@girs/vpg-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vsqlite-1@workspace:tests/vsqlite-1": + version: 0.0.0-use.local + resolution: "gir-test-vsqlite-1@workspace:tests/vsqlite-1" + dependencies: + "@girs/vsqlite-1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vte-2.91@workspace:tests/vte-2.91": + version: 0.0.0-use.local + resolution: "gir-test-vte-2.91@workspace:tests/vte-2.91" + dependencies: + "@girs/vte-2.91": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vte-3.91@workspace:tests/vte-3.91": + version: 0.0.0-use.local + resolution: "gir-test-vte-3.91@workspace:tests/vte-3.91" + dependencies: + "@girs/vte-3.91": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vte-4-2.91@workspace:tests/vte-4-2.91": + version: 0.0.0-use.local + resolution: "gir-test-vte-4-2.91@workspace:tests/vte-4-2.91" + dependencies: + "@girs/vte-4-2.91": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-vulkan-1.0@workspace:tests/vulkan-1.0": + version: 0.0.0-use.local + resolution: "gir-test-vulkan-1.0@workspace:tests/vulkan-1.0" + dependencies: + "@girs/vulkan-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit-6.0@workspace:tests/webkit-6.0": + version: 0.0.0-use.local + resolution: "gir-test-webkit-6.0@workspace:tests/webkit-6.0" + dependencies: + "@girs/webkit-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit2-4.0@workspace:tests/webkit2-4.0": + version: 0.0.0-use.local + resolution: "gir-test-webkit2-4.0@workspace:tests/webkit2-4.0" + dependencies: + "@girs/webkit2-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit2-4.1@workspace:tests/webkit2-4.1": + version: 0.0.0-use.local + resolution: "gir-test-webkit2-4.1@workspace:tests/webkit2-4.1" + dependencies: + "@girs/webkit2-4.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit2-5.0@workspace:tests/webkit2-5.0": + version: 0.0.0-use.local + resolution: "gir-test-webkit2-5.0@workspace:tests/webkit2-5.0" + dependencies: + "@girs/webkit2-5.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit2webextension-4.0@workspace:tests/webkit2webextension-4.0": + version: 0.0.0-use.local + resolution: "gir-test-webkit2webextension-4.0@workspace:tests/webkit2webextension-4.0" + dependencies: + "@girs/webkit2webextension-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit2webextension-4.1@workspace:tests/webkit2webextension-4.1": + version: 0.0.0-use.local + resolution: "gir-test-webkit2webextension-4.1@workspace:tests/webkit2webextension-4.1" + dependencies: + "@girs/webkit2webextension-4.1": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkit2webextension-5.0@workspace:tests/webkit2webextension-5.0": + version: 0.0.0-use.local + resolution: "gir-test-webkit2webextension-5.0@workspace:tests/webkit2webextension-5.0" + dependencies: + "@girs/webkit2webextension-5.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkitwebextension-6.0@workspace:tests/webkitwebextension-6.0": + version: 0.0.0-use.local + resolution: "gir-test-webkitwebextension-6.0@workspace:tests/webkitwebextension-6.0" + dependencies: + "@girs/webkitwebextension-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-webkitwebprocessextension-6.0@workspace:tests/webkitwebprocessextension-6.0": + version: 0.0.0-use.local + resolution: "gir-test-webkitwebprocessextension-6.0@workspace:tests/webkitwebprocessextension-6.0" + dependencies: + "@girs/webkitwebprocessextension-6.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-win32-1.0@workspace:tests/win32-1.0": + version: 0.0.0-use.local + resolution: "gir-test-win32-1.0@workspace:tests/win32-1.0" + dependencies: + "@girs/win32-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-wnck-3.0@workspace:tests/wnck-3.0": + version: 0.0.0-use.local + resolution: "gir-test-wnck-3.0@workspace:tests/wnck-3.0" + dependencies: + "@girs/wnck-3.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xdp-1.0@workspace:tests/xdp-1.0": + version: 0.0.0-use.local + resolution: "gir-test-xdp-1.0@workspace:tests/xdp-1.0" + dependencies: + "@girs/xdp-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xdpgtk3-1.0@workspace:tests/xdpgtk3-1.0": + version: 0.0.0-use.local + resolution: "gir-test-xdpgtk3-1.0@workspace:tests/xdpgtk3-1.0" + dependencies: + "@girs/xdpgtk3-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xdpgtk4-1.0@workspace:tests/xdpgtk4-1.0": + version: 0.0.0-use.local + resolution: "gir-test-xdpgtk4-1.0@workspace:tests/xdpgtk4-1.0" + dependencies: + "@girs/xdpgtk4-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xfixes-4.0@workspace:tests/xfixes-4.0": + version: 0.0.0-use.local + resolution: "gir-test-xfixes-4.0@workspace:tests/xfixes-4.0" + dependencies: + "@girs/xfixes-4.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xft-2.0@workspace:tests/xft-2.0": + version: 0.0.0-use.local + resolution: "gir-test-xft-2.0@workspace:tests/xft-2.0" + dependencies: + "@girs/xft-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xkl-1.0@workspace:tests/xkl-1.0": + version: 0.0.0-use.local + resolution: "gir-test-xkl-1.0@workspace:tests/xkl-1.0" + dependencies: + "@girs/xkl-1.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xlib-2.0@workspace:tests/xlib-2.0": + version: 0.0.0-use.local + resolution: "gir-test-xlib-2.0@workspace:tests/xlib-2.0" + dependencies: + "@girs/xlib-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-xrandr-1.3@workspace:tests/xrandr-1.3": + version: 0.0.0-use.local + resolution: "gir-test-xrandr-1.3@workspace:tests/xrandr-1.3" + dependencies: + "@girs/xrandr-1.3": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-zeitgeist-2.0@workspace:tests/zeitgeist-2.0": + version: 0.0.0-use.local + resolution: "gir-test-zeitgeist-2.0@workspace:tests/zeitgeist-2.0" + dependencies: + "@girs/zeitgeist-2.0": "workspace:*" + languageName: unknown + linkType: soft + +"gir-test-zpj-0.0@workspace:tests/zpj-0.0": + version: 0.0.0-use.local + resolution: "gir-test-zpj-0.0@workspace:tests/zpj-0.0" + dependencies: + "@girs/zpj-0.0": "workspace:*" + languageName: unknown + linkType: soft + "root-workspace-0b6124@workspace:.": version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." @@ -13,7 +8607,7 @@ __metadata: languageName: unknown linkType: soft -"typescript@npm:^5.2.2": +"typescript@npm:*, typescript@npm:^5.2.2": version: 5.4.2 resolution: "typescript@npm:5.4.2" bin: @@ -23,7 +8617,7 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin": +"typescript@patch:typescript@npm%3A*#optional!builtin, typescript@patch:typescript@npm%3A^5.2.2#optional!builtin": version: 5.4.2 resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin::version=5.4.2&hash=d69c25" bin: