@ts-for-gir/lib 3.3.0 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/lib/constants.d.ts +8 -13
- package/lib/constants.js +79 -24
- package/lib/constants.js.map +1 -1
- package/lib/dependency-manager.d.ts +60 -16
- package/lib/dependency-manager.js +146 -56
- package/lib/dependency-manager.js.map +1 -1
- package/lib/formatters/default.d.ts +4 -0
- package/lib/formatters/default.js +7 -0
- package/lib/formatters/default.js.map +1 -0
- package/lib/formatters/formatter.d.ts +3 -0
- package/lib/formatters/formatter.js +3 -0
- package/lib/formatters/formatter.js.map +1 -0
- package/lib/formatters/json.d.ts +4 -0
- package/lib/formatters/json.js +7 -0
- package/lib/formatters/json.js.map +1 -0
- package/lib/generators/dts/glib.d.ts +2 -0
- package/lib/generators/dts/glib.js +514 -0
- package/lib/generators/dts/glib.js.map +1 -0
- package/lib/generators/dts/gobject.d.ts +2 -0
- package/lib/generators/dts/gobject.js +117 -0
- package/lib/generators/dts/gobject.js.map +1 -0
- package/lib/generators/dts-inline.d.ts +10 -0
- package/lib/generators/dts-inline.js +57 -0
- package/lib/generators/dts-inline.js.map +1 -0
- package/lib/generators/dts-modules.d.ts +10 -0
- package/lib/generators/dts-modules.js +98 -0
- package/lib/generators/dts-modules.js.map +1 -0
- package/lib/generators/dts.d.ts +45 -0
- package/lib/generators/dts.js +682 -0
- package/lib/generators/dts.js.map +1 -0
- package/lib/generators/generator.d.ts +45 -0
- package/lib/generators/generator.js +9 -0
- package/lib/generators/generator.js.map +1 -0
- package/lib/generators/index.d.ts +5 -0
- package/lib/generators/index.js +6 -0
- package/lib/generators/index.js.map +1 -0
- package/lib/generators/json.d.ts +258 -0
- package/lib/generators/json.js +867 -0
- package/lib/generators/json.js.map +1 -0
- package/lib/generics/clutter.d.ts +26 -0
- package/lib/generics/clutter.js +49 -0
- package/lib/generics/clutter.js.map +1 -0
- package/lib/generics/generify.d.ts +2 -0
- package/lib/generics/generify.js +39 -0
- package/lib/generics/generify.js.map +1 -0
- package/lib/generics/gio.d.ts +7 -0
- package/lib/generics/gio.js +51 -0
- package/lib/generics/gio.js.map +1 -0
- package/lib/generics/glib.d.ts +7 -0
- package/lib/generics/glib.js +18 -0
- package/lib/generics/glib.js.map +1 -0
- package/lib/generics/meta.d.ts +21 -0
- package/lib/generics/meta.js +26 -0
- package/lib/generics/meta.js.map +1 -0
- package/lib/generics/st.d.ts +16 -0
- package/lib/generics/st.js +92 -0
- package/lib/generics/st.js.map +1 -0
- package/lib/generics/visitor.d.ts +20 -0
- package/lib/generics/visitor.js +255 -0
- package/lib/generics/visitor.js.map +1 -0
- package/lib/gir/alias.d.ts +24 -0
- package/lib/gir/alias.js +43 -0
- package/lib/gir/alias.js.map +1 -0
- package/lib/gir/base.d.ts +62 -0
- package/lib/gir/base.js +95 -0
- package/lib/gir/base.js.map +1 -0
- package/lib/gir/class.d.ts +189 -0
- package/lib/gir/class.js +1131 -0
- package/lib/gir/class.js.map +1 -0
- package/lib/gir/const.d.ts +25 -0
- package/lib/gir/const.js +43 -0
- package/lib/gir/const.js.map +1 -0
- package/lib/gir/enum.d.ts +45 -0
- package/lib/gir/enum.js +164 -0
- package/lib/gir/enum.js.map +1 -0
- package/lib/gir/function.d.ts +199 -0
- package/lib/gir/function.js +683 -0
- package/lib/gir/function.js.map +1 -0
- package/lib/gir/generics.d.ts +5 -0
- package/lib/gir/generics.js +57 -0
- package/lib/gir/generics.js.map +1 -0
- package/lib/gir/namespace.d.ts +21 -0
- package/lib/gir/namespace.js +57 -0
- package/lib/gir/namespace.js.map +1 -0
- package/lib/gir/nodes.d.ts +11 -0
- package/lib/gir/nodes.js +12 -0
- package/lib/gir/nodes.js.map +1 -0
- package/lib/gir/property.d.ts +60 -0
- package/lib/gir/property.js +128 -0
- package/lib/gir/property.js.map +1 -0
- package/lib/gir/registry.d.ts +51 -0
- package/lib/gir/registry.js +144 -0
- package/lib/gir/registry.js.map +1 -0
- package/lib/gir/signal.d.ts +33 -0
- package/lib/gir/signal.js +165 -0
- package/lib/gir/signal.js.map +1 -0
- package/lib/gir/util.d.ts +49 -0
- package/lib/gir/util.js +559 -0
- package/lib/gir/util.js.map +1 -0
- package/lib/gir-module.d.ts +69 -241
- package/lib/gir-module.js +433 -2154
- package/lib/gir-module.js.map +1 -1
- package/lib/gir.d.ts +253 -0
- package/lib/gir.js +642 -0
- package/lib/gir.js.map +1 -0
- package/lib/index.d.ts +6 -6
- package/lib/index.js +8 -6
- package/lib/index.js.map +1 -1
- package/lib/injections/gee08.d.ts +7 -0
- package/lib/injections/gee08.js +68 -0
- package/lib/injections/gee08.js.map +1 -0
- package/lib/injections/gee1.d.ts +7 -0
- package/lib/injections/gee1.js +28 -0
- package/lib/injections/gee1.js.map +1 -0
- package/lib/injections/gio.d.ts +7 -0
- package/lib/injections/gio.js +431 -0
- package/lib/injections/gio.js.map +1 -0
- package/lib/injections/glib.d.ts +7 -0
- package/lib/injections/glib.js +204 -0
- package/lib/injections/glib.js.map +1 -0
- package/lib/injections/gobject.d.ts +7 -0
- package/lib/injections/gobject.js +479 -0
- package/lib/injections/gobject.js.map +1 -0
- package/lib/injections/inject.d.ts +4 -0
- package/lib/injections/inject.js +28 -0
- package/lib/injections/inject.js.map +1 -0
- package/lib/injections/tracker1.d.ts +7 -0
- package/lib/injections/tracker1.js +30 -0
- package/lib/injections/tracker1.js.map +1 -0
- package/lib/library-version.d.ts +2 -0
- package/lib/library-version.js +13 -0
- package/lib/library-version.js.map +1 -1
- package/lib/logger.d.ts +19 -19
- package/lib/logger.js +31 -34
- package/lib/logger.js.map +1 -1
- package/lib/messages.d.ts +1 -7
- package/lib/messages.js +1 -6
- package/lib/messages.js.map +1 -1
- package/lib/registry.d.ts +8 -0
- package/lib/registry.js +12 -0
- package/lib/registry.js.map +1 -0
- package/lib/transformation.d.ts +8 -19
- package/lib/transformation.js +40 -216
- package/lib/transformation.js.map +1 -1
- package/lib/types/dependency.d.ts +13 -1
- package/lib/types/format.d.ts +1 -0
- package/lib/types/format.js +2 -0
- package/lib/types/format.js.map +1 -0
- package/lib/types/gir-alias-element.d.ts +3 -12
- package/lib/types/gir-bitfield-element.d.ts +3 -14
- package/lib/types/gir-callable-param-element.d.ts +3 -31
- package/lib/types/gir-callable-params.d.ts +7 -0
- package/lib/types/gir-callable-params.js +2 -0
- package/lib/types/gir-callable-params.js.map +1 -0
- package/lib/types/gir-callable-return.d.ts +3 -20
- package/lib/types/gir-callback-element.d.ts +3 -12
- package/lib/types/gir-class-element.d.ts +3 -34
- package/lib/types/gir-constant-element.d.ts +3 -14
- package/lib/types/gir-constructor-element.d.ts +3 -5
- package/lib/types/gir-enum-element.d.ts +3 -16
- package/lib/types/gir-field-element.d.ts +3 -16
- package/lib/types/gir-function-element.d.ts +3 -5
- package/lib/types/gir-instance-parameter.d.ts +2 -17
- package/lib/types/gir-interface-element.d.ts +4 -19
- package/lib/types/gir-member-element.d.ts +4 -16
- package/lib/types/gir-method-element.d.ts +4 -10
- package/lib/types/gir-module-resolved-by.d.ts +5 -0
- package/lib/types/gir-namespace.d.ts +14 -17
- package/lib/types/gir-property-element.d.ts +3 -22
- package/lib/types/gir-record-element.d.ts +3 -23
- package/lib/types/gir-repository.d.ts +3 -14
- package/lib/types/gir-signal.d.ts +3 -18
- package/lib/types/gir-union-element.d.ts +3 -16
- package/lib/types/gir-virtual-method.d.ts +3 -7
- package/lib/types/index.d.ts +10 -56
- package/lib/types/index.js +10 -56
- package/lib/types/index.js.map +1 -1
- package/lib/types/metadata.d.ts +8 -0
- package/lib/types/metadata.js +2 -0
- package/lib/types/metadata.js.map +1 -0
- package/lib/types/options-base.d.ts +4 -0
- package/lib/types/options-base.js +2 -0
- package/lib/types/options-base.js.map +1 -0
- package/lib/types/options-generation.d.ts +44 -0
- package/lib/types/options-generation.js +2 -0
- package/lib/types/options-generation.js.map +1 -0
- package/lib/types/options-load.d.ts +5 -0
- package/lib/types/options-load.js +2 -0
- package/lib/types/options-load.js.map +1 -0
- package/lib/types/options-transform.d.ts +4 -0
- package/lib/types/options-transform.js +2 -0
- package/lib/types/options-transform.js.map +1 -0
- package/lib/types/output-format.d.ts +1 -0
- package/lib/types/output-format.js +2 -0
- package/lib/types/output-format.js.map +1 -0
- package/lib/types/parsed-gir.d.ts +3 -2
- package/lib/types/property-case.d.ts +1 -0
- package/lib/types/property-case.js +2 -0
- package/lib/types/property-case.js.map +1 -0
- package/lib/types/template-data.d.ts +2 -2
- package/lib/types/transformations.d.ts +1 -8
- package/lib/types/user-config.d.ts +20 -16
- package/lib/util.d.ts +20 -0
- package/lib/util.js +67 -0
- package/lib/util.js.map +1 -0
- package/lib/utils/files.d.ts +21 -0
- package/lib/utils/files.js +62 -0
- package/lib/utils/files.js.map +1 -0
- package/lib/utils/girs.d.ts +45 -0
- package/lib/utils/girs.js +101 -0
- package/lib/utils/girs.js.map +1 -0
- package/lib/utils/index.d.ts +6 -0
- package/lib/utils/index.js +7 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/numbers.d.ts +6 -0
- package/lib/utils/numbers.js +10 -0
- package/lib/utils/numbers.js.map +1 -0
- package/lib/utils/objects.d.ts +135 -0
- package/lib/utils/objects.js +122 -0
- package/lib/utils/objects.js.map +1 -0
- package/lib/utils/path.d.ts +1 -0
- package/lib/utils/path.js +7 -0
- package/lib/utils/path.js.map +1 -0
- package/lib/utils/strings.d.ts +74 -0
- package/lib/utils/strings.js +121 -0
- package/lib/utils/strings.js.map +1 -0
- package/lib/utils.d.ts +22 -44
- package/lib/utils.js +58 -69
- package/lib/utils.js.map +1 -1
- package/lib/validators/class.d.ts +7 -0
- package/lib/validators/class.js +217 -0
- package/lib/validators/class.js.map +1 -0
- package/lib/validators/interface.d.ts +5 -0
- package/lib/validators/interface.js +16 -0
- package/lib/validators/interface.js.map +1 -0
- package/lib/visitor.d.ts +35 -0
- package/lib/visitor.js +29 -0
- package/lib/visitor.js.map +1 -0
- package/package.json +20 -15
- package/lib/conflict-resolver.d.ts +0 -156
- package/lib/conflict-resolver.js +0 -1117
- package/lib/conflict-resolver.js.map +0 -1
- package/lib/gir-factory.d.ts +0 -52
- package/lib/gir-factory.js +0 -376
- package/lib/gir-factory.js.map +0 -1
- package/lib/gir-parser.d.ts +0 -2
- package/lib/gir-parser.js +0 -69
- package/lib/gir-parser.js.map +0 -1
- package/lib/injection/callbacks/gjs/Gio-2.0.d.ts +0 -2
- package/lib/injection/callbacks/gjs/Gio-2.0.js +0 -36
- package/lib/injection/callbacks/gjs/Gio-2.0.js.map +0 -1
- package/lib/injection/callbacks/gjs/index.d.ts +0 -2
- package/lib/injection/callbacks/gjs/index.js +0 -3
- package/lib/injection/callbacks/gjs/index.js.map +0 -1
- package/lib/injection/callbacks/index.d.ts +0 -4
- package/lib/injection/callbacks/index.js +0 -4
- package/lib/injection/callbacks/index.js.map +0 -1
- package/lib/injection/callbacks/node-gtk/index.d.ts +0 -2
- package/lib/injection/callbacks/node-gtk/index.js +0 -2
- package/lib/injection/callbacks/node-gtk/index.js.map +0 -1
- package/lib/injection/classes/gjs/gio-2.0.d.ts +0 -5
- package/lib/injection/classes/gjs/gio-2.0.js +0 -254
- package/lib/injection/classes/gjs/gio-2.0.js.map +0 -1
- package/lib/injection/classes/gjs/glib-2.0.d.ts +0 -2
- package/lib/injection/classes/gjs/glib-2.0.js +0 -225
- package/lib/injection/classes/gjs/glib-2.0.js.map +0 -1
- package/lib/injection/classes/gjs/gobject-2.0.d.ts +0 -2
- package/lib/injection/classes/gjs/gobject-2.0.js +0 -634
- package/lib/injection/classes/gjs/gobject-2.0.js.map +0 -1
- package/lib/injection/classes/gjs/index.d.ts +0 -2
- package/lib/injection/classes/gjs/index.js +0 -5
- package/lib/injection/classes/gjs/index.js.map +0 -1
- package/lib/injection/classes/glib-2.0.d.ts +0 -2
- package/lib/injection/classes/glib-2.0.js +0 -35
- package/lib/injection/classes/glib-2.0.js.map +0 -1
- package/lib/injection/classes/index.d.ts +0 -4
- package/lib/injection/classes/index.js +0 -5
- package/lib/injection/classes/index.js.map +0 -1
- package/lib/injection/classes/node-gtk/gdk-4.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/gdk-4.0.js +0 -32
- package/lib/injection/classes/node-gtk/gdk-4.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/gio-2.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/gio-2.0.js +0 -14
- package/lib/injection/classes/node-gtk/gio-2.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/glib-2.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/glib-2.0.js +0 -19
- package/lib/injection/classes/node-gtk/glib-2.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/gobject-2.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/gobject-2.0.js +0 -66
- package/lib/injection/classes/node-gtk/gobject-2.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/graphene-1.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/graphene-1.0.js +0 -133
- package/lib/injection/classes/node-gtk/graphene-1.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/gtk-3.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/gtk-3.0.js +0 -31
- package/lib/injection/classes/node-gtk/gtk-3.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/gtk-4.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/gtk-4.0.js +0 -52
- package/lib/injection/classes/node-gtk/gtk-4.0.js.map +0 -1
- package/lib/injection/classes/node-gtk/index.d.ts +0 -2
- package/lib/injection/classes/node-gtk/index.js +0 -19
- package/lib/injection/classes/node-gtk/index.js.map +0 -1
- package/lib/injection/classes/node-gtk/pango-1.0.d.ts +0 -2
- package/lib/injection/classes/node-gtk/pango-1.0.js +0 -31
- package/lib/injection/classes/node-gtk/pango-1.0.js.map +0 -1
- package/lib/injection/index.d.ts +0 -3
- package/lib/injection/index.js +0 -4
- package/lib/injection/index.js.map +0 -1
- package/lib/injection/injector.d.ts +0 -17
- package/lib/injection/injector.js +0 -140
- package/lib/injection/injector.js.map +0 -1
- package/lib/symtable.d.ts +0 -24
- package/lib/symtable.js +0 -63
- package/lib/symtable.js.map +0 -1
- package/lib/types/build-type.d.ts +0 -1
- package/lib/types/build-type.js +0 -2
- package/lib/types/build-type.js.map +0 -1
- package/lib/types/conflict-child-element.d.ts +0 -10
- package/lib/types/conflict-child-element.js +0 -2
- package/lib/types/conflict-child-element.js.map +0 -1
- package/lib/types/conflict-grouped-element.d.ts +0 -6
- package/lib/types/conflict-grouped-element.js +0 -2
- package/lib/types/conflict-grouped-element.js.map +0 -1
- package/lib/types/conflict-grouped-elements.d.ts +0 -4
- package/lib/types/conflict-grouped-elements.js +0 -2
- package/lib/types/conflict-grouped-elements.js.map +0 -1
- package/lib/types/environment.d.ts +0 -1
- package/lib/types/environment.js +0 -2
- package/lib/types/environment.js.map +0 -1
- package/lib/types/generate-config.d.ts +0 -41
- package/lib/types/generate-config.js +0 -2
- package/lib/types/generate-config.js.map +0 -1
- package/lib/types/gir-any-type.d.ts +0 -5
- package/lib/types/gir-any-type.js +0 -2
- package/lib/types/gir-any-type.js.map +0 -1
- package/lib/types/gir-array-type.d.ts +0 -20
- package/lib/types/gir-array-type.js +0 -3
- package/lib/types/gir-array-type.js.map +0 -1
- package/lib/types/gir-boolean.d.ts +0 -1
- package/lib/types/gir-boolean.js +0 -2
- package/lib/types/gir-boolean.js.map +0 -1
- package/lib/types/gir-boxed-element.d.ts +0 -15
- package/lib/types/gir-boxed-element.js +0 -2
- package/lib/types/gir-boxed-element.js.map +0 -1
- package/lib/types/gir-c-include.d.ts +0 -7
- package/lib/types/gir-c-include.js +0 -2
- package/lib/types/gir-c-include.js.map +0 -1
- package/lib/types/gir-callable-attrs.d.ts +0 -15
- package/lib/types/gir-callable-attrs.js +0 -3
- package/lib/types/gir-callable-attrs.js.map +0 -1
- package/lib/types/gir-callable-param.d.ts +0 -7
- package/lib/types/gir-callable-param.js +0 -2
- package/lib/types/gir-callable-param.js.map +0 -1
- package/lib/types/gir-direction.d.ts +0 -7
- package/lib/types/gir-direction.js +0 -9
- package/lib/types/gir-direction.js.map +0 -1
- package/lib/types/gir-doc-element.d.ts +0 -68
- package/lib/types/gir-doc-element.js +0 -2
- package/lib/types/gir-doc-element.js.map +0 -1
- package/lib/types/gir-implements.d.ts +0 -8
- package/lib/types/gir-implements.js +0 -2
- package/lib/types/gir-implements.js.map +0 -1
- package/lib/types/gir-include.d.ts +0 -9
- package/lib/types/gir-include.js +0 -2
- package/lib/types/gir-include.js.map +0 -1
- package/lib/types/gir-info-attrs.d.ts +0 -13
- package/lib/types/gir-info-attrs.js +0 -2
- package/lib/types/gir-info-attrs.js.map +0 -1
- package/lib/types/gir-info-elements.d.ts +0 -5
- package/lib/types/gir-info-elements.js +0 -2
- package/lib/types/gir-info-elements.js.map +0 -1
- package/lib/types/gir-package.d.ts +0 -7
- package/lib/types/gir-package.js +0 -2
- package/lib/types/gir-package.js.map +0 -1
- package/lib/types/gir-prerequisite.d.ts +0 -5
- package/lib/types/gir-prerequisite.js +0 -2
- package/lib/types/gir-prerequisite.js.map +0 -1
- package/lib/types/gir-transfer-ownership-type.d.ts +0 -5
- package/lib/types/gir-transfer-ownership-type.js +0 -7
- package/lib/types/gir-transfer-ownership-type.js.map +0 -1
- package/lib/types/gir-transfer-ownership.d.ts +0 -9
- package/lib/types/gir-transfer-ownership.js +0 -2
- package/lib/types/gir-transfer-ownership.js.map +0 -1
- package/lib/types/gir-type.d.ts +0 -14
- package/lib/types/gir-type.js +0 -2
- package/lib/types/gir-type.js.map +0 -1
- package/lib/types/gir-var-args.d.ts +0 -5
- package/lib/types/gir-var-args.js +0 -2
- package/lib/types/gir-var-args.js.map +0 -1
- package/lib/types/injection-callback.d.ts +0 -16
- package/lib/types/injection-callback.js +0 -2
- package/lib/types/injection-callback.js.map +0 -1
- package/lib/types/injection-class.d.ts +0 -25
- package/lib/types/injection-class.js +0 -2
- package/lib/types/injection-class.js.map +0 -1
- package/lib/types/injection-function.d.ts +0 -7
- package/lib/types/injection-function.js +0 -2
- package/lib/types/injection-function.js.map +0 -1
- package/lib/types/injection-generic-parameter.d.ts +0 -2
- package/lib/types/injection-generic-parameter.js +0 -2
- package/lib/types/injection-generic-parameter.js.map +0 -1
- package/lib/types/injection-instance-parameter.d.ts +0 -2
- package/lib/types/injection-instance-parameter.js +0 -2
- package/lib/types/injection-instance-parameter.js.map +0 -1
- package/lib/types/injection-parameter.d.ts +0 -8
- package/lib/types/injection-parameter.js +0 -2
- package/lib/types/injection-parameter.js.map +0 -1
- package/lib/types/injection-property.d.ts +0 -4
- package/lib/types/injection-property.js +0 -2
- package/lib/types/injection-property.js.map +0 -1
- package/lib/types/injection-type.d.ts +0 -2
- package/lib/types/injection-type.js +0 -2
- package/lib/types/injection-type.js.map +0 -1
- package/lib/types/injection.d.ts +0 -5
- package/lib/types/injection.js +0 -2
- package/lib/types/injection.js.map +0 -1
- package/lib/types/module-type.d.ts +0 -1
- package/lib/types/module-type.js +0 -2
- package/lib/types/module-type.js.map +0 -1
- package/lib/types/promisify-func.d.ts +0 -7
- package/lib/types/promisify-func.js +0 -2
- package/lib/types/promisify-func.js.map +0 -1
- package/lib/types/sym-table-items.d.ts +0 -4
- package/lib/types/sym-table-items.js +0 -2
- package/lib/types/sym-table-items.js.map +0 -1
- package/lib/types/ts-alias.d.ts +0 -10
- package/lib/types/ts-alias.js +0 -2
- package/lib/types/ts-alias.js.map +0 -1
- package/lib/types/ts-callback-interface.d.ts +0 -10
- package/lib/types/ts-callback-interface.js +0 -2
- package/lib/types/ts-callback-interface.js.map +0 -1
- package/lib/types/ts-callback.d.ts +0 -17
- package/lib/types/ts-callback.js +0 -2
- package/lib/types/ts-callback.js.map +0 -1
- package/lib/types/ts-class.d.ts +0 -85
- package/lib/types/ts-class.js +0 -2
- package/lib/types/ts-class.js.map +0 -1
- package/lib/types/ts-enum.d.ts +0 -12
- package/lib/types/ts-enum.js +0 -2
- package/lib/types/ts-enum.js.map +0 -1
- package/lib/types/ts-function.d.ts +0 -55
- package/lib/types/ts-function.js +0 -2
- package/lib/types/ts-function.js.map +0 -1
- package/lib/types/ts-generic-parameter.d.ts +0 -8
- package/lib/types/ts-generic-parameter.js +0 -2
- package/lib/types/ts-generic-parameter.js.map +0 -1
- package/lib/types/ts-instance-parameter.d.ts +0 -4
- package/lib/types/ts-instance-parameter.js +0 -2
- package/lib/types/ts-instance-parameter.js.map +0 -1
- package/lib/types/ts-member.d.ts +0 -10
- package/lib/types/ts-member.js +0 -2
- package/lib/types/ts-member.js.map +0 -1
- package/lib/types/ts-method.d.ts +0 -5
- package/lib/types/ts-method.js +0 -2
- package/lib/types/ts-method.js.map +0 -1
- package/lib/types/ts-parameter.d.ts +0 -15
- package/lib/types/ts-parameter.js +0 -2
- package/lib/types/ts-parameter.js.map +0 -1
- package/lib/types/ts-property.d.ts +0 -17
- package/lib/types/ts-property.js +0 -2
- package/lib/types/ts-property.js.map +0 -1
- package/lib/types/ts-signal.d.ts +0 -17
- package/lib/types/ts-signal.js +0 -2
- package/lib/types/ts-signal.js.map +0 -1
- package/lib/types/ts-type-name.d.ts +0 -1
- package/lib/types/ts-type-name.js +0 -2
- package/lib/types/ts-type-name.js.map +0 -1
- package/lib/types/ts-type-separator.d.ts +0 -1
- package/lib/types/ts-type-separator.js +0 -2
- package/lib/types/ts-type-separator.js.map +0 -1
- package/lib/types/ts-type.d.ts +0 -26
- package/lib/types/ts-type.js +0 -2
- package/lib/types/ts-type.js.map +0 -1
- package/lib/types/ts-var.d.ts +0 -17
- package/lib/types/ts-var.js +0 -2
- package/lib/types/ts-var.js.map +0 -1
|
@@ -1,19 +1,6 @@
|
|
|
1
|
-
import type { GirFunctionElement, GirMemberElement,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & {
|
|
5
|
-
/** name of the enumeration */
|
|
6
|
-
name: string;
|
|
7
|
-
/** corresponding C type of the enumeration type */
|
|
8
|
-
'c:type': string;
|
|
9
|
-
/** GObject compatible type name */
|
|
10
|
-
'glib:type-name'?: string;
|
|
11
|
-
/** function to retrieve the GObject compatible type of the element */
|
|
12
|
-
'glib:get-type'?: string;
|
|
13
|
-
/** Error domain of this enumeration in a stringified form */
|
|
14
|
-
'glib:error-domain'?: string;
|
|
15
|
-
};
|
|
1
|
+
import type { GirFunctionElement, GirMemberElement, PartOfModule } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirEnumElement extends PartOfModule, parser.GirEnumElement {
|
|
16
4
|
member?: GirMemberElement[];
|
|
17
5
|
function?: GirFunctionElement[];
|
|
18
|
-
_tsData?: TsEnum;
|
|
19
6
|
}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & {
|
|
5
|
-
/** name of the field */
|
|
6
|
-
name: string;
|
|
7
|
-
/** Binary attribute, true if the field is writeable */
|
|
8
|
-
writable?: GirBoolean;
|
|
9
|
-
/** Binary attribute, true if the field is readable */
|
|
10
|
-
readable?: GirBoolean;
|
|
11
|
-
/** Binary attribute, true if the field is private to the structure or has public ("0") visibility */
|
|
12
|
-
private?: GirBoolean;
|
|
13
|
-
/** number of bits of the field */
|
|
14
|
-
bits?: GirUnparsedNumber; /** integer */
|
|
15
|
-
};
|
|
1
|
+
import { GirCallbackElement, PartOfClass } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirFieldElement extends PartOfClass, parser.GirFieldElement {
|
|
16
4
|
callback?: GirCallbackElement[];
|
|
17
|
-
_tsData?: TsVar;
|
|
18
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & GirCallableAttrs;
|
|
1
|
+
import type { GirCallableParams, GirCallableReturn, PartOfClass } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirFunctionElement extends PartOfClass, parser.GirFunctionElement {
|
|
5
4
|
parameters?: [GirCallableParams];
|
|
6
5
|
'return-value'?: GirCallableReturn[];
|
|
7
|
-
_tsData?: TsMethod;
|
|
8
6
|
}
|
|
@@ -1,23 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as parser from '@gi.ts/parser';
|
|
2
2
|
/**
|
|
3
3
|
* instance-parameter is a parameter of a C function which is an instance of an existing object.
|
|
4
4
|
* So the callable is surely a method of a class, and this parameter points to the instance of the object.
|
|
5
5
|
* In C++, this would be equivalent to the pointer this which is not passed to the method, in Python it's equivalent to self.
|
|
6
6
|
**/
|
|
7
|
-
export interface GirInstanceParameter extends
|
|
8
|
-
$: Partial<{
|
|
9
|
-
/** name of the instance-parameter */ name: string;
|
|
10
|
-
/** Binary attribute, true if the parameter can have a null value */
|
|
11
|
-
nullable?: GirBoolean;
|
|
12
|
-
/** @deprecated Replaced by nullable and optional */
|
|
13
|
-
'allow-none'?: GirBoolean;
|
|
14
|
-
/** @deprecated Replaced by {@link allow-none} */
|
|
15
|
-
'null-ok'?: GirBoolean;
|
|
16
|
-
/** direction of the parameter. "in" goes into the callable, "out" for output parameters from the callable (reference in C++, var in Pascal, etc...), "inout" for both (like a pre-allocated structure which will be filled-in by the callable) */
|
|
17
|
-
direction?: GirDirection;
|
|
18
|
-
/** Binary attribute, true if the caller should allocate the parameter before calling the callable */
|
|
19
|
-
'caller-allocates'?: GirBoolean;
|
|
20
|
-
}> & Partial<GirTransferOwnership>;
|
|
21
|
-
type?: GirType[];
|
|
22
|
-
_tsData?: TsInstanceParameter;
|
|
7
|
+
export interface GirInstanceParameter extends parser.GirInstanceParameter {
|
|
23
8
|
}
|
|
@@ -1,24 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: {
|
|
5
|
-
/** name of the interface */
|
|
6
|
-
name: string;
|
|
7
|
-
/** Type name compatible with the GObject type system */
|
|
8
|
-
'glib:type-name': string;
|
|
9
|
-
/** Function to get the GObject compatible type of the interface */
|
|
10
|
-
'glib:get-type': string;
|
|
11
|
-
/** prefix to filter out from C functions. For example, gtk_window_new will lose gtk_ */
|
|
12
|
-
'c:symbol-prefix'?: string;
|
|
13
|
-
/** Corresponding C type */
|
|
14
|
-
'c:type'?: string;
|
|
15
|
-
/** GObject compatible C structure defining the Interface */
|
|
16
|
-
'glib:type-struct'?: string;
|
|
17
|
-
};
|
|
1
|
+
import { GirCallbackElement, GirConstantElement, GirConstructorElement, GirFieldElement, GirFunctionElement, GirImplements, GirMethodElement, GirPrerequisite, GirPropertyElement, GirSignalElement, GirVirtualMethodElement, PartOfModule } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirInterfaceElement extends PartOfModule, parser.GirInterfaceElement {
|
|
18
4
|
prerequisite?: GirPrerequisite[];
|
|
19
5
|
implements?: GirImplements[];
|
|
20
6
|
function?: GirFunctionElement[];
|
|
21
|
-
|
|
7
|
+
constructor?: GirConstructorElement[];
|
|
22
8
|
method?: GirMethodElement[];
|
|
23
9
|
'virtual-method'?: GirVirtualMethodElement[];
|
|
24
10
|
field?: GirFieldElement[];
|
|
@@ -27,5 +13,4 @@ export interface GirInterfaceElement extends PartOfModule, GirInfoElements {
|
|
|
27
13
|
'glib:signal'?: GirSignalElement[];
|
|
28
14
|
callback?: GirCallbackElement[];
|
|
29
15
|
constant?: GirConstantElement[];
|
|
30
|
-
_tsData?: TsClass;
|
|
31
16
|
}
|
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/** name of the member */
|
|
6
|
-
name: string;
|
|
7
|
-
/** value of the member */
|
|
8
|
-
value: string;
|
|
9
|
-
/** corresponding C type of the member */
|
|
10
|
-
'c:identifier': string;
|
|
11
|
-
/** short nickname of the member (from GEnumValue/GFlagsValue) */
|
|
12
|
-
'glib:nick'?: string;
|
|
13
|
-
/** name of the member (from GEnumValue/GFlagsValue) */
|
|
14
|
-
'glib:name'?: string;
|
|
15
|
-
};
|
|
16
|
-
_tsData?: TsMember;
|
|
1
|
+
import { GirCallableParams } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirMemberElement extends parser.GirMemberElement {
|
|
4
|
+
parameters: [GirCallableParams];
|
|
17
5
|
}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/** The GObject property that is set by this method */
|
|
6
|
-
'glib:set-property': string;
|
|
7
|
-
/** The GObject property that is retrieved by this method */
|
|
8
|
-
'glib:get-property': string;
|
|
9
|
-
};
|
|
1
|
+
import { GirCallableParams } from './gir-callable-params.js';
|
|
2
|
+
import { PartOfClass, GirCallableReturn } from './index.js';
|
|
3
|
+
import * as parser from '@gi.ts/parser';
|
|
4
|
+
export interface GirMethodElement extends PartOfClass, parser.GirMethodElement {
|
|
10
5
|
parameters?: [GirCallableParams];
|
|
11
6
|
'return-value'?: GirCallableReturn[];
|
|
12
|
-
_tsData?: TsMethod;
|
|
13
7
|
}
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/** Path to the shared library implementing the namespace. It can be a comma-separated list, with relative path only */
|
|
16
|
-
'shared-library'?: string;
|
|
17
|
-
};
|
|
1
|
+
import * as parser from '@gi.ts/parser';
|
|
2
|
+
import { GirBoxedElement } from '@gi.ts/parser';
|
|
3
|
+
import { GirAliasElement } from './gir-alias-element';
|
|
4
|
+
import { GirBitfieldElement } from './gir-bitfield-element';
|
|
5
|
+
import { GirCallbackElement } from './gir-callback-element';
|
|
6
|
+
import { GirClassElement } from './gir-class-element';
|
|
7
|
+
import { GirFunctionElement } from './gir-function-element';
|
|
8
|
+
import { GirRecordElement } from './gir-record-element';
|
|
9
|
+
import { GirUnionElement } from './gir-union-element';
|
|
10
|
+
import { GirConstantElement } from './gir-constant-element';
|
|
11
|
+
import { GirAnnotation } from './gir-annotation';
|
|
12
|
+
import { GirInterfaceElement } from './gir-interface-element';
|
|
13
|
+
import { GirEnumElement } from './gir-enum-element';
|
|
14
|
+
export interface GirNamespace extends parser.GirNamespace {
|
|
18
15
|
alias?: GirAliasElement[];
|
|
19
16
|
class?: GirClassElement[];
|
|
20
17
|
interface?: GirInterfaceElement[];
|
|
@@ -1,23 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & {
|
|
5
|
-
/** name of the property */
|
|
6
|
-
name: string;
|
|
7
|
-
/** Binary attribute, true if the property is writeable, that is it has a setter function */
|
|
8
|
-
writable?: GirBoolean;
|
|
9
|
-
/** Binary attribute, true if the property is readable, that is it has a getter function */
|
|
10
|
-
readable?: GirBoolean;
|
|
11
|
-
/** Binary attribute, true if the property will be set upon construction */
|
|
12
|
-
construct?: GirBoolean;
|
|
13
|
-
/** Binary attribute, true if the property can only be set upon construction */
|
|
14
|
-
'construct-only'?: GirBoolean;
|
|
15
|
-
/** The setter function for this property */
|
|
16
|
-
setter?: string;
|
|
17
|
-
/** The getter function for this property */
|
|
18
|
-
getter?: string;
|
|
19
|
-
/** The value of the property when it is not set */
|
|
20
|
-
'default-value'?: string;
|
|
21
|
-
} & Partial<GirTransferOwnership>;
|
|
22
|
-
_tsData?: TsProperty;
|
|
1
|
+
import { PartOfClass } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirPropertyElement extends PartOfClass, parser.GirPropertyElement {
|
|
23
4
|
}
|
|
@@ -1,30 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & {
|
|
5
|
-
/** name of the record */
|
|
6
|
-
name: string;
|
|
7
|
-
/** Corresponding C type of the record */
|
|
8
|
-
'c:type'?: string;
|
|
9
|
-
/** Binary attribute to tell if the record is disguised, i.e. whether the c:type is a typedef that doesn't look like a pointer, but is one internally */
|
|
10
|
-
/** Its second meaning is "private" and is set when any typedef struct is parsed which doesn't also include a full struct with fields (https://gitlab.gnome.org/GNOME/gobject-introspection/issues/101) */
|
|
11
|
-
disguised?: GirBoolean;
|
|
12
|
-
/** GObject compatible C type of the record */
|
|
13
|
-
'glib:type-name'?: string;
|
|
14
|
-
/** Function to get the GObject compatible type of the record */
|
|
15
|
-
'glib:get-type'?: string;
|
|
16
|
-
/** prefix to filter out from C functions. For example, gtk_window_new will lose gtk_ */
|
|
17
|
-
'c:symbol-prefix'?: string;
|
|
18
|
-
/** Binary attribute to tell if the record is foreign, that is it is not available in a g-i supported library */
|
|
19
|
-
foreign?: GirBoolean;
|
|
20
|
-
/** Name of the GObject compatible gtype this record represents. If }, this record will be hidden from generated public APIs. */
|
|
21
|
-
'glib:is-gtype-struct-for'?: string;
|
|
22
|
-
};
|
|
1
|
+
import { GirConstructorElement, GirFieldElement, GirFunctionElement, GirMethodElement, GirPropertyElement, GirUnionElement, PartOfModule } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirRecordElement extends PartOfModule, parser.GirRecordElement {
|
|
23
4
|
field?: GirFieldElement[];
|
|
24
5
|
function?: GirFunctionElement[];
|
|
25
6
|
union?: GirUnionElement[];
|
|
26
7
|
method?: GirMethodElement[];
|
|
27
8
|
constructor?: GirConstructorElement[];
|
|
28
9
|
property?: GirPropertyElement[];
|
|
29
|
-
_tsData?: TsClass;
|
|
30
10
|
}
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export interface GirRepository {
|
|
4
|
-
$: {
|
|
5
|
-
/** version number of the repository */
|
|
6
|
-
version?: string;
|
|
7
|
-
/** prefixes to filter out from C identifiers for data structures and types. For example, GtkWindow will be Window. If c:symbol-prefixes is not used, then this element is used for both */
|
|
8
|
-
'c:identifier-prefixes'?: string;
|
|
9
|
-
/** prefixes to filter out from C functions. For example, gtk_window_new will lose gtk_ */
|
|
10
|
-
'c:symbol-prefixes'?: string;
|
|
11
|
-
};
|
|
12
|
-
include?: GirInclude[];
|
|
13
|
-
'c:include': GirCInclude[];
|
|
14
|
-
package: GirPackage[];
|
|
1
|
+
import * as parser from '@gi.ts/parser';
|
|
2
|
+
import { GirNamespace } from './gir-namespace';
|
|
3
|
+
export interface GirRepository extends parser.GirRepository {
|
|
15
4
|
namespace?: GirNamespace[];
|
|
16
5
|
}
|
|
@@ -1,25 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & {
|
|
5
|
-
/** name of the signal */
|
|
6
|
-
name: string;
|
|
7
|
-
/** Binary attribute, true if the signal has a detailed parameter (https://docs.gtk.org/gobject/concepts.html#the-detail-argument and https://docs.gtk.org/gobject/flags.SignalFlags.html) */
|
|
8
|
-
detailed?: GirBoolean;
|
|
9
|
-
/** When to run the signal during the 5 steps of signal emission (https://docs.gtk.org/gobject/concepts.html#signal-emission and https://docs.gtk.org/gobject/flags.SignalFlags.html) */
|
|
10
|
-
when?: 'first' | 'last' | 'cleanup';
|
|
11
|
-
/** Binary attribute, true if the signal can be freely emitted on alive objects from user code (https://docs.gtk.org/gobject/flags.SignalFlags.html) */
|
|
12
|
-
action?: GirBoolean;
|
|
13
|
-
/** Binary attribute, true if no emission hooks are supported for this signal (https://docs.gtk.org/gobject/flags.SignalFlags.html) */
|
|
14
|
-
'no-hooks'?: GirBoolean;
|
|
15
|
-
/** Binary attribute, true if signals emitted for an object while currently being in emission for this very object will not be emitted recursively, but instead cause the first emission to be restarted (https://docs.gtk.org/gobject/flags.SignalFlags.html) */
|
|
16
|
-
'no-recurse'?: GirBoolean;
|
|
17
|
-
};
|
|
1
|
+
import { PartOfModule, GirClassElement, GirRecordElement, GirInterfaceElement, GirCallableParams, GirCallableReturn } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirSignalElement extends PartOfModule, parser.GirSignalElement {
|
|
18
4
|
parameters?: [GirCallableParams];
|
|
19
5
|
'return-value'?: GirCallableReturn[];
|
|
20
6
|
/**
|
|
21
7
|
* The class this function is defined in
|
|
22
8
|
*/
|
|
23
9
|
_class?: GirClassElement | GirRecordElement | GirInterfaceElement;
|
|
24
|
-
_tsData?: TsSignal;
|
|
25
10
|
}
|
|
@@ -1,22 +1,9 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$: GirInfoAttrs & {
|
|
5
|
-
/** name of the union */
|
|
6
|
-
name?: string;
|
|
7
|
-
/** C type defining the union */
|
|
8
|
-
'c:type'?: string;
|
|
9
|
-
/** prefix to filter out from C functions. For example, gtk_window_new will lose gtk_ */
|
|
10
|
-
'c:symbol-prefix'?: string;
|
|
11
|
-
/** GObject compatible type name */
|
|
12
|
-
'glib:type-name'?: string;
|
|
13
|
-
/** function to retrieve the GObject compatible type of the element */
|
|
14
|
-
'glib:get-type'?: string;
|
|
15
|
-
};
|
|
1
|
+
import type { GirConstructorElement, GirFieldElement, GirFunctionElement, GirMethodElement, GirRecordElement, PartOfModule } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirUnionElement extends PartOfModule, parser.GirUnionElement {
|
|
16
4
|
field?: GirFieldElement[];
|
|
17
5
|
constructor?: GirConstructorElement[];
|
|
18
6
|
method?: GirMethodElement[];
|
|
19
7
|
function?: GirFunctionElement[];
|
|
20
8
|
record?: GirRecordElement[];
|
|
21
|
-
_tsData?: TsClass;
|
|
22
9
|
}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
/** name of the callable called when invoking this virtual method */
|
|
5
|
-
invoker?: string;
|
|
6
|
-
};
|
|
1
|
+
import { GirCallableParams, GirCallableReturn, PartOfClass } from './index.js';
|
|
2
|
+
import * as parser from '@gi.ts/parser';
|
|
3
|
+
export interface GirVirtualMethodElement extends PartOfClass, parser.GirVirtualMethodElement {
|
|
7
4
|
parameters?: [GirCallableParams];
|
|
8
5
|
'return-value'?: GirCallableReturn[];
|
|
9
|
-
_tsData?: TsMethod;
|
|
10
6
|
}
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,79 +1,51 @@
|
|
|
1
1
|
export * from './answer-version.js';
|
|
2
|
-
export * from './build-type.js';
|
|
3
2
|
export * from './class-parent.js';
|
|
4
3
|
export * from './config-flags.js';
|
|
5
|
-
export * from './conflict-child-element.js';
|
|
6
|
-
export * from './conflict-grouped-element.js';
|
|
7
|
-
export * from './conflict-grouped-elements.js';
|
|
8
4
|
export * from './construct-name.js';
|
|
9
5
|
export * from './dependency-map.js';
|
|
10
6
|
export * from './dependency.js';
|
|
11
|
-
export * from './environment.js';
|
|
12
7
|
export * from './file-info.js';
|
|
13
|
-
export * from './generate-config.js';
|
|
14
8
|
export * from './gir-alias-element.js';
|
|
15
9
|
export * from './gir-annotation.js';
|
|
16
10
|
export * from './gir-any-element.js';
|
|
17
|
-
export
|
|
18
|
-
export * from './gir-array-type.js';
|
|
11
|
+
export { GirAnyType, GirArrayType, GirBoolean, GirBoxedElement, GirCInclude, GirCallableAttrs, GirDirection, GirDocElement, GirImplements, GirInclude, GirInfoAttrs, GirInfoElements, GirPackage, GirPrerequisite, GirTransferOwnership, GirTransferOwnershipType, GirType, GirVarArgs, } from '@gi.ts/parser';
|
|
19
12
|
export * from './gir-bitfield-element.js';
|
|
20
|
-
export * from './gir-boolean.js';
|
|
21
|
-
export * from './gir-boxed-element.js';
|
|
22
|
-
export * from './gir-c-include.js';
|
|
23
|
-
export * from './gir-callable-attrs.js';
|
|
24
13
|
export * from './gir-callable-param-element.js';
|
|
25
|
-
export * from './gir-callable-
|
|
14
|
+
export * from './gir-callable-params.js';
|
|
26
15
|
export * from './gir-callable-return.js';
|
|
27
16
|
export * from './gir-callback-element.js';
|
|
28
17
|
export * from './gir-class-element.js';
|
|
29
18
|
export * from './gir-constant-element.js';
|
|
30
19
|
export * from './gir-constructor-element.js';
|
|
31
|
-
export * from './gir-direction.js';
|
|
32
|
-
export * from './gir-doc-element.js';
|
|
33
20
|
export * from './gir-enum-element.js';
|
|
34
21
|
export * from './gir-field-element.js';
|
|
35
22
|
export * from './gir-function-element.js';
|
|
36
|
-
export * from './gir-implements.js';
|
|
37
|
-
export * from './gir-include.js';
|
|
38
|
-
export * from './gir-info-attrs.js';
|
|
39
|
-
export * from './gir-info-elements.js';
|
|
40
23
|
export * from './gir-instance-parameter.js';
|
|
41
24
|
export * from './gir-interface-element.js';
|
|
25
|
+
export * from './gir-namespace.js';
|
|
42
26
|
export * from './gir-member-element.js';
|
|
43
27
|
export * from './gir-method-element.js';
|
|
44
28
|
export * from './gir-module-resolved-by.js';
|
|
45
29
|
export * from './gir-modules-grouped-map.js';
|
|
46
30
|
export * from './gir-modules-grouped.js';
|
|
47
|
-
export * from './gir-namespace.js';
|
|
48
|
-
export * from './gir-package.js';
|
|
49
|
-
export * from './gir-prerequisite.js';
|
|
50
31
|
export * from './gir-property-element.js';
|
|
51
32
|
export * from './gir-record-element.js';
|
|
52
33
|
export * from './gir-repository.js';
|
|
53
34
|
export * from './gir-signal.js';
|
|
54
|
-
export * from './gir-transfer-ownership-type.js';
|
|
55
|
-
export * from './gir-transfer-ownership.js';
|
|
56
|
-
export * from './gir-type-name.js';
|
|
57
|
-
export * from './gir-type.js';
|
|
58
35
|
export * from './gir-union-element.js';
|
|
59
36
|
export * from './gir-unparsed-number.js';
|
|
60
|
-
export * from './gir-var-args.js';
|
|
61
37
|
export * from './gir-virtual-method.js';
|
|
62
38
|
export * from './inheritance-table.js';
|
|
63
|
-
export * from './injection-callback.js';
|
|
64
|
-
export * from './injection-class.js';
|
|
65
|
-
export * from './injection-function.js';
|
|
66
|
-
export * from './injection-generic-parameter.js';
|
|
67
|
-
export * from './injection-parameter.js';
|
|
68
|
-
export * from './injection-property.js';
|
|
69
|
-
export * from './injection-instance-parameter.js';
|
|
70
|
-
export * from './injection-type.js';
|
|
71
|
-
export * from './injection.js';
|
|
72
39
|
export * from './local-name-check.js';
|
|
73
40
|
export * from './local-name-type.js';
|
|
74
41
|
export * from './local-name.js';
|
|
75
42
|
export * from './local-names.js';
|
|
76
|
-
export * from './
|
|
43
|
+
export * from './metadata.js';
|
|
44
|
+
export * from './options-base.js';
|
|
45
|
+
export * from './options-generation.js';
|
|
46
|
+
export * from './options-load.js';
|
|
47
|
+
export * from './options-transform.js';
|
|
48
|
+
export * from './output-format.js';
|
|
77
49
|
export * from './package-data-parsed.js';
|
|
78
50
|
export * from './package-data.js';
|
|
79
51
|
export * from './package-section-parsed.js';
|
|
@@ -81,31 +53,13 @@ export * from './parsed-gir.js';
|
|
|
81
53
|
export * from './parsed-package-data.js';
|
|
82
54
|
export * from './part-of-class.js';
|
|
83
55
|
export * from './part-of-module.js';
|
|
84
|
-
export * from './
|
|
56
|
+
export * from './property-case.js';
|
|
85
57
|
export * from './resolve-type.js';
|
|
86
|
-
export * from './sym-table-items.js';
|
|
87
58
|
export * from './template-data.js';
|
|
88
59
|
export * from './transformation-case.js';
|
|
89
60
|
export * from './transformations.js';
|
|
90
|
-
export * from './ts-alias.js';
|
|
91
|
-
export * from './ts-callback.js';
|
|
92
|
-
export * from './ts-class.js';
|
|
93
61
|
export * from './ts-doc-tag.js';
|
|
94
62
|
export * from './ts-doc.js';
|
|
95
|
-
export * from './ts-callback-interface.js';
|
|
96
|
-
export * from './ts-enum.js';
|
|
97
|
-
export * from './ts-function.js';
|
|
98
|
-
export * from './ts-generic-parameter.js';
|
|
99
|
-
export * from './ts-instance-parameter.js';
|
|
100
|
-
export * from './ts-member.js';
|
|
101
|
-
export * from './ts-method.js';
|
|
102
|
-
export * from './ts-parameter.js';
|
|
103
|
-
export * from './ts-property.js';
|
|
104
|
-
export * from './ts-signal.js';
|
|
105
|
-
export * from './ts-type-name.js';
|
|
106
|
-
export * from './ts-type-separator.js';
|
|
107
|
-
export * from './ts-type.js';
|
|
108
|
-
export * from './ts-var.js';
|
|
109
63
|
export * from './type-gir-alias.js';
|
|
110
64
|
export * from './type-gir-class.js';
|
|
111
65
|
export * from './type-gir-element.js';
|
package/lib/types/index.js
CHANGED
|
@@ -1,79 +1,51 @@
|
|
|
1
1
|
export * from './answer-version.js';
|
|
2
|
-
export * from './build-type.js';
|
|
3
2
|
export * from './class-parent.js';
|
|
4
3
|
export * from './config-flags.js';
|
|
5
|
-
export * from './conflict-child-element.js';
|
|
6
|
-
export * from './conflict-grouped-element.js';
|
|
7
|
-
export * from './conflict-grouped-elements.js';
|
|
8
4
|
export * from './construct-name.js';
|
|
9
5
|
export * from './dependency-map.js';
|
|
10
6
|
export * from './dependency.js';
|
|
11
|
-
export * from './environment.js';
|
|
12
7
|
export * from './file-info.js';
|
|
13
|
-
export * from './generate-config.js';
|
|
14
8
|
export * from './gir-alias-element.js';
|
|
15
9
|
export * from './gir-annotation.js';
|
|
16
10
|
export * from './gir-any-element.js';
|
|
17
|
-
export
|
|
18
|
-
export * from './gir-array-type.js';
|
|
11
|
+
export { GirDirection, GirTransferOwnershipType, } from '@gi.ts/parser';
|
|
19
12
|
export * from './gir-bitfield-element.js';
|
|
20
|
-
export * from './gir-boolean.js';
|
|
21
|
-
export * from './gir-boxed-element.js';
|
|
22
|
-
export * from './gir-c-include.js';
|
|
23
|
-
export * from './gir-callable-attrs.js';
|
|
24
13
|
export * from './gir-callable-param-element.js';
|
|
25
|
-
export * from './gir-callable-
|
|
14
|
+
export * from './gir-callable-params.js';
|
|
26
15
|
export * from './gir-callable-return.js';
|
|
27
16
|
export * from './gir-callback-element.js';
|
|
28
17
|
export * from './gir-class-element.js';
|
|
29
18
|
export * from './gir-constant-element.js';
|
|
30
19
|
export * from './gir-constructor-element.js';
|
|
31
|
-
export * from './gir-direction.js';
|
|
32
|
-
export * from './gir-doc-element.js';
|
|
33
20
|
export * from './gir-enum-element.js';
|
|
34
21
|
export * from './gir-field-element.js';
|
|
35
22
|
export * from './gir-function-element.js';
|
|
36
|
-
export * from './gir-implements.js';
|
|
37
|
-
export * from './gir-include.js';
|
|
38
|
-
export * from './gir-info-attrs.js';
|
|
39
|
-
export * from './gir-info-elements.js';
|
|
40
23
|
export * from './gir-instance-parameter.js';
|
|
41
24
|
export * from './gir-interface-element.js';
|
|
25
|
+
export * from './gir-namespace.js';
|
|
42
26
|
export * from './gir-member-element.js';
|
|
43
27
|
export * from './gir-method-element.js';
|
|
44
28
|
export * from './gir-module-resolved-by.js';
|
|
45
29
|
export * from './gir-modules-grouped-map.js';
|
|
46
30
|
export * from './gir-modules-grouped.js';
|
|
47
|
-
export * from './gir-namespace.js';
|
|
48
|
-
export * from './gir-package.js';
|
|
49
|
-
export * from './gir-prerequisite.js';
|
|
50
31
|
export * from './gir-property-element.js';
|
|
51
32
|
export * from './gir-record-element.js';
|
|
52
33
|
export * from './gir-repository.js';
|
|
53
34
|
export * from './gir-signal.js';
|
|
54
|
-
export * from './gir-transfer-ownership-type.js';
|
|
55
|
-
export * from './gir-transfer-ownership.js';
|
|
56
|
-
export * from './gir-type-name.js';
|
|
57
|
-
export * from './gir-type.js';
|
|
58
35
|
export * from './gir-union-element.js';
|
|
59
36
|
export * from './gir-unparsed-number.js';
|
|
60
|
-
export * from './gir-var-args.js';
|
|
61
37
|
export * from './gir-virtual-method.js';
|
|
62
38
|
export * from './inheritance-table.js';
|
|
63
|
-
export * from './injection-callback.js';
|
|
64
|
-
export * from './injection-class.js';
|
|
65
|
-
export * from './injection-function.js';
|
|
66
|
-
export * from './injection-generic-parameter.js';
|
|
67
|
-
export * from './injection-parameter.js';
|
|
68
|
-
export * from './injection-property.js';
|
|
69
|
-
export * from './injection-instance-parameter.js';
|
|
70
|
-
export * from './injection-type.js';
|
|
71
|
-
export * from './injection.js';
|
|
72
39
|
export * from './local-name-check.js';
|
|
73
40
|
export * from './local-name-type.js';
|
|
74
41
|
export * from './local-name.js';
|
|
75
42
|
export * from './local-names.js';
|
|
76
|
-
export * from './
|
|
43
|
+
export * from './metadata.js';
|
|
44
|
+
export * from './options-base.js';
|
|
45
|
+
export * from './options-generation.js';
|
|
46
|
+
export * from './options-load.js';
|
|
47
|
+
export * from './options-transform.js';
|
|
48
|
+
export * from './output-format.js';
|
|
77
49
|
export * from './package-data-parsed.js';
|
|
78
50
|
export * from './package-data.js';
|
|
79
51
|
export * from './package-section-parsed.js';
|
|
@@ -81,31 +53,13 @@ export * from './parsed-gir.js';
|
|
|
81
53
|
export * from './parsed-package-data.js';
|
|
82
54
|
export * from './part-of-class.js';
|
|
83
55
|
export * from './part-of-module.js';
|
|
84
|
-
export * from './
|
|
56
|
+
export * from './property-case.js';
|
|
85
57
|
export * from './resolve-type.js';
|
|
86
|
-
export * from './sym-table-items.js';
|
|
87
58
|
export * from './template-data.js';
|
|
88
59
|
export * from './transformation-case.js';
|
|
89
60
|
export * from './transformations.js';
|
|
90
|
-
export * from './ts-alias.js';
|
|
91
|
-
export * from './ts-callback.js';
|
|
92
|
-
export * from './ts-class.js';
|
|
93
61
|
export * from './ts-doc-tag.js';
|
|
94
62
|
export * from './ts-doc.js';
|
|
95
|
-
export * from './ts-callback-interface.js';
|
|
96
|
-
export * from './ts-enum.js';
|
|
97
|
-
export * from './ts-function.js';
|
|
98
|
-
export * from './ts-generic-parameter.js';
|
|
99
|
-
export * from './ts-instance-parameter.js';
|
|
100
|
-
export * from './ts-member.js';
|
|
101
|
-
export * from './ts-method.js';
|
|
102
|
-
export * from './ts-parameter.js';
|
|
103
|
-
export * from './ts-property.js';
|
|
104
|
-
export * from './ts-signal.js';
|
|
105
|
-
export * from './ts-type-name.js';
|
|
106
|
-
export * from './ts-type-separator.js';
|
|
107
|
-
export * from './ts-type.js';
|
|
108
|
-
export * from './ts-var.js';
|
|
109
63
|
export * from './type-gir-alias.js';
|
|
110
64
|
export * from './type-gir-class.js';
|
|
111
65
|
export * from './type-gir-element.js';
|
package/lib/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,OAAO,EAOH,YAAY,EASZ,wBAAwB,GAG3B,MAAM,eAAe,CAAA;AACtB,cAAc,2BAA2B,CAAA;AAEzC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,0BAA0B,CAAA;AACxC,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,0BAA0B,CAAA;AACxC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA;AAClC,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,uBAAuB,CAAA;AACrC,cAAc,uBAAuB,CAAA;AACrC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,kBAAkB,CAAA"}
|