pareto 0.76.27 → 0.76.29
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/dist/bin/compile.js +34 -0
- package/dist/bin/test.js +28 -0
- package/dist/generated/implementation/generic/resolve.d.ts +41 -10
- package/dist/generated/implementation/generic/resolve.js +75 -50
- package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
- package/dist/generated/implementation/generic/unmarshall.js +237 -0
- package/dist/generated/implementation/schemas/module/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/module/marshall.js +67 -0
- package/dist/generated/implementation/schemas/module/resolve.d.ts +3 -4
- package/dist/generated/implementation/schemas/module/resolve.js +3 -3
- package/dist/generated/implementation/schemas/module/unmarshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/module/unmarshall.js +81 -0
- package/dist/generated/implementation/schemas/schema/{serializer.d.ts → marshall.d.ts} +3 -1
- package/dist/generated/implementation/schemas/schema/marshall.js +1118 -0
- package/dist/generated/implementation/schemas/schema/resolve.d.ts +37 -36
- package/dist/generated/implementation/schemas/schema/resolve.js +65 -26
- package/dist/generated/implementation/schemas/schema/unmarshall.d.ts +37 -0
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1043 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/{serializer.d.ts → marshall.d.ts} +2 -1
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +197 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +167 -0
- package/dist/generated/implementation/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/core/astn_source.d.ts +116 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/core/astn_target.d.ts +15 -15
- package/dist/generated/interface/core/resolve.d.ts +6 -6
- package/dist/generated/interface/core/resolved.d.ts +46 -46
- package/dist/generated/interface/core/unconstrained.d.ts +10 -10
- package/dist/generated/interface/core/unresolved.d.ts +84 -87
- package/dist/generated/interface/schemas/module/{resolve.d.ts → data_types/resolve.d.ts} +39 -39
- package/dist/generated/interface/schemas/{schema → module/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/module/{resolved.d.ts → data_types/resolved.d.ts} +7 -7
- package/dist/generated/interface/schemas/module/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +133 -0
- package/dist/generated/interface/schemas/{schema → module/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/module/{serializer.d.ts → marshall.d.ts} +20 -3
- package/dist/generated/interface/schemas/{schema/resolved.js → module/marshall.js} +1 -1
- package/dist/generated/interface/schemas/module/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/module/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +75 -0
- package/dist/generated/interface/schemas/module/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/module/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/module/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
- package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
- package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +368 -35
- package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
- package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
- package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/other/compile_astn.d.ts +3 -0
- package/dist/other/compile_astn.js +67 -0
- package/dist/other/fp_write_to_console.d.ts +5 -0
- package/dist/other/fp_write_to_console.js +38 -0
- package/dist/other/path.d.ts +3 -0
- package/dist/other/path.js +39 -0
- package/dist/other/serialize_schemas.d.ts +3 -0
- package/dist/other/serialize_schemas.js +67 -0
- package/dist/other/test.d.ts +1 -0
- package/dist/other/test.js +81 -0
- package/dist/other/unmarshall_astn_ast.d.ts +12 -0
- package/dist/other/unmarshall_astn_ast.js +422 -0
- package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
- package/dist/other/validate_instance_against_directory_schema.js +142 -0
- package/dist/resolvers/module.d.ts +3 -4
- package/dist/resolvers/module.js +14 -14
- package/dist/resolvers/schema.d.ts +24 -23
- package/dist/resolvers/schema.js +618 -586
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +8 -8
- package/dist/shorthands/schema.d.ts +53 -10
- package/dist/shorthands/schema.js +288 -244
- package/dist/temp_unmashall_result_types.d.ts +41 -23
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
- package/dist/temporary_schemas/all.d.ts +3 -0
- package/dist/temporary_schemas/all.js +44 -0
- package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/module.astn.js +8 -0
- package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
- package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
- package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
- package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
- package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
- package/dist/transformations/module/exupery_implementation.d.ts +4 -4
- package/dist/transformations/module/exupery_implementation.js +10 -8
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +36 -37
- package/dist/transformations/module/temp_typescript.d.ts +3 -0
- package/dist/transformations/module/temp_typescript.js +56 -0
- package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
- package/dist/transformations/schema/exupery_implementation/main.js +34 -19
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +14 -0
- package/dist/transformations/schema/exupery_implementation/marshall.js +149 -0
- package/dist/transformations/schema/{pareto_implementation/migration_boilerplate.d.ts → exupery_implementation/migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +113 -0
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +24 -0
- package/dist/transformations/schema/exupery_implementation/resolve.js +307 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
- package/dist/transformations/schema/exupery_interface/main.js +77 -51
- package/dist/transformations/schema/exupery_interface/{serializer.d.ts → marshall.d.ts} +2 -2
- package/dist/transformations/schema/exupery_interface/marshall.js +47 -0
- package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +46 -0
- package/dist/transformations/schema/{pareto_interface/resolver.d.ts → exupery_interface/resolve.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.js +115 -0
- package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
- package/dist/transformations/schema/exupery_interface/types.js +61 -61
- package/dist/transformations/schema/{pareto_interface/migration_boilerplate.d.ts → exupery_interface/unmarshall.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/unmarshall.js +49 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
- package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
- package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
- package/package.json +5 -5
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/module/serializer.js +0 -53
- package/dist/generated/implementation/schemas/schema/serializer.js +0 -964
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -167
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
- package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
- package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -90
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -5
- package/dist/transformations/module/pareto_implementation.d.ts +0 -4
- package/dist/transformations/module/pareto_implementation.js +0 -42
- package/dist/transformations/module/pareto_interface.d.ts +0 -5
- package/dist/transformations/module/pareto_interface.js +0 -150
- package/dist/transformations/schema/documentation.d.ts +0 -5
- package/dist/transformations/schema/documentation.js +0 -72
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
- package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
- package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
- package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
- package/dist/transformations/schema/graphviz.d.ts +0 -8
- package/dist/transformations/schema/graphviz.js +0 -103
- package/dist/transformations/schema/lionweb.d.ts +0 -14
- package/dist/transformations/schema/lionweb.js +0 -226
- package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_implementation/main.js +0 -63
- package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
- package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_interface/main.js +0 -79
- package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
- package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
- package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
- package/dist/transformations/schema/pareto_interface/types.js +0 -211
- package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
- package/dist/transformations/schema/railroad_diagram.js +0 -79
- package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
- package/dist/transformations/unmarshall/collect_errors.js +0 -185
- package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/transformations/unmarshall/post_parse_types.js +0 -3
- package/dist/unmarshall/collect_errors.d.ts +0 -38
- package/dist/unmarshall/collect_errors.js +0 -185
- package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/unmarshall/post_parse_types.js +0 -3
- /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
- /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/serializer.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/unmarshall.d.ts} +0 -0
|
@@ -0,0 +1,631 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Phrasing content": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
7
|
+
"text": schema_1.t.text_global("TBD"),
|
|
8
|
+
"element": schema_1.t.component_cyclic("Phrasing"),
|
|
9
|
+
}))),
|
|
10
|
+
"Flow content": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
11
|
+
"phrase": schema_1.t.component("Phrasing content"),
|
|
12
|
+
"flow": schema_1.t.component_cyclic("Flow"),
|
|
13
|
+
}))),
|
|
14
|
+
/*
|
|
15
|
+
Elements to do:
|
|
16
|
+
summary (details)
|
|
17
|
+
|
|
18
|
+
dl:
|
|
19
|
+
dd
|
|
20
|
+
dt
|
|
21
|
+
|
|
22
|
+
legend (fieldset)
|
|
23
|
+
|
|
24
|
+
li (list/menu)
|
|
25
|
+
|
|
26
|
+
media:
|
|
27
|
+
track
|
|
28
|
+
|
|
29
|
+
meta:
|
|
30
|
+
style
|
|
31
|
+
|
|
32
|
+
source (picture/mediaelement)
|
|
33
|
+
|
|
34
|
+
ruby:
|
|
35
|
+
rp
|
|
36
|
+
rt
|
|
37
|
+
|
|
38
|
+
select:
|
|
39
|
+
optgroup
|
|
40
|
+
option
|
|
41
|
+
|
|
42
|
+
table:
|
|
43
|
+
caption
|
|
44
|
+
col
|
|
45
|
+
colgroup
|
|
46
|
+
tbody
|
|
47
|
+
td
|
|
48
|
+
tfoot
|
|
49
|
+
th
|
|
50
|
+
thead
|
|
51
|
+
tr
|
|
52
|
+
*/
|
|
53
|
+
"Document": (0, schema_1.type)(schema_1.t.group({
|
|
54
|
+
"lang": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
55
|
+
"head": schema_1.t.group({
|
|
56
|
+
"title": schema_1.t.text_global("TBD")
|
|
57
|
+
}),
|
|
58
|
+
"body": schema_1.t.component("Flow content")
|
|
59
|
+
})),
|
|
60
|
+
"Edit": (0, schema_1.type)(schema_1.t.group({
|
|
61
|
+
"cite": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
62
|
+
"datetime": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
63
|
+
})),
|
|
64
|
+
"Embedded": (0, schema_1.type)(schema_1.t.state_group({
|
|
65
|
+
"audio": schema_1.t.group({
|
|
66
|
+
/*FIXME*/
|
|
67
|
+
// If the element has a src attribute: zero or more track elements, then transparent, but with no media element descendants.
|
|
68
|
+
// If the element does not have a src attribute: zero or more source elements, then zero or more track elements, then transparent, but with no media element descendants.
|
|
69
|
+
}),
|
|
70
|
+
"embed": schema_1.t.group({
|
|
71
|
+
/*FIXME*/
|
|
72
|
+
// src — Address of the resource
|
|
73
|
+
// type — Type of embedded resource
|
|
74
|
+
// width — Horizontal dimension
|
|
75
|
+
// height — Vertical dimension
|
|
76
|
+
// Any other attribute that has no namespace (see prose).
|
|
77
|
+
}),
|
|
78
|
+
"iframe": schema_1.t.group({
|
|
79
|
+
/*FIXME*/
|
|
80
|
+
// src — Address of the resource
|
|
81
|
+
// srcdoc — A document to render in the iframe
|
|
82
|
+
// name — Name of content navigable
|
|
83
|
+
// sandbox — Security rules for nested content
|
|
84
|
+
// allow — Permissions policy to be applied to the iframe's contents
|
|
85
|
+
// allowfullscreen — Whether to allow the iframe's contents to use requestFullscreen()
|
|
86
|
+
// width — Horizontal dimension
|
|
87
|
+
// height — Vertical dimension
|
|
88
|
+
// referrerpolicy — Referrer policy for fetches initiated by the element
|
|
89
|
+
// loading — Used when determining loading deferral
|
|
90
|
+
}),
|
|
91
|
+
"img": schema_1.t.group({
|
|
92
|
+
/*FIXME*/
|
|
93
|
+
// alt — Replacement text for use when images are not available
|
|
94
|
+
// src — Address of the resource
|
|
95
|
+
// srcset — Images to use in different situations, e.g., high-resolution displays, small monitors, etc.
|
|
96
|
+
// sizes — Image sizes for different page layouts
|
|
97
|
+
// crossorigin — How the element handles crossorigin requests
|
|
98
|
+
// usemap — Name of image map to use
|
|
99
|
+
// ismap — Whether the image is a server-side image map
|
|
100
|
+
// width — Horizontal dimension
|
|
101
|
+
// height — Vertical dimension
|
|
102
|
+
// referrerpolicy — Referrer policy for fetches initiated by the element
|
|
103
|
+
// decoding — Decoding hint to use when processing this image for presentation
|
|
104
|
+
// loading — Used when determining loading deferral
|
|
105
|
+
// fetchpriority — Sets the priority for fetches initiated by the element
|
|
106
|
+
}),
|
|
107
|
+
"object": schema_1.t.group({
|
|
108
|
+
/*FIXME*/
|
|
109
|
+
// data — Address of the resource
|
|
110
|
+
// type — Type of embedded resource
|
|
111
|
+
// name — Name of content navigable
|
|
112
|
+
// form — Associates the element with a form element
|
|
113
|
+
// width — Horizontal dimension
|
|
114
|
+
// height — Vertical dimension
|
|
115
|
+
"content": schema_1.t.component_cyclic("Embedded content")
|
|
116
|
+
}),
|
|
117
|
+
"video": schema_1.t.group({
|
|
118
|
+
/*FIXME*/
|
|
119
|
+
// src — Address of the resource
|
|
120
|
+
// crossorigin — How the element handles crossorigin requests
|
|
121
|
+
// poster — Poster frame to show prior to video playback
|
|
122
|
+
// preload — Hints how much buffering the media resource will likely need
|
|
123
|
+
// autoplay — Hint that the media resource can be started automatically when the page is loaded
|
|
124
|
+
// playsinline — Encourage the user agent to display video content within the element's playback area
|
|
125
|
+
// loop — Whether to loop the media resource
|
|
126
|
+
// muted — Whether to mute the media resource by default
|
|
127
|
+
// controls — Show user agent controls
|
|
128
|
+
// width — Horizontal dimension
|
|
129
|
+
// height — Vertical dimension
|
|
130
|
+
//Content:
|
|
131
|
+
//If the element has a src attribute: zero or more track elements, then transparent, but with no media element descendants.
|
|
132
|
+
//If the element does not have a src attribute: zero or more source elements, then zero or more track elements, then transparent, but with no media element descendants.
|
|
133
|
+
}),
|
|
134
|
+
"canvas": schema_1.t.group({
|
|
135
|
+
/*FIXME*/
|
|
136
|
+
// width — Horizontal dimension
|
|
137
|
+
// height — Vertical dimension
|
|
138
|
+
//content
|
|
139
|
+
//Transparent, but with no interactive content descendants except for a elements, img elements with usemap attributes, button elements, input elements whose type attribute are in the Checkbox or Radio Button states,
|
|
140
|
+
// input elements that are buttons, and select elements with a multiple attribute or a display size greater than 1.
|
|
141
|
+
}),
|
|
142
|
+
"math": schema_1.t.group({ /*FIXME*/}),
|
|
143
|
+
"picture": schema_1.t.group({
|
|
144
|
+
/*FIXME*/
|
|
145
|
+
//Zero or more source elements, followed by one img element, optionally intermixed with script-supporting elements.
|
|
146
|
+
}),
|
|
147
|
+
"svg": schema_1.t.group({ /*FIXME*/}),
|
|
148
|
+
})),
|
|
149
|
+
"Embedded content": (0, schema_1.type)(schema_1.t.list(schema_1.t.component("Embedded"))),
|
|
150
|
+
"Template": (0, schema_1.type)(schema_1.t.component("Flow content")),
|
|
151
|
+
"Script supporting": (0, schema_1.type)(schema_1.t.state_group({
|
|
152
|
+
"script": schema_1.t.group({
|
|
153
|
+
/*FIXME*/
|
|
154
|
+
// src — Address of the resource
|
|
155
|
+
// type — Type of script
|
|
156
|
+
// nomodule — Prevents execution in user agents that support module scripts
|
|
157
|
+
// async — Execute script when available, without blocking while fetching
|
|
158
|
+
// defer — Defer script execution
|
|
159
|
+
// crossorigin — How the element handles crossorigin requests
|
|
160
|
+
// integrity — Integrity metadata used in Subresource Integrity checks [SRI]
|
|
161
|
+
// referrerpolicy — Referrer policy for fetches initiated by the element
|
|
162
|
+
// blocking — Whether the element is potentially render-blocking
|
|
163
|
+
// fetchpriority — Sets the priority for fetches initiated by the element
|
|
164
|
+
//content:
|
|
165
|
+
//If there is no src attribute, depends on the value of the type attribute, but must match script content restrictions.
|
|
166
|
+
//If there is a src attribute, the element must be either empty or contain only script documentation that also matches script content restrictions.
|
|
167
|
+
}),
|
|
168
|
+
"template": schema_1.t.component("Template"),
|
|
169
|
+
})),
|
|
170
|
+
"Heading": (0, schema_1.type)(schema_1.t.state_group({
|
|
171
|
+
"h1": schema_1.t.component("Phrasing content"),
|
|
172
|
+
"h2": schema_1.t.component("Phrasing content"),
|
|
173
|
+
"h3": schema_1.t.component("Phrasing content"),
|
|
174
|
+
"h4": schema_1.t.component("Phrasing content"),
|
|
175
|
+
"h5": schema_1.t.component("Phrasing content"),
|
|
176
|
+
"h6": schema_1.t.component("Phrasing content"),
|
|
177
|
+
"hgroup": schema_1.t.group({
|
|
178
|
+
"content before": schema_1.t.state_group({
|
|
179
|
+
"p": schema_1.t.group({ /*FIXME*/}),
|
|
180
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
181
|
+
}),
|
|
182
|
+
"heading": schema_1.t.state_group({
|
|
183
|
+
"h1 ": schema_1.t.component("Phrasing content"),
|
|
184
|
+
"h2": schema_1.t.component("Phrasing content"),
|
|
185
|
+
"h3": schema_1.t.component("Phrasing content"),
|
|
186
|
+
"h4": schema_1.t.component("Phrasing content"),
|
|
187
|
+
"h5": schema_1.t.component("Phrasing content"),
|
|
188
|
+
"h6": schema_1.t.component("Phrasing content"),
|
|
189
|
+
}),
|
|
190
|
+
"content after": schema_1.t.state_group({
|
|
191
|
+
"p": schema_1.t.group({ /*FIXME*/}),
|
|
192
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
193
|
+
}),
|
|
194
|
+
}),
|
|
195
|
+
})),
|
|
196
|
+
//"Heading content": type(list(component("Heading"))),
|
|
197
|
+
//"Script supporting content": type(list(component("Script supporting"))),
|
|
198
|
+
"Sectioning content": (0, schema_1.type)(schema_1.t.state_group({
|
|
199
|
+
"article": schema_1.t.component("Flow content"),
|
|
200
|
+
"aside": schema_1.t.component("Flow content"),
|
|
201
|
+
"nav": schema_1.t.component("Flow content"),
|
|
202
|
+
"section": schema_1.t.component("Flow content"),
|
|
203
|
+
})),
|
|
204
|
+
"Flow": (0, schema_1.type)(schema_1.t.state_group({
|
|
205
|
+
//generic attributes
|
|
206
|
+
"id": schema_1.t.group({
|
|
207
|
+
"id": schema_1.t.text_global("TBD"),
|
|
208
|
+
"child": schema_1.t.component_cyclic("Flow")
|
|
209
|
+
}),
|
|
210
|
+
"class": schema_1.t.group({
|
|
211
|
+
"class": schema_1.t.text_global("TBD"),
|
|
212
|
+
"child": schema_1.t.component_cyclic("Flow")
|
|
213
|
+
}),
|
|
214
|
+
/*
|
|
215
|
+
a'phrase' element does not exist in HTML, but this deviation from the standard is needed to handle whitespace properly
|
|
216
|
+
*/
|
|
217
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
218
|
+
"embedded": schema_1.t.component("Embedded"),
|
|
219
|
+
"details": schema_1.t.group({
|
|
220
|
+
"summary": schema_1.t.list(schema_1.t.state_group({
|
|
221
|
+
"phrasing": schema_1.t.component("Phrasing content"),
|
|
222
|
+
"heading": schema_1.t.component("Heading"),
|
|
223
|
+
})),
|
|
224
|
+
"content": schema_1.t.component("Flow content"),
|
|
225
|
+
}),
|
|
226
|
+
"address": schema_1.t.group({
|
|
227
|
+
/*FIXME*/
|
|
228
|
+
//Flow content, but with no heading content descendants, no sectioning content descendants, and no header, footer, or address element descendants.Flow content, but with no heading content descendants, no sectioning content descendants, and no header, footer, or address element descendants.
|
|
229
|
+
}),
|
|
230
|
+
"blockquote": schema_1.t.group({
|
|
231
|
+
"cite": schema_1.t.text_global("TBD"),
|
|
232
|
+
"content": schema_1.t.component("Flow content")
|
|
233
|
+
}),
|
|
234
|
+
"del": schema_1.t.group({
|
|
235
|
+
"edit": schema_1.t.component("Edit"),
|
|
236
|
+
"content": schema_1.t.component("Flow content")
|
|
237
|
+
}),
|
|
238
|
+
"dialog": schema_1.t.group({
|
|
239
|
+
"open": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
240
|
+
"content": schema_1.t.component("Flow content"),
|
|
241
|
+
}),
|
|
242
|
+
"div": schema_1.t.component("Flow content"),
|
|
243
|
+
"dl": schema_1.t.state_group({
|
|
244
|
+
"divs": schema_1.t.group({ /*FIXME*/}),
|
|
245
|
+
"dts": schema_1.t.group({ /*FIXME*/}),
|
|
246
|
+
}), //description list
|
|
247
|
+
"fieldset": schema_1.t.group({
|
|
248
|
+
/*FIXME*/
|
|
249
|
+
"legend": schema_1.t.optional(schema_1.t.group({ /*FIXME*/})),
|
|
250
|
+
// disabled — Whether the descendant form controls, except any inside legend, are disabled
|
|
251
|
+
// form — Associates the element with a form element
|
|
252
|
+
// name — Name of the element to use in the form.elements API.
|
|
253
|
+
"content": schema_1.t.component("Flow content"),
|
|
254
|
+
}),
|
|
255
|
+
"figure": schema_1.t.group({
|
|
256
|
+
"caption": schema_1.t.optional(schema_1.t.group({
|
|
257
|
+
"content": schema_1.t.component("Flow content"),
|
|
258
|
+
"position": schema_1.t.state_group({
|
|
259
|
+
"top": schema_1.t.group({}),
|
|
260
|
+
"botom": schema_1.t.group({}),
|
|
261
|
+
})
|
|
262
|
+
})),
|
|
263
|
+
"content": schema_1.t.component("Flow content"),
|
|
264
|
+
}),
|
|
265
|
+
"footer": schema_1.t.group({
|
|
266
|
+
/*FIXME*/
|
|
267
|
+
//Flow content, but with no header or footer element descendants
|
|
268
|
+
}),
|
|
269
|
+
"form": schema_1.t.group({
|
|
270
|
+
/*FIXME*/
|
|
271
|
+
// accept-charset — Character encodings to use for form submission
|
|
272
|
+
// action — URL to use for form submission
|
|
273
|
+
// autocomplete — Default setting for autofill feature for controls in the form
|
|
274
|
+
// enctype — Entry list encoding type to use for form submission
|
|
275
|
+
// method — Variant to use for form submission
|
|
276
|
+
// name — Name of form to use in the document.forms API
|
|
277
|
+
// novalidate — Bypass form control validation for form submission
|
|
278
|
+
// target — Navigable for form submission
|
|
279
|
+
// rel
|
|
280
|
+
//"content": Flow content, but with no form element descendants.
|
|
281
|
+
}),
|
|
282
|
+
"header": schema_1.t.group({
|
|
283
|
+
/*FIXME*/
|
|
284
|
+
//Flow content, but with no header or footer element descendants
|
|
285
|
+
}),
|
|
286
|
+
"hr": schema_1.t.group({}),
|
|
287
|
+
"ins": schema_1.t.group({
|
|
288
|
+
"edit": schema_1.t.component("Edit"),
|
|
289
|
+
"content": schema_1.t.component("Flow content")
|
|
290
|
+
}),
|
|
291
|
+
/*
|
|
292
|
+
FIXME
|
|
293
|
+
A hierarchically correct main element is one whose ancestor elements are limited to html, body, div, form
|
|
294
|
+
without an accessible name, and autonomous custom elements. Each main element must be a hierarchically correct main element.
|
|
295
|
+
*/
|
|
296
|
+
"main": schema_1.t.component("Flow content"),
|
|
297
|
+
"map": schema_1.t.group({
|
|
298
|
+
"name": schema_1.t.text_global("TBD"),
|
|
299
|
+
"content": schema_1.t.component("Flow content")
|
|
300
|
+
}),
|
|
301
|
+
"menu": schema_1.t.list(schema_1.t.state_group({
|
|
302
|
+
"li": schema_1.t.component("Flow content"),
|
|
303
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
304
|
+
})),
|
|
305
|
+
"object": schema_1.t.group({
|
|
306
|
+
/*FIXME*/
|
|
307
|
+
// data — Address of the resource
|
|
308
|
+
// type — Type of embedded resource
|
|
309
|
+
// name — Name of content navigable
|
|
310
|
+
// form — Associates the element with a form element
|
|
311
|
+
// width — Horizontal dimension
|
|
312
|
+
// height — Vertical dimension
|
|
313
|
+
"content": schema_1.t.component("Flow content")
|
|
314
|
+
}),
|
|
315
|
+
"ol": schema_1.t.group({
|
|
316
|
+
"reversed": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
317
|
+
"start": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
318
|
+
"type": schema_1.t.optional(schema_1.t.state_group({
|
|
319
|
+
"1": schema_1.t.group({}),
|
|
320
|
+
"a": schema_1.t.group({}),
|
|
321
|
+
"A": schema_1.t.group({}),
|
|
322
|
+
"i": schema_1.t.group({}),
|
|
323
|
+
"I": schema_1.t.group({}),
|
|
324
|
+
})),
|
|
325
|
+
"content": schema_1.t.list(schema_1.t.state_group({
|
|
326
|
+
"li": schema_1.t.group({
|
|
327
|
+
"value": schema_1.t.text_global("TBD"),
|
|
328
|
+
"content": schema_1.t.component("Flow content"),
|
|
329
|
+
}),
|
|
330
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
331
|
+
}))
|
|
332
|
+
}),
|
|
333
|
+
"p": schema_1.t.component("Phrasing content"),
|
|
334
|
+
"pre": schema_1.t.component("Phrasing content"),
|
|
335
|
+
"search": schema_1.t.component("Flow content"),
|
|
336
|
+
"slot": schema_1.t.group({
|
|
337
|
+
"name": schema_1.t.text_global("TBD"),
|
|
338
|
+
"content": schema_1.t.component("Flow content"),
|
|
339
|
+
}),
|
|
340
|
+
"table": schema_1.t.group({
|
|
341
|
+
/*FIXME*/
|
|
342
|
+
"caption": schema_1.t.optional(schema_1.t.component("Flow content")),
|
|
343
|
+
"colgroups": schema_1.t.list(schema_1.t.group({ /*FIXME*/})),
|
|
344
|
+
//"thead": prop(optional(component("Flow content"))),
|
|
345
|
+
}),
|
|
346
|
+
"ul": schema_1.t.list(schema_1.t.state_group({
|
|
347
|
+
"li": schema_1.t.component("Flow content"),
|
|
348
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
349
|
+
})),
|
|
350
|
+
"heading": schema_1.t.component("Heading"),
|
|
351
|
+
"sectioning": schema_1.t.component("Sectioning content"),
|
|
352
|
+
})),
|
|
353
|
+
"Phrasing": (0, schema_1.type)(schema_1.t.state_group({
|
|
354
|
+
//generic attributes
|
|
355
|
+
"id": schema_1.t.group({
|
|
356
|
+
"id": schema_1.t.text_global("TBD"),
|
|
357
|
+
"child": schema_1.t.component_cyclic("Phrasing")
|
|
358
|
+
}),
|
|
359
|
+
"class": schema_1.t.group({
|
|
360
|
+
"class": schema_1.t.text_global("TBD"),
|
|
361
|
+
"child": schema_1.t.component_cyclic("Phrasing")
|
|
362
|
+
}),
|
|
363
|
+
//elements
|
|
364
|
+
"link": schema_1.t.group({
|
|
365
|
+
/*FIXME*/
|
|
366
|
+
// href — Address of the hyperlink
|
|
367
|
+
// crossorigin — How the element handles crossorigin requests
|
|
368
|
+
// rel — Relationship between the document containing the hyperlink and the destination resource
|
|
369
|
+
// media — Applicable media
|
|
370
|
+
// integrity — Integrity metadata used in Subresource Integrity checks [SRI]
|
|
371
|
+
// hreflang — Language of the linked resource
|
|
372
|
+
// type — Hint for the type of the referenced resource
|
|
373
|
+
// referrerpolicy — Referrer policy for fetches initiated by the element
|
|
374
|
+
// sizes — Sizes of the icons (for rel="icon")
|
|
375
|
+
// imagesrcset — Images to use in different situations, e.g., high-resolution displays, small monitors, etc. (for rel="preload")
|
|
376
|
+
// imagesizes — Image sizes for different page layouts (for rel="preload")
|
|
377
|
+
// as — Potential destination for a preload request (for rel="preload" and rel="modulepreload")
|
|
378
|
+
// blocking — Whether the element is potentially render-blocking
|
|
379
|
+
// color — Color to use when customizing a site's icon (for rel="mask-icon")
|
|
380
|
+
// disabled — Whether the link is disabled
|
|
381
|
+
// fetchpriority — Sets the priority for fetches initiated by the element
|
|
382
|
+
// Also, the title attribute has special semantics on this element: Title of the link; CSS style sheet set name.
|
|
383
|
+
}),
|
|
384
|
+
"meta": schema_1.t.group({
|
|
385
|
+
/*FIXME*/
|
|
386
|
+
// name — Metadata name
|
|
387
|
+
// http-equiv — Pragma directive
|
|
388
|
+
// content — Value of the element
|
|
389
|
+
// charset — Character encoding declaration
|
|
390
|
+
// media — Applicable media
|
|
391
|
+
//where to be used:
|
|
392
|
+
// If the charset attribute is present, or if the element's http-equiv attribute is in the Encoding declaration state: in a head element.
|
|
393
|
+
// If the http-equiv attribute is present but not in the Encoding declaration state: in a head element.
|
|
394
|
+
// If the http-equiv attribute is present but not in the Encoding declaration state: in a noscript element that is a child of a head element.
|
|
395
|
+
// If the name attribute is present: where metadata content is expected.
|
|
396
|
+
// If the itemprop attribute is present: where metadata content is expected.
|
|
397
|
+
// If the itemprop attribute is present: where phrasing content is expected.
|
|
398
|
+
}),
|
|
399
|
+
"noscript": schema_1.t.group({
|
|
400
|
+
/*FIXME*/
|
|
401
|
+
//content:
|
|
402
|
+
// When scripting is disabled, in a head element: in any order, zero or more link elements, zero or more style elements, and zero or more meta elements.
|
|
403
|
+
// When scripting is disabled, not in a head element: transparent, but there must be no noscript element descendants.
|
|
404
|
+
// Otherwise: text that conforms to the requirements given in the prose.
|
|
405
|
+
}),
|
|
406
|
+
"object": schema_1.t.group({
|
|
407
|
+
/*FIXME*/
|
|
408
|
+
// data — Address of the resource
|
|
409
|
+
// type — Type of embedded resource
|
|
410
|
+
// name — Name of content navigable
|
|
411
|
+
// form — Associates the element with a form element
|
|
412
|
+
// width — Horizontal dimension
|
|
413
|
+
// height — Vertical dimension
|
|
414
|
+
"content": schema_1.t.component("Phrasing content")
|
|
415
|
+
}),
|
|
416
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
417
|
+
"a": schema_1.t.group({ /*FIXMEX*/}),
|
|
418
|
+
"button": schema_1.t.group({
|
|
419
|
+
/*FIXME*/
|
|
420
|
+
// disabled — Whether the form control is disabled
|
|
421
|
+
// form — Associates the element with a form element
|
|
422
|
+
// formaction — URL to use for form submission
|
|
423
|
+
// formenctype — Entry list encoding type to use for form submission
|
|
424
|
+
// formmethod — Variant to use for form submission
|
|
425
|
+
// formnovalidate — Bypass form control validation for form submission
|
|
426
|
+
// formtarget — Navigable for form submission
|
|
427
|
+
// name — Name of the element to use for form submission and in the form.elements API
|
|
428
|
+
// popovertarget
|
|
429
|
+
// popovertargetaction
|
|
430
|
+
// type — Type of button
|
|
431
|
+
// value — Value to be used for form submission
|
|
432
|
+
//content:
|
|
433
|
+
//Phrasing content, but there must be no interactive content descendant and no descendant with the tabindex attribute specified.
|
|
434
|
+
}),
|
|
435
|
+
"input": schema_1.t.group({
|
|
436
|
+
/*FIXME*/
|
|
437
|
+
// accept — Hint for expected file type in file upload controls
|
|
438
|
+
// alt — Replacement text for use when images are not available
|
|
439
|
+
// autocomplete — Hint for form autofill feature
|
|
440
|
+
// checked — Whether the control is checked
|
|
441
|
+
// dirname — Name of form control to use for sending the element's directionality in form submission
|
|
442
|
+
// disabled — Whether the form control is disabled
|
|
443
|
+
// form — Associates the element with a form element
|
|
444
|
+
// formaction — URL to use for form submission
|
|
445
|
+
// formenctype — Entry list encoding type to use for form submission
|
|
446
|
+
// formmethod — Variant to use for form submission
|
|
447
|
+
// formnovalidate — Bypass form control validation for form submission
|
|
448
|
+
// formtarget — Navigable for form submission
|
|
449
|
+
// height — Vertical dimension
|
|
450
|
+
// list — List of autocomplete options
|
|
451
|
+
// max — Maximum value
|
|
452
|
+
// maxlength — Maximum length of value
|
|
453
|
+
// min — Minimum value
|
|
454
|
+
// minlength — Minimum length of value
|
|
455
|
+
// multiple — Whether to allow multiple values
|
|
456
|
+
// name — Name of the element to use for form submission and in the form.elements API
|
|
457
|
+
// pattern — Pattern to be matched by the form control's value
|
|
458
|
+
// placeholder — User-visible label to be placed within the form control
|
|
459
|
+
// popovertarget
|
|
460
|
+
// popovertargetaction
|
|
461
|
+
// readonly — Whether to allow the value to be edited by the user
|
|
462
|
+
// required — Whether the control is required for form submission
|
|
463
|
+
// size — Size of the control
|
|
464
|
+
// src — Address of the resource
|
|
465
|
+
// step — Granularity to be matched by the form control's value
|
|
466
|
+
// type — Type of form control
|
|
467
|
+
// value — Value of the form control
|
|
468
|
+
// width — Horizontal dimension
|
|
469
|
+
// Also, the title attribute has special semantics on this element: Description of pattern (when used with pattern attribute).
|
|
470
|
+
}),
|
|
471
|
+
"label": schema_1.t.group({
|
|
472
|
+
/*FIXME*/
|
|
473
|
+
//for — Associate the label with form control
|
|
474
|
+
//content: Phrasing content, but with no descendant labelable elements unless it is the element's labeled control, and no descendant label elements.
|
|
475
|
+
}),
|
|
476
|
+
"select": schema_1.t.group({
|
|
477
|
+
// autocomplete — Hint for form autofill feature
|
|
478
|
+
// disabled — Whether the form control is disabled
|
|
479
|
+
// form — Associates the element with a form element
|
|
480
|
+
// multiple — Whether to allow multiple values
|
|
481
|
+
// name — Name of the element to use for form submission and in the form.elements API
|
|
482
|
+
// required — Whether the control is required for form submission
|
|
483
|
+
// size — Size of the control
|
|
484
|
+
"content": schema_1.t.list(schema_1.t.state_group({
|
|
485
|
+
"option": schema_1.t.group({ /*FIXME*/}),
|
|
486
|
+
"optgroup": schema_1.t.group({
|
|
487
|
+
//label
|
|
488
|
+
//disabled
|
|
489
|
+
"options": schema_1.t.list(schema_1.t.group({
|
|
490
|
+
/*FIXME*/
|
|
491
|
+
}))
|
|
492
|
+
}),
|
|
493
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
494
|
+
})),
|
|
495
|
+
}),
|
|
496
|
+
"textarea": schema_1.t.group({
|
|
497
|
+
/*FIXME*/
|
|
498
|
+
// autocomplete — Hint for form autofill feature
|
|
499
|
+
// cols — Maximum number of characters per line
|
|
500
|
+
// dirname — Name of form control to use for sending the element's directionality in form submission
|
|
501
|
+
// disabled — Whether the form control is disabled
|
|
502
|
+
// form — Associates the element with a form element
|
|
503
|
+
// maxlength — Maximum length of value
|
|
504
|
+
// minlength — Minimum length of value
|
|
505
|
+
// name — Name of the element to use for form submission and in the form.elements API
|
|
506
|
+
// placeholder — User-visible label to be placed within the form control
|
|
507
|
+
// readonly — Whether to allow the value to be edited by the user
|
|
508
|
+
// required — Whether the control is required for form submission
|
|
509
|
+
// rows — Number of lines to show
|
|
510
|
+
// wrap — How the value of the form control is to be wrapped for form submission
|
|
511
|
+
"content": schema_1.t.text_global("TBD"),
|
|
512
|
+
}),
|
|
513
|
+
"abbr": schema_1.t.group({
|
|
514
|
+
"title": schema_1.t.text_global("TBD"),
|
|
515
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
516
|
+
}),
|
|
517
|
+
"area": schema_1.t.group({ //FIXME: needs a 'map' ancestor
|
|
518
|
+
/*FIXME*/
|
|
519
|
+
// alt — Replacement text for use when images are not available
|
|
520
|
+
// coords — Coordinates for the shape to be created in an image map
|
|
521
|
+
// shape — The kind of shape to be created in an image map
|
|
522
|
+
// href — Address of the hyperlink
|
|
523
|
+
// target — Navigable for hyperlink navigation
|
|
524
|
+
// download — Whether to download the resource instead of navigating to it, and its filename if so
|
|
525
|
+
// ping — URLs to ping
|
|
526
|
+
// rel — Relationship between the location in the document containing the hyperlink and the destination resource
|
|
527
|
+
// referrerpolicy — Referrer policy for fetches initiated by the element
|
|
528
|
+
}),
|
|
529
|
+
"b": schema_1.t.component("Phrasing content"),
|
|
530
|
+
"bdi": schema_1.t.group({
|
|
531
|
+
"dir": schema_1.t.text_global("TBD"),
|
|
532
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
533
|
+
}),
|
|
534
|
+
"bdo": schema_1.t.group({
|
|
535
|
+
"dir": schema_1.t.text_global("TBD"),
|
|
536
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
537
|
+
}),
|
|
538
|
+
"br": schema_1.t.group({}), //line break
|
|
539
|
+
"cite": schema_1.t.component("Phrasing content"),
|
|
540
|
+
"code": schema_1.t.component("Phrasing content"),
|
|
541
|
+
"data": schema_1.t.group({
|
|
542
|
+
"value": schema_1.t.text_global("TBD"),
|
|
543
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
544
|
+
}),
|
|
545
|
+
"datalist": schema_1.t.state_group({
|
|
546
|
+
"phrasing": schema_1.t.component("Phrasing content"),
|
|
547
|
+
"options": schema_1.t.list(schema_1.t.state_group({
|
|
548
|
+
"option": schema_1.t.group({ /*FIXME*/}),
|
|
549
|
+
"script supporting": schema_1.t.component("Script supporting"),
|
|
550
|
+
})),
|
|
551
|
+
}),
|
|
552
|
+
"del": schema_1.t.group({
|
|
553
|
+
"edit": schema_1.t.component("Edit"),
|
|
554
|
+
"content": schema_1.t.component("Phrasing content")
|
|
555
|
+
}),
|
|
556
|
+
"dfn": schema_1.t.group({
|
|
557
|
+
"title": schema_1.t.text_global("TBD"),
|
|
558
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
559
|
+
}),
|
|
560
|
+
"em": schema_1.t.component("Phrasing content"),
|
|
561
|
+
"i": schema_1.t.component("Phrasing content"),
|
|
562
|
+
"ins": schema_1.t.group({
|
|
563
|
+
"edit": schema_1.t.component("Edit"),
|
|
564
|
+
"content": schema_1.t.component("Phrasing content")
|
|
565
|
+
}),
|
|
566
|
+
"kbd": schema_1.t.component("Phrasing content"),
|
|
567
|
+
"map": schema_1.t.group({
|
|
568
|
+
"name": schema_1.t.text_global("TBD"),
|
|
569
|
+
"content": schema_1.t.component("Phrasing content")
|
|
570
|
+
}),
|
|
571
|
+
"mark": schema_1.t.component("Phrasing content"),
|
|
572
|
+
"meter": schema_1.t.group({
|
|
573
|
+
/*FIXME*/
|
|
574
|
+
// value — Current value of the element
|
|
575
|
+
// min — Lower bound of range
|
|
576
|
+
// max — Upper bound of range
|
|
577
|
+
// low — High limit of low range
|
|
578
|
+
// high — Low limit of high range
|
|
579
|
+
// optimum — Optimum value in gauge
|
|
580
|
+
// content:
|
|
581
|
+
// Phrasing content, but there must be no meter element descendants.
|
|
582
|
+
}),
|
|
583
|
+
"output": schema_1.t.group({
|
|
584
|
+
"for": schema_1.t.optional(schema_1.t.text_global("TBD")),
|
|
585
|
+
"form": schema_1.t.text_global("TBD"), //optional?
|
|
586
|
+
"name": schema_1.t.text_global("TBD"), //optional?
|
|
587
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
588
|
+
}),
|
|
589
|
+
"progress": schema_1.t.group({
|
|
590
|
+
"value": schema_1.t.text_global("TBD"),
|
|
591
|
+
"max": schema_1.t.text_global("TBD"),
|
|
592
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
593
|
+
}),
|
|
594
|
+
"q": schema_1.t.group({
|
|
595
|
+
"cite": schema_1.t.text_global("TBD"),
|
|
596
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
597
|
+
}),
|
|
598
|
+
"ruby": schema_1.t.group({
|
|
599
|
+
/*FIXME*/
|
|
600
|
+
// One or the other of the following:
|
|
601
|
+
// Phrasing content, but with no ruby elements and with no ruby element descendants
|
|
602
|
+
// A single ruby element that itself has no ruby element descendants
|
|
603
|
+
// One or the other of the following:
|
|
604
|
+
// One or more rt elements
|
|
605
|
+
// An rp element followed by one or more rt elements, each of which is itself followed by an rp element
|
|
606
|
+
}),
|
|
607
|
+
"s": schema_1.t.component("Phrasing content"),
|
|
608
|
+
"samp": schema_1.t.component("Phrasing content"),
|
|
609
|
+
"slot": schema_1.t.group({
|
|
610
|
+
"name": schema_1.t.text_global("TBD"),
|
|
611
|
+
"content": schema_1.t.component("Phrasing content"),
|
|
612
|
+
}),
|
|
613
|
+
"small": schema_1.t.component("Phrasing content"),
|
|
614
|
+
"span": schema_1.t.component("Phrasing content"),
|
|
615
|
+
"strong": schema_1.t.component("Phrasing content"),
|
|
616
|
+
"sub": schema_1.t.component("Phrasing content"),
|
|
617
|
+
"sup": schema_1.t.component("Phrasing content"),
|
|
618
|
+
"time": schema_1.t.state_group({
|
|
619
|
+
"datetime": schema_1.t.group({
|
|
620
|
+
"value": schema_1.t.text_global("TBD"),
|
|
621
|
+
"content": schema_1.t.component("Phrasing content")
|
|
622
|
+
}),
|
|
623
|
+
"text": schema_1.t.text_global("TBD"),
|
|
624
|
+
}),
|
|
625
|
+
"u": schema_1.t.component("Phrasing content"),
|
|
626
|
+
"var": schema_1.t.component("Phrasing content"),
|
|
627
|
+
"wbr": schema_1.t.group({}), //line break opportunity
|
|
628
|
+
"embedded": schema_1.t.component("Embedded"),
|
|
629
|
+
})),
|
|
630
|
+
});
|
|
631
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL3NjaGVtYXMvaHRtbC8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBT3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFrQyxJQUFBLGNBQUssRUFDakQ7SUFDSSxrQkFBa0IsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDMUMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1FBQzVCLFNBQVMsRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsVUFBVSxDQUFDO0tBQzVDLENBQUMsQ0FBQyxDQUFDO0lBRUosY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUN0QyxRQUFRLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxrQkFBa0IsQ0FBQztRQUN6QyxNQUFNLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQztLQUNyQyxDQUFDLENBQUMsQ0FBQztJQUVKOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztNQXNDRTtJQUVGLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ3JCLE1BQU0sRUFBRSxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDeEMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDWixPQUFPLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUM7U0FDaEMsQ0FBQztRQUNGLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFD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
|