@goast/kotlin 0.4.7-beta2 → 0.4.8
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/LICENSE +21 -21
- package/README.md +45 -45
- package/assets/client/okhttp3/ApiClient.kt +250 -250
- package/esm/_dnt.test_polyfills.d.ts +29 -0
- package/esm/_dnt.test_polyfills.d.ts.map +1 -0
- package/esm/_dnt.test_polyfills.js +31 -0
- package/esm/_dnt.test_shims.d.ts +6 -0
- package/esm/_dnt.test_shims.d.ts.map +1 -0
- package/esm/_dnt.test_shims.js +61 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equal.js +183 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equals.d.ts +35 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equals.js +58 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts +20 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts +17 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.js +26 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.js +13 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts +46 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.js +160 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts +6 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.js +191 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.js +12 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts +34 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.js +568 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_types.d.ts +839 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_types.js +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.js +218 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/expect.d.ts +60 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/expect.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/expect.js +523 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts +15 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.js +35 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts +74 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.js +350 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts +736 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.js +652 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/mock.d.ts +674 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/mock.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/mock.js +1083 -0
- package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
- package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/annotation.test.js +56 -0
- package/esm/src/ast/nodes/argument.test.d.ts +2 -0
- package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/argument.test.js +33 -0
- package/esm/src/ast/nodes/call.test.d.ts +2 -0
- package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/call.test.js +35 -0
- package/esm/src/ast/nodes/class.test.d.ts +2 -0
- package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/class.test.js +219 -0
- package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
- package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/constructor.test.js +139 -0
- package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
- package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/doc-tag.test.js +67 -0
- package/esm/src/ast/nodes/doc.test.d.ts +2 -0
- package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/doc.test.js +33 -0
- package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
- package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/enum-value.test.js +115 -0
- package/esm/src/ast/nodes/enum.test.d.ts +2 -0
- package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/enum.test.js +129 -0
- package/esm/src/ast/nodes/function.test.d.ts +2 -0
- package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/function.test.js +160 -0
- package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
- package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
- package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
- package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/init-block.test.js +28 -0
- package/esm/src/ast/nodes/interface.test.d.ts +2 -0
- package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/interface.test.js +121 -0
- package/esm/src/ast/nodes/object.test.d.ts +2 -0
- package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/object.test.js +78 -0
- package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
- package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/parameter.test.js +152 -0
- package/esm/src/ast/nodes/property.test.d.ts +2 -0
- package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/property.test.js +206 -0
- package/esm/src/ast/nodes/reference.test.d.ts +2 -0
- package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/reference.test.js +36 -0
- package/esm/src/ast/nodes/string.test.d.ts +2 -0
- package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/string.test.js +48 -0
- package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/esm/src/generators/services/spring-controllers/models.d.ts +1 -0
- package/esm/src/generators/services/spring-controllers/models.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/models.js +1 -0
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -4
- package/esm/src/import-collection.test.d.ts +2 -0
- package/esm/src/import-collection.test.d.ts.map +1 -0
- package/esm/src/import-collection.test.js +99 -0
- package/esm/tests/openapi-models.test.d.ts +2 -0
- package/esm/tests/openapi-models.test.d.ts.map +1 -0
- package/esm/tests/openapi-models.test.js +45 -0
- package/package.json +1 -1
- package/script/_dnt.test_polyfills.d.ts +29 -0
- package/script/_dnt.test_polyfills.d.ts.map +1 -0
- package/script/_dnt.test_polyfills.js +32 -0
- package/script/_dnt.test_shims.d.ts +6 -0
- package/script/_dnt.test_shims.d.ts.map +1 -0
- package/script/_dnt.test_shims.js +65 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equal.js +187 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equals.d.ts +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equals.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/false.js +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.js +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/rejects.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.js +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts +20 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.js +32 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.js +29 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.js +18 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts +46 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.js +182 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts +6 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.js +33 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_equal.js +194 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_extend.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.js +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts +34 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.js +602 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts +11 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_types.d.ts +839 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_types.js +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_utils.js +226 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/expect.d.ts +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/expect.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/expect.js +527 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts +15 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.js +41 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts +74 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.js +355 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts +736 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/bdd.js +663 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/mock.d.ts +674 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/mock.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/mock.js +1102 -0
- package/script/src/ast/nodes/annotation.test.d.ts +2 -0
- package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
- package/script/src/ast/nodes/annotation.test.js +58 -0
- package/script/src/ast/nodes/argument.test.d.ts +2 -0
- package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
- package/script/src/ast/nodes/argument.test.js +35 -0
- package/script/src/ast/nodes/call.test.d.ts +2 -0
- package/script/src/ast/nodes/call.test.d.ts.map +1 -0
- package/script/src/ast/nodes/call.test.js +37 -0
- package/script/src/ast/nodes/class.test.d.ts +2 -0
- package/script/src/ast/nodes/class.test.d.ts.map +1 -0
- package/script/src/ast/nodes/class.test.js +221 -0
- package/script/src/ast/nodes/constructor.test.d.ts +2 -0
- package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
- package/script/src/ast/nodes/constructor.test.js +141 -0
- package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
- package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
- package/script/src/ast/nodes/doc-tag.test.js +69 -0
- package/script/src/ast/nodes/doc.test.d.ts +2 -0
- package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
- package/script/src/ast/nodes/doc.test.js +35 -0
- package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
- package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
- package/script/src/ast/nodes/enum-value.test.js +117 -0
- package/script/src/ast/nodes/enum.test.d.ts +2 -0
- package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
- package/script/src/ast/nodes/enum.test.js +131 -0
- package/script/src/ast/nodes/function.test.d.ts +2 -0
- package/script/src/ast/nodes/function.test.d.ts.map +1 -0
- package/script/src/ast/nodes/function.test.js +162 -0
- package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
- package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
- package/script/src/ast/nodes/generic-parameter.test.js +51 -0
- package/script/src/ast/nodes/init-block.test.d.ts +2 -0
- package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
- package/script/src/ast/nodes/init-block.test.js +30 -0
- package/script/src/ast/nodes/interface.test.d.ts +2 -0
- package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
- package/script/src/ast/nodes/interface.test.js +123 -0
- package/script/src/ast/nodes/object.test.d.ts +2 -0
- package/script/src/ast/nodes/object.test.d.ts.map +1 -0
- package/script/src/ast/nodes/object.test.js +80 -0
- package/script/src/ast/nodes/parameter.test.d.ts +2 -0
- package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
- package/script/src/ast/nodes/parameter.test.js +154 -0
- package/script/src/ast/nodes/property.test.d.ts +2 -0
- package/script/src/ast/nodes/property.test.d.ts.map +1 -0
- package/script/src/ast/nodes/property.test.js +208 -0
- package/script/src/ast/nodes/reference.test.d.ts +2 -0
- package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
- package/script/src/ast/nodes/reference.test.js +38 -0
- package/script/src/ast/nodes/string.test.d.ts +2 -0
- package/script/src/ast/nodes/string.test.d.ts.map +1 -0
- package/script/src/ast/nodes/string.test.js +50 -0
- package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/script/src/generators/services/spring-controllers/models.d.ts +1 -0
- package/script/src/generators/services/spring-controllers/models.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/models.js +1 -0
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.js +12 -5
- package/script/src/import-collection.test.d.ts +2 -0
- package/script/src/import-collection.test.d.ts.map +1 -0
- package/script/src/import-collection.test.js +101 -0
- package/script/tests/openapi-models.test.d.ts +2 -0
- package/script/tests/openapi-models.test.d.ts.map +1 -0
- package/script/tests/openapi-models.test.js +48 -0
- package/src/_dnt.test_polyfills.ts +70 -0
- package/src/_dnt.test_shims.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/assertion_error.ts +31 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/equal.ts +210 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/equals.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/false.ts +26 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/instance_of.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/is_error.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/not_instance_of.ts +33 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/not_match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.ts +42 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/rejects.ts +123 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/strict_equals.ts +67 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_assert_equals.ts +38 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.ts +35 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_assertions.ts +18 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.ts +193 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_build_message.ts +51 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.ts +19 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_equal.ts +230 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_extend.ts +16 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_inspect_args.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_matchers.ts +838 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_mock_util.ts +22 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_serializer.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_types.ts +919 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_utils.ts +283 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/expect.ts +620 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/_mock_utils.ts +43 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/_test_suite.ts +410 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/bdd.ts +1285 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/mock.ts +1807 -0
- package/src/mod.ts +8 -0
- package/src/src/assets.ts +9 -0
- package/src/src/ast/_index.ts +66 -0
- package/src/src/ast/common.ts +1 -0
- package/src/src/ast/index.ts +1 -0
- package/src/src/ast/node.ts +10 -0
- package/src/src/ast/nodes/annotation.test.ts +69 -0
- package/src/src/ast/nodes/annotation.ts +79 -0
- package/src/src/ast/nodes/argument.test.ts +41 -0
- package/src/src/ast/nodes/argument.ts +62 -0
- package/src/src/ast/nodes/call.test.ts +44 -0
- package/src/src/ast/nodes/call.ts +66 -0
- package/src/src/ast/nodes/class.test.ts +274 -0
- package/src/src/ast/nodes/class.ts +178 -0
- package/src/src/ast/nodes/collection-literal.ts +49 -0
- package/src/src/ast/nodes/constructor.test.ts +178 -0
- package/src/src/ast/nodes/constructor.ts +126 -0
- package/src/src/ast/nodes/doc-tag.test.ts +84 -0
- package/src/src/ast/nodes/doc-tag.ts +138 -0
- package/src/src/ast/nodes/doc.test.ts +42 -0
- package/src/src/ast/nodes/doc.ts +111 -0
- package/src/src/ast/nodes/enum-value.test.ts +146 -0
- package/src/src/ast/nodes/enum-value.ts +100 -0
- package/src/src/ast/nodes/enum.test.ts +167 -0
- package/src/src/ast/nodes/enum.ts +163 -0
- package/src/src/ast/nodes/function.test.ts +194 -0
- package/src/src/ast/nodes/function.ts +176 -0
- package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
- package/src/src/ast/nodes/generic-parameter.ts +54 -0
- package/src/src/ast/nodes/init-block.test.ts +36 -0
- package/src/src/ast/nodes/init-block.ts +38 -0
- package/src/src/ast/nodes/interface.test.ts +151 -0
- package/src/src/ast/nodes/interface.ts +133 -0
- package/src/src/ast/nodes/lambda-type.ts +68 -0
- package/src/src/ast/nodes/lambda.ts +68 -0
- package/src/src/ast/nodes/object.test.ts +101 -0
- package/src/src/ast/nodes/object.ts +102 -0
- package/src/src/ast/nodes/parameter.test.ts +191 -0
- package/src/src/ast/nodes/parameter.ts +118 -0
- package/src/src/ast/nodes/property.test.ts +253 -0
- package/src/src/ast/nodes/property.ts +225 -0
- package/src/src/ast/nodes/reference.test.ts +47 -0
- package/src/src/ast/nodes/reference.ts +178 -0
- package/src/src/ast/nodes/string.test.ts +61 -0
- package/src/src/ast/nodes/string.ts +114 -0
- package/src/src/ast/nodes/types.ts +23 -0
- package/src/src/ast/references/index.ts +8 -0
- package/src/src/ast/references/jackson.ts +16 -0
- package/src/src/ast/references/jakarta.ts +10 -0
- package/src/src/ast/references/java.ts +19 -0
- package/src/src/ast/references/kotlin.ts +40 -0
- package/src/src/ast/references/okhttp3.ts +5 -0
- package/src/src/ast/references/reactor.ts +5 -0
- package/src/src/ast/references/spring.ts +64 -0
- package/src/src/ast/references/swagger.ts +23 -0
- package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
- package/src/src/ast/utils/to-kt-node.ts +31 -0
- package/src/src/ast/utils/write-kt-annotations.ts +15 -0
- package/src/src/ast/utils/write-kt-arguments.ts +45 -0
- package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
- package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
- package/src/src/ast/utils/write-kt-members.ts +25 -0
- package/src/src/ast/utils/write-kt-node.ts +37 -0
- package/src/src/ast/utils/write-kt-parameters.ts +25 -0
- package/src/src/common-results.ts +4 -0
- package/src/src/config.ts +41 -0
- package/src/src/file-builder.ts +108 -0
- package/src/src/generators/file-generator.ts +29 -0
- package/src/src/generators/index.ts +4 -0
- package/src/src/generators/models/args.ts +128 -0
- package/src/src/generators/models/index.ts +4 -0
- package/src/src/generators/models/model-generator.ts +602 -0
- package/src/src/generators/models/models-generator.ts +65 -0
- package/src/src/generators/models/models.ts +95 -0
- package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
- package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
- package/src/src/generators/services/okhttp3-clients/models.ts +62 -0
- package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
- package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +130 -0
- package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
- package/src/src/generators/services/spring-controllers/args.ts +88 -0
- package/src/src/generators/services/spring-controllers/index.ts +4 -0
- package/src/src/generators/services/spring-controllers/models.ts +66 -0
- package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +754 -0
- package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
- package/src/src/import-collection.test.ts +116 -0
- package/src/src/import-collection.ts +98 -0
- package/src/src/types.ts +3 -0
- package/src/src/utils.ts +39 -0
- package/src/tests/openapi-models.test.ts +63 -0
- package/test_runner.js +227 -0
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
var _AssertionState_state;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AssertionState = void 0;
|
|
6
|
+
exports.getAssertionState = getAssertionState;
|
|
7
|
+
const tslib_1 = require("tslib");
|
|
8
|
+
/**
|
|
9
|
+
* Check the test suite internal state
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { AssertionState } from "@std/internal";
|
|
14
|
+
*
|
|
15
|
+
* const assertionState = new AssertionState();
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
class AssertionState {
|
|
19
|
+
constructor() {
|
|
20
|
+
_AssertionState_state.set(this, void 0);
|
|
21
|
+
tslib_1.__classPrivateFieldSet(this, _AssertionState_state, {
|
|
22
|
+
assertionCount: undefined,
|
|
23
|
+
assertionCheck: false,
|
|
24
|
+
assertionTriggered: false,
|
|
25
|
+
assertionTriggeredCount: 0,
|
|
26
|
+
}, "f");
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Get the number that through `expect.assertions` api set.
|
|
30
|
+
*
|
|
31
|
+
* @returns the number that through `expect.assertions` api set.
|
|
32
|
+
*
|
|
33
|
+
* @example Usage
|
|
34
|
+
* ```ts ignore
|
|
35
|
+
* import { AssertionState } from "@std/internal";
|
|
36
|
+
*
|
|
37
|
+
* const assertionState = new AssertionState();
|
|
38
|
+
* assertionState.assertionCount;
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
get assertionCount() {
|
|
42
|
+
return tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCount;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Get a certain number that assertions were called before.
|
|
46
|
+
*
|
|
47
|
+
* @returns return a certain number that assertions were called before.
|
|
48
|
+
*
|
|
49
|
+
* @example Usage
|
|
50
|
+
* ```ts ignore
|
|
51
|
+
* import { AssertionState } from "@std/internal";
|
|
52
|
+
*
|
|
53
|
+
* const assertionState = new AssertionState();
|
|
54
|
+
* assertionState.assertionTriggeredCount;
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
get assertionTriggeredCount() {
|
|
58
|
+
return tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionTriggeredCount;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* If `expect.hasAssertions` called, then through this method to update #state.assertionCheck value.
|
|
62
|
+
*
|
|
63
|
+
* @param val Set #state.assertionCheck's value
|
|
64
|
+
*
|
|
65
|
+
* @example Usage
|
|
66
|
+
* ```ts ignore
|
|
67
|
+
* import { AssertionState } from "@std/internal";
|
|
68
|
+
*
|
|
69
|
+
* const assertionState = new AssertionState();
|
|
70
|
+
* assertionState.setAssertionCheck(true);
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
setAssertionCheck(val) {
|
|
74
|
+
tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCheck = val;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* If any matchers was called, `#state.assertionTriggered` will be set through this method.
|
|
78
|
+
*
|
|
79
|
+
* @param val Set #state.assertionTriggered's value
|
|
80
|
+
*
|
|
81
|
+
* @example Usage
|
|
82
|
+
* ```ts ignore
|
|
83
|
+
* import { AssertionState } from "@std/internal";
|
|
84
|
+
*
|
|
85
|
+
* const assertionState = new AssertionState();
|
|
86
|
+
* assertionState.setAssertionTriggered(true);
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
setAssertionTriggered(val) {
|
|
90
|
+
tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionTriggered = val;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* If `expect.assertions` called, then through this method to update #state.assertionCheck value.
|
|
94
|
+
*
|
|
95
|
+
* @param num Set #state.assertionCount's value, for example if the value is set 2, that means
|
|
96
|
+
* you must have two assertion matchers call in your test suite.
|
|
97
|
+
*
|
|
98
|
+
* @example Usage
|
|
99
|
+
* ```ts ignore
|
|
100
|
+
* import { AssertionState } from "@std/internal";
|
|
101
|
+
*
|
|
102
|
+
* const assertionState = new AssertionState();
|
|
103
|
+
* assertionState.setAssertionCount(2);
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
setAssertionCount(num) {
|
|
107
|
+
tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCount = num;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* If any matchers was called, `#state.assertionTriggeredCount` value will plus one internally.
|
|
111
|
+
*
|
|
112
|
+
* @example Usage
|
|
113
|
+
* ```ts ignore
|
|
114
|
+
* import { AssertionState } from "@std/internal";
|
|
115
|
+
*
|
|
116
|
+
* const assertionState = new AssertionState();
|
|
117
|
+
* assertionState.updateAssertionTriggerCount();
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
updateAssertionTriggerCount() {
|
|
121
|
+
if (tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCount !== undefined) {
|
|
122
|
+
tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionTriggeredCount += 1;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Check Assertion internal state, if `#state.assertionCheck` is set true, but
|
|
127
|
+
* `#state.assertionTriggered` is still false, then should throw an Assertion Error.
|
|
128
|
+
*
|
|
129
|
+
* @returns a boolean value, that the test suite is satisfied with the check. If not,
|
|
130
|
+
* it should throw an AssertionError.
|
|
131
|
+
*
|
|
132
|
+
* @example Usage
|
|
133
|
+
* ```ts ignore
|
|
134
|
+
* import { AssertionState } from "@std/internal";
|
|
135
|
+
*
|
|
136
|
+
* const assertionState = new AssertionState();
|
|
137
|
+
* if (assertionState.checkAssertionErrorState()) {
|
|
138
|
+
* // throw AssertionError("");
|
|
139
|
+
* }
|
|
140
|
+
* ```
|
|
141
|
+
*/
|
|
142
|
+
checkAssertionErrorState() {
|
|
143
|
+
return tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCheck && !tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionTriggered;
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Reset all assertion state when every test suite function ran completely.
|
|
147
|
+
*
|
|
148
|
+
* @example Usage
|
|
149
|
+
* ```ts ignore
|
|
150
|
+
* import { AssertionState } from "@std/internal";
|
|
151
|
+
*
|
|
152
|
+
* const assertionState = new AssertionState();
|
|
153
|
+
* assertionState.resetAssertionState();
|
|
154
|
+
* ```
|
|
155
|
+
*/
|
|
156
|
+
resetAssertionState() {
|
|
157
|
+
tslib_1.__classPrivateFieldSet(this, _AssertionState_state, {
|
|
158
|
+
assertionCount: undefined,
|
|
159
|
+
assertionCheck: false,
|
|
160
|
+
assertionTriggered: false,
|
|
161
|
+
assertionTriggeredCount: 0,
|
|
162
|
+
}, "f");
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Check Assertion called state, if `#state.assertionCount` is set to a number value, but
|
|
166
|
+
* `#state.assertionTriggeredCount` is less then it, then should throw an assertion error.
|
|
167
|
+
*
|
|
168
|
+
* @returns a boolean value, that the test suite is satisfied with the check. If not,
|
|
169
|
+
* it should throw an AssertionError.
|
|
170
|
+
*
|
|
171
|
+
* @example Usage
|
|
172
|
+
* ```ts ignore
|
|
173
|
+
* import { AssertionState } from "@std/internal";
|
|
174
|
+
*
|
|
175
|
+
* const assertionState = new AssertionState();
|
|
176
|
+
* if (assertionState.checkAssertionCountSatisfied()) {
|
|
177
|
+
* // throw AssertionError("");
|
|
178
|
+
* }
|
|
179
|
+
* ```
|
|
180
|
+
*/
|
|
181
|
+
checkAssertionCountSatisfied() {
|
|
182
|
+
return tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCount !== undefined &&
|
|
183
|
+
tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionCount !== tslib_1.__classPrivateFieldGet(this, _AssertionState_state, "f").assertionTriggeredCount;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
exports.AssertionState = AssertionState;
|
|
187
|
+
_AssertionState_state = new WeakMap();
|
|
188
|
+
const assertionState = new AssertionState();
|
|
189
|
+
/**
|
|
190
|
+
* return an instance of AssertionState
|
|
191
|
+
*
|
|
192
|
+
* @returns AssertionState
|
|
193
|
+
*
|
|
194
|
+
* @example Usage
|
|
195
|
+
* ```ts ignore
|
|
196
|
+
* import { getAssertionState } from "@std/internal";
|
|
197
|
+
*
|
|
198
|
+
* const assertionState = getAssertionState();
|
|
199
|
+
* assertionState.setAssertionTriggered(true);
|
|
200
|
+
* ```
|
|
201
|
+
*/
|
|
202
|
+
function getAssertionState() {
|
|
203
|
+
return assertionState;
|
|
204
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import type { DiffResult, DiffType } from "./types.js";
|
|
2
|
+
/**
|
|
3
|
+
* Colors the output of assertion diffs.
|
|
4
|
+
*
|
|
5
|
+
* @param diffType Difference type, either added or removed.
|
|
6
|
+
* @param background If true, colors the background instead of the text.
|
|
7
|
+
*
|
|
8
|
+
* @returns A function that colors the input string.
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts
|
|
12
|
+
* import { createColor } from "@std/internal";
|
|
13
|
+
* import { assertEquals } from "@std/assert";
|
|
14
|
+
* import { bold, green, red, white } from "@std/fmt/colors";
|
|
15
|
+
*
|
|
16
|
+
* assertEquals(createColor("added")("foo"), green(bold("foo")));
|
|
17
|
+
* assertEquals(createColor("removed")("foo"), red(bold("foo")));
|
|
18
|
+
* assertEquals(createColor("common")("foo"), white("foo"));
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function createColor(diffType: DiffType,
|
|
22
|
+
/**
|
|
23
|
+
* TODO(@littledivy): Remove this when we can detect true color terminals. See
|
|
24
|
+
* https://github.com/denoland/deno_std/issues/2575.
|
|
25
|
+
*/
|
|
26
|
+
background?: boolean): (s: string) => string;
|
|
27
|
+
/**
|
|
28
|
+
* Prefixes `+` or `-` in diff output.
|
|
29
|
+
*
|
|
30
|
+
* @param diffType Difference type, either added or removed
|
|
31
|
+
*
|
|
32
|
+
* @returns A string representing the sign.
|
|
33
|
+
*
|
|
34
|
+
* @example Usage
|
|
35
|
+
* ```ts
|
|
36
|
+
* import { createSign } from "@std/internal";
|
|
37
|
+
* import { assertEquals } from "@std/assert";
|
|
38
|
+
*
|
|
39
|
+
* assertEquals(createSign("added"), "+ ");
|
|
40
|
+
* assertEquals(createSign("removed"), "- ");
|
|
41
|
+
* assertEquals(createSign("common"), " ");
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
export declare function createSign(diffType: DiffType): string;
|
|
45
|
+
/** Options for {@linkcode buildMessage}. */
|
|
46
|
+
export interface BuildMessageOptions {
|
|
47
|
+
/**
|
|
48
|
+
* Whether to output the diff as a single string.
|
|
49
|
+
*
|
|
50
|
+
* @default {false}
|
|
51
|
+
*/
|
|
52
|
+
stringDiff?: boolean;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Builds a message based on the provided diff result.
|
|
56
|
+
*
|
|
57
|
+
* @param diffResult The diff result array.
|
|
58
|
+
* @param options Optional parameters for customizing the message.
|
|
59
|
+
*
|
|
60
|
+
* @returns An array of strings representing the built message.
|
|
61
|
+
*
|
|
62
|
+
* @example Usage
|
|
63
|
+
* ```ts no-assert
|
|
64
|
+
* import { diffStr, buildMessage } from "@std/internal";
|
|
65
|
+
*
|
|
66
|
+
* const diffResult = diffStr("Hello, world!", "Hello, world");
|
|
67
|
+
*
|
|
68
|
+
* console.log(buildMessage(diffResult));
|
|
69
|
+
* // [
|
|
70
|
+
* // "",
|
|
71
|
+
* // "",
|
|
72
|
+
* // " [Diff] Actual / Expected",
|
|
73
|
+
* // "",
|
|
74
|
+
* // "",
|
|
75
|
+
* // "- Hello, world!",
|
|
76
|
+
* // "+ Hello, world",
|
|
77
|
+
* // "",
|
|
78
|
+
* // ]
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
export declare function buildMessage(diffResult: ReadonlyArray<DiffResult<string>>, options?: BuildMessageOptions): string[];
|
|
82
|
+
//# sourceMappingURL=build_message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build_message.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.5/build_message.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEvD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,WAAW,CACzB,QAAQ,EAAE,QAAQ;AAClB;;;GAGG;AACH,UAAU,UAAQ,GACjB,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CASvB;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CASrD;AAED,4CAA4C;AAC5C,MAAM,WAAW,mBAAmB;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,YAAY,CAC1B,UAAU,EAAE,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,EAC7C,OAAO,GAAE,mBAAwB,GAChC,MAAM,EAAE,CAsBV"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.createColor = createColor;
|
|
6
|
+
exports.createSign = createSign;
|
|
7
|
+
exports.buildMessage = buildMessage;
|
|
8
|
+
const styles_js_1 = require("./styles.js");
|
|
9
|
+
/**
|
|
10
|
+
* Colors the output of assertion diffs.
|
|
11
|
+
*
|
|
12
|
+
* @param diffType Difference type, either added or removed.
|
|
13
|
+
* @param background If true, colors the background instead of the text.
|
|
14
|
+
*
|
|
15
|
+
* @returns A function that colors the input string.
|
|
16
|
+
*
|
|
17
|
+
* @example Usage
|
|
18
|
+
* ```ts
|
|
19
|
+
* import { createColor } from "@std/internal";
|
|
20
|
+
* import { assertEquals } from "@std/assert";
|
|
21
|
+
* import { bold, green, red, white } from "@std/fmt/colors";
|
|
22
|
+
*
|
|
23
|
+
* assertEquals(createColor("added")("foo"), green(bold("foo")));
|
|
24
|
+
* assertEquals(createColor("removed")("foo"), red(bold("foo")));
|
|
25
|
+
* assertEquals(createColor("common")("foo"), white("foo"));
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function createColor(diffType,
|
|
29
|
+
/**
|
|
30
|
+
* TODO(@littledivy): Remove this when we can detect true color terminals. See
|
|
31
|
+
* https://github.com/denoland/deno_std/issues/2575.
|
|
32
|
+
*/
|
|
33
|
+
background = false) {
|
|
34
|
+
switch (diffType) {
|
|
35
|
+
case "added":
|
|
36
|
+
return (s) => background ? (0, styles_js_1.bgGreen)((0, styles_js_1.white)(s)) : (0, styles_js_1.green)((0, styles_js_1.bold)(s));
|
|
37
|
+
case "removed":
|
|
38
|
+
return (s) => background ? (0, styles_js_1.bgRed)((0, styles_js_1.white)(s)) : (0, styles_js_1.red)((0, styles_js_1.bold)(s));
|
|
39
|
+
default:
|
|
40
|
+
return styles_js_1.white;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Prefixes `+` or `-` in diff output.
|
|
45
|
+
*
|
|
46
|
+
* @param diffType Difference type, either added or removed
|
|
47
|
+
*
|
|
48
|
+
* @returns A string representing the sign.
|
|
49
|
+
*
|
|
50
|
+
* @example Usage
|
|
51
|
+
* ```ts
|
|
52
|
+
* import { createSign } from "@std/internal";
|
|
53
|
+
* import { assertEquals } from "@std/assert";
|
|
54
|
+
*
|
|
55
|
+
* assertEquals(createSign("added"), "+ ");
|
|
56
|
+
* assertEquals(createSign("removed"), "- ");
|
|
57
|
+
* assertEquals(createSign("common"), " ");
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function createSign(diffType) {
|
|
61
|
+
switch (diffType) {
|
|
62
|
+
case "added":
|
|
63
|
+
return "+ ";
|
|
64
|
+
case "removed":
|
|
65
|
+
return "- ";
|
|
66
|
+
default:
|
|
67
|
+
return " ";
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Builds a message based on the provided diff result.
|
|
72
|
+
*
|
|
73
|
+
* @param diffResult The diff result array.
|
|
74
|
+
* @param options Optional parameters for customizing the message.
|
|
75
|
+
*
|
|
76
|
+
* @returns An array of strings representing the built message.
|
|
77
|
+
*
|
|
78
|
+
* @example Usage
|
|
79
|
+
* ```ts no-assert
|
|
80
|
+
* import { diffStr, buildMessage } from "@std/internal";
|
|
81
|
+
*
|
|
82
|
+
* const diffResult = diffStr("Hello, world!", "Hello, world");
|
|
83
|
+
*
|
|
84
|
+
* console.log(buildMessage(diffResult));
|
|
85
|
+
* // [
|
|
86
|
+
* // "",
|
|
87
|
+
* // "",
|
|
88
|
+
* // " [Diff] Actual / Expected",
|
|
89
|
+
* // "",
|
|
90
|
+
* // "",
|
|
91
|
+
* // "- Hello, world!",
|
|
92
|
+
* // "+ Hello, world",
|
|
93
|
+
* // "",
|
|
94
|
+
* // ]
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
function buildMessage(diffResult, options = {}) {
|
|
98
|
+
const { stringDiff = false } = options;
|
|
99
|
+
const messages = [
|
|
100
|
+
"",
|
|
101
|
+
"",
|
|
102
|
+
` ${(0, styles_js_1.gray)((0, styles_js_1.bold)("[Diff]"))} ${(0, styles_js_1.red)((0, styles_js_1.bold)("Actual"))} / ${(0, styles_js_1.green)((0, styles_js_1.bold)("Expected"))}`,
|
|
103
|
+
"",
|
|
104
|
+
"",
|
|
105
|
+
];
|
|
106
|
+
const diffMessages = diffResult.map((result) => {
|
|
107
|
+
var _a, _b;
|
|
108
|
+
const color = createColor(result.type);
|
|
109
|
+
const line = (_b = (_a = result.details) === null || _a === void 0 ? void 0 : _a.map((detail) => detail.type !== "common"
|
|
110
|
+
? createColor(detail.type, true)(detail.value)
|
|
111
|
+
: detail.value).join("")) !== null && _b !== void 0 ? _b : result.value;
|
|
112
|
+
return color(`${createSign(result.type)}${line}`);
|
|
113
|
+
});
|
|
114
|
+
messages.push(...(stringDiff ? [diffMessages.join("")] : diffMessages), "");
|
|
115
|
+
return messages;
|
|
116
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import type { DiffResult, DiffType } from "./types.js";
|
|
2
|
+
/** Represents the farthest point in the diff algorithm. */
|
|
3
|
+
export interface FarthestPoint {
|
|
4
|
+
/** The y-coordinate of the point. */
|
|
5
|
+
y: number;
|
|
6
|
+
/** The id of the point. */
|
|
7
|
+
id: number;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Creates an array of common elements between two arrays.
|
|
11
|
+
*
|
|
12
|
+
* @typeParam T The type of elements in the arrays.
|
|
13
|
+
*
|
|
14
|
+
* @param A The first array.
|
|
15
|
+
* @param B The second array.
|
|
16
|
+
*
|
|
17
|
+
* @returns An array containing the common elements between the two arrays.
|
|
18
|
+
*
|
|
19
|
+
* @example Usage
|
|
20
|
+
* ```ts
|
|
21
|
+
* import { createCommon } from "@std/internal/diff";
|
|
22
|
+
* import { assertEquals } from "@std/assert";
|
|
23
|
+
*
|
|
24
|
+
* const a = [1, 2, 3];
|
|
25
|
+
* const b = [1, 2, 4];
|
|
26
|
+
*
|
|
27
|
+
* assertEquals(createCommon(a, b), [1, 2]);
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare function createCommon<T>(A: T[], B: T[]): T[];
|
|
31
|
+
/**
|
|
32
|
+
* Asserts that the value is a {@linkcode FarthestPoint}.
|
|
33
|
+
* If not, an error is thrown.
|
|
34
|
+
*
|
|
35
|
+
* @param value The value to check.
|
|
36
|
+
*
|
|
37
|
+
* @returns A void value that returns once the assertion completes.
|
|
38
|
+
*
|
|
39
|
+
* @example Usage
|
|
40
|
+
* ```ts
|
|
41
|
+
* import { assertFp } from "@std/internal/diff";
|
|
42
|
+
* import { assertThrows } from "@std/assert";
|
|
43
|
+
*
|
|
44
|
+
* assertFp({ y: 0, id: 0 });
|
|
45
|
+
* assertThrows(() => assertFp({ id: 0 }));
|
|
46
|
+
* assertThrows(() => assertFp({ y: 0 }));
|
|
47
|
+
* assertThrows(() => assertFp(undefined));
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
export declare function assertFp(value: unknown): asserts value is FarthestPoint;
|
|
51
|
+
/**
|
|
52
|
+
* Creates an array of backtraced differences.
|
|
53
|
+
*
|
|
54
|
+
* @typeParam T The type of elements in the arrays.
|
|
55
|
+
*
|
|
56
|
+
* @param A The first array.
|
|
57
|
+
* @param B The second array.
|
|
58
|
+
* @param current The current {@linkcode FarthestPoint}.
|
|
59
|
+
* @param swapped Boolean indicating if the arrays are swapped.
|
|
60
|
+
* @param routes The routes array.
|
|
61
|
+
* @param diffTypesPtrOffset The offset of the diff types in the routes array.
|
|
62
|
+
*
|
|
63
|
+
* @returns An array of backtraced differences.
|
|
64
|
+
*
|
|
65
|
+
* @example Usage
|
|
66
|
+
* ```ts
|
|
67
|
+
* import { backTrace } from "@std/internal/diff";
|
|
68
|
+
* import { assertEquals } from "@std/assert";
|
|
69
|
+
*
|
|
70
|
+
* assertEquals(
|
|
71
|
+
* backTrace([], [], { y: 0, id: 0 }, false, new Uint32Array(0), 0),
|
|
72
|
+
* [],
|
|
73
|
+
* );
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
export declare function backTrace<T>(A: T[], B: T[], current: FarthestPoint, swapped: boolean, routes: Uint32Array, diffTypesPtrOffset: number): Array<{
|
|
77
|
+
type: DiffType;
|
|
78
|
+
value: T;
|
|
79
|
+
}>;
|
|
80
|
+
/**
|
|
81
|
+
* Creates a {@linkcode FarthestPoint}.
|
|
82
|
+
*
|
|
83
|
+
* @param k The current index.
|
|
84
|
+
* @param M The length of the first array.
|
|
85
|
+
* @param routes The routes array.
|
|
86
|
+
* @param diffTypesPtrOffset The offset of the diff types in the routes array.
|
|
87
|
+
* @param ptr The current pointer.
|
|
88
|
+
* @param slide The slide {@linkcode FarthestPoint}.
|
|
89
|
+
* @param down The down {@linkcode FarthestPoint}.
|
|
90
|
+
*
|
|
91
|
+
* @returns A {@linkcode FarthestPoint}.
|
|
92
|
+
*
|
|
93
|
+
* @example Usage
|
|
94
|
+
* ```ts
|
|
95
|
+
* import { createFp } from "@std/internal/diff";
|
|
96
|
+
* import { assertEquals } from "@std/assert";
|
|
97
|
+
*
|
|
98
|
+
* assertEquals(
|
|
99
|
+
* createFp(
|
|
100
|
+
* 0,
|
|
101
|
+
* 0,
|
|
102
|
+
* new Uint32Array(0),
|
|
103
|
+
* 0,
|
|
104
|
+
* 0,
|
|
105
|
+
* { y: -1, id: 0 },
|
|
106
|
+
* { y: 0, id: 0 },
|
|
107
|
+
* ),
|
|
108
|
+
* { y: -1, id: 1 },
|
|
109
|
+
* );
|
|
110
|
+
* ```
|
|
111
|
+
*/
|
|
112
|
+
export declare function createFp(k: number, M: number, routes: Uint32Array, diffTypesPtrOffset: number, ptr: number, slide?: FarthestPoint, down?: FarthestPoint): FarthestPoint;
|
|
113
|
+
/**
|
|
114
|
+
* Renders the differences between the actual and expected values.
|
|
115
|
+
*
|
|
116
|
+
* @typeParam T The type of elements in the arrays.
|
|
117
|
+
*
|
|
118
|
+
* @param A Actual value
|
|
119
|
+
* @param B Expected value
|
|
120
|
+
*
|
|
121
|
+
* @returns An array of differences between the actual and expected values.
|
|
122
|
+
*
|
|
123
|
+
* @example Usage
|
|
124
|
+
* ```ts
|
|
125
|
+
* import { diff } from "@std/internal/diff";
|
|
126
|
+
* import { assertEquals } from "@std/assert";
|
|
127
|
+
*
|
|
128
|
+
* const a = [1, 2, 3];
|
|
129
|
+
* const b = [1, 2, 4];
|
|
130
|
+
*
|
|
131
|
+
* assertEquals(diff(a, b), [
|
|
132
|
+
* { type: "common", value: 1 },
|
|
133
|
+
* { type: "common", value: 2 },
|
|
134
|
+
* { type: "removed", value: 3 },
|
|
135
|
+
* { type: "added", value: 4 },
|
|
136
|
+
* ]);
|
|
137
|
+
* ```
|
|
138
|
+
*/
|
|
139
|
+
export declare function diff<T>(A: T[], B: T[]): DiffResult<T>[];
|
|
140
|
+
//# sourceMappingURL=diff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diff.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.5/diff.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEvD,2DAA2D;AAC3D,MAAM,WAAW,aAAa;IAC5B,qCAAqC;IACrC,CAAC,EAAE,MAAM,CAAC;IACV,2BAA2B;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ;AAMD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,CAanD;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,KAAK,IAAI,aAAa,CAWvE;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,SAAS,CAAC,CAAC,EACzB,CAAC,EAAE,CAAC,EAAE,EACN,CAAC,EAAE,CAAC,EAAE,EACN,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,WAAW,EACnB,kBAAkB,EAAE,MAAM,GACzB,KAAK,CAAC;IACP,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,CAAC,CAAC;CACV,CAAC,CAgCD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,QAAQ,CACtB,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,MAAM,EAAE,WAAW,EACnB,kBAAkB,EAAE,MAAM,EAC1B,GAAG,EAAE,MAAM,EACX,KAAK,CAAC,EAAE,aAAa,EACrB,IAAI,CAAC,EAAE,aAAa,GACnB,aAAa,CAsBf;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,UAAU,CAAC,CAAC,CAAC,EAAE,CAwEvD"}
|