@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,674 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An error related to spying on a function or instance method.
|
|
3
|
+
*
|
|
4
|
+
* @example Usage
|
|
5
|
+
* ```ts
|
|
6
|
+
* import { MockError, spy } from "@std/testing/mock";
|
|
7
|
+
* import { assertThrows } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertThrows(() => {
|
|
10
|
+
* spy({} as any, "no-such-method");
|
|
11
|
+
* }, MockError);
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class MockError extends Error {
|
|
15
|
+
/**
|
|
16
|
+
* Construct MockError
|
|
17
|
+
*
|
|
18
|
+
* @param message The error message.
|
|
19
|
+
*/
|
|
20
|
+
constructor(message: string);
|
|
21
|
+
}
|
|
22
|
+
/** Call information recorded by a spy. */
|
|
23
|
+
export interface SpyCall<Self = any, Args extends unknown[] = any[], Return = any> {
|
|
24
|
+
/** Arguments passed to a function when called. */
|
|
25
|
+
args: Args;
|
|
26
|
+
/** The value that was returned by a function. */
|
|
27
|
+
returned?: Return;
|
|
28
|
+
/** The error value that was thrown by a function. */
|
|
29
|
+
error?: Error;
|
|
30
|
+
/** The instance that a method was called on. */
|
|
31
|
+
self?: Self;
|
|
32
|
+
}
|
|
33
|
+
/** A function or instance method wrapper that records all calls made to it. */
|
|
34
|
+
export interface Spy<Self = any, Args extends unknown[] = any[], Return = any> {
|
|
35
|
+
(this: Self, ...args: Args): Return;
|
|
36
|
+
/** The function that is being spied on. */
|
|
37
|
+
original: (this: Self, ...args: Args) => Return;
|
|
38
|
+
/** Information about calls made to the function or instance method. */
|
|
39
|
+
calls: SpyCall<Self, Args, Return>[];
|
|
40
|
+
/** Whether or not the original instance method has been restored. */
|
|
41
|
+
restored: boolean;
|
|
42
|
+
/** If spying on an instance method, this restores the original instance method. */
|
|
43
|
+
restore(): void;
|
|
44
|
+
}
|
|
45
|
+
/** An instance method wrapper that records all calls made to it. */
|
|
46
|
+
export interface MethodSpy<Self = any, Args extends unknown[] = any[], Return = any> extends Spy<Self, Args, Return>, Disposable {
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Creates a session that tracks all mocks created before it's restored.
|
|
50
|
+
* If a callback is provided, it restores all mocks created within it.
|
|
51
|
+
*
|
|
52
|
+
* @example Usage
|
|
53
|
+
* ```ts
|
|
54
|
+
* import { mockSession, restore, stub } from "@std/testing/mock";
|
|
55
|
+
* import { assertEquals, assertNotEquals } from "@std/assert";
|
|
56
|
+
*
|
|
57
|
+
* const setTimeout = globalThis.setTimeout;
|
|
58
|
+
* const id = mockSession();
|
|
59
|
+
*
|
|
60
|
+
* stub(globalThis, "setTimeout");
|
|
61
|
+
*
|
|
62
|
+
* assertNotEquals(globalThis.setTimeout, setTimeout);
|
|
63
|
+
*
|
|
64
|
+
* restore(id);
|
|
65
|
+
*
|
|
66
|
+
* assertEquals(globalThis.setTimeout, setTimeout);
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @returns The id of the created session.
|
|
70
|
+
*/
|
|
71
|
+
export declare function mockSession(): number;
|
|
72
|
+
/**
|
|
73
|
+
* Creates a session that tracks all mocks created before it's restored.
|
|
74
|
+
* If a callback is provided, it restores all mocks created within it.
|
|
75
|
+
*
|
|
76
|
+
* @example Usage
|
|
77
|
+
* ```ts
|
|
78
|
+
* import { mockSession, restore, stub } from "@std/testing/mock";
|
|
79
|
+
* import { assertEquals, assertNotEquals } from "@std/assert";
|
|
80
|
+
*
|
|
81
|
+
* const setTimeout = globalThis.setTimeout;
|
|
82
|
+
* const session = mockSession(() => {
|
|
83
|
+
* stub(globalThis, "setTimeout");
|
|
84
|
+
* assertNotEquals(globalThis.setTimeout, setTimeout);
|
|
85
|
+
* });
|
|
86
|
+
*
|
|
87
|
+
* session();
|
|
88
|
+
*
|
|
89
|
+
* assertEquals(globalThis.setTimeout, setTimeout); // stub is restored
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* @typeParam Self The self type of the function.
|
|
93
|
+
* @typeParam Args The arguments type of the function.
|
|
94
|
+
* @typeParam Return The return type of the function.
|
|
95
|
+
* @param func The function to be used for the created session.
|
|
96
|
+
* @returns The function to execute the session.
|
|
97
|
+
*/
|
|
98
|
+
export declare function mockSession<Self, Args extends unknown[], Return>(func: (this: Self, ...args: Args) => Return): (this: Self, ...args: Args) => Return;
|
|
99
|
+
/**
|
|
100
|
+
* Creates an async session that tracks all mocks created before the promise resolves.
|
|
101
|
+
*
|
|
102
|
+
* @example Usage
|
|
103
|
+
* ```ts
|
|
104
|
+
* import { mockSessionAsync, restore, stub } from "@std/testing/mock";
|
|
105
|
+
* import { assertEquals, assertNotEquals } from "@std/assert";
|
|
106
|
+
*
|
|
107
|
+
* const setTimeout = globalThis.setTimeout;
|
|
108
|
+
* const session = mockSessionAsync(async () => {
|
|
109
|
+
* stub(globalThis, "setTimeout");
|
|
110
|
+
* assertNotEquals(globalThis.setTimeout, setTimeout);
|
|
111
|
+
* });
|
|
112
|
+
*
|
|
113
|
+
* await session();
|
|
114
|
+
*
|
|
115
|
+
* assertEquals(globalThis.setTimeout, setTimeout); // stub is restored
|
|
116
|
+
* ```
|
|
117
|
+
* @typeParam Self The self type of the function.
|
|
118
|
+
* @typeParam Args The arguments type of the function.
|
|
119
|
+
* @typeParam Return The return type of the function.
|
|
120
|
+
* @param func The function.
|
|
121
|
+
* @returns The return value of the function.
|
|
122
|
+
*/
|
|
123
|
+
export declare function mockSessionAsync<Self, Args extends unknown[], Return>(func: (this: Self, ...args: Args) => Promise<Return>): (this: Self, ...args: Args) => Promise<Return>;
|
|
124
|
+
/**
|
|
125
|
+
* Restores all mocks registered in the current session that have not already been restored.
|
|
126
|
+
* If an id is provided, it will restore all mocks registered in the session associed with that id that have not already been restored.
|
|
127
|
+
*
|
|
128
|
+
* @example Usage
|
|
129
|
+
* ```ts
|
|
130
|
+
* import { mockSession, restore, stub } from "@std/testing/mock";
|
|
131
|
+
* import { assertEquals, assertNotEquals } from "@std/assert";
|
|
132
|
+
*
|
|
133
|
+
* const setTimeout = globalThis.setTimeout;
|
|
134
|
+
*
|
|
135
|
+
* stub(globalThis, "setTimeout");
|
|
136
|
+
*
|
|
137
|
+
* assertNotEquals(globalThis.setTimeout, setTimeout);
|
|
138
|
+
*
|
|
139
|
+
* restore();
|
|
140
|
+
*
|
|
141
|
+
* assertEquals(globalThis.setTimeout, setTimeout);
|
|
142
|
+
* ```
|
|
143
|
+
*
|
|
144
|
+
* @param id The id of the session to restore. If not provided, all mocks registered in the current session are restored.
|
|
145
|
+
*/
|
|
146
|
+
export declare function restore(id?: number): void;
|
|
147
|
+
/** A constructor wrapper that records all calls made to it. */
|
|
148
|
+
export interface ConstructorSpy<Self = any, Args extends unknown[] = any[]> {
|
|
149
|
+
/** Construct an instance. */
|
|
150
|
+
new (...args: Args): Self;
|
|
151
|
+
/** The function that is being spied on. */
|
|
152
|
+
original: new (...args: Args) => Self;
|
|
153
|
+
/** Information about calls made to the function or instance method. */
|
|
154
|
+
calls: SpyCall<Self, Args, Self>[];
|
|
155
|
+
/** Whether or not the original instance method has been restored. */
|
|
156
|
+
restored: boolean;
|
|
157
|
+
/** If spying on an instance method, this restores the original instance method. */
|
|
158
|
+
restore(): void;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Utility for extracting the arguments type from a property
|
|
162
|
+
*
|
|
163
|
+
* @internal
|
|
164
|
+
*/
|
|
165
|
+
export type GetParametersFromProp<Self, Prop extends keyof Self> = Self[Prop] extends (...args: infer Args) => unknown ? Args : unknown[];
|
|
166
|
+
/**
|
|
167
|
+
* Utility for extracting the return type from a property
|
|
168
|
+
*
|
|
169
|
+
* @internal
|
|
170
|
+
*/
|
|
171
|
+
export type GetReturnFromProp<Self, Prop extends keyof Self> = Self[Prop] extends (...args: any[]) => infer Return ? Return : unknown;
|
|
172
|
+
/** SpyLink object type. */
|
|
173
|
+
export type SpyLike<Self = any, Args extends unknown[] = any[], Return = any> = Spy<Self, Args, Return> | ConstructorSpy<Self, Args>;
|
|
174
|
+
/** Creates a spy function.
|
|
175
|
+
*
|
|
176
|
+
* @example Usage
|
|
177
|
+
* ```ts
|
|
178
|
+
* import {
|
|
179
|
+
* assertSpyCall,
|
|
180
|
+
* assertSpyCalls,
|
|
181
|
+
* spy,
|
|
182
|
+
* } from "@std/testing/mock";
|
|
183
|
+
*
|
|
184
|
+
* const func = spy();
|
|
185
|
+
*
|
|
186
|
+
* func();
|
|
187
|
+
* func(1);
|
|
188
|
+
* func(2, 3);
|
|
189
|
+
*
|
|
190
|
+
* assertSpyCalls(func, 3);
|
|
191
|
+
*
|
|
192
|
+
* // asserts each call made to the spy function.
|
|
193
|
+
* assertSpyCall(func, 0, { args: [] });
|
|
194
|
+
* assertSpyCall(func, 1, { args: [1] });
|
|
195
|
+
* assertSpyCall(func, 2, { args: [2, 3] });
|
|
196
|
+
* ```
|
|
197
|
+
*
|
|
198
|
+
* @typeParam Self The self type of the function.
|
|
199
|
+
* @typeParam Args The arguments type of the function.
|
|
200
|
+
* @typeParam Return The return type of the function.
|
|
201
|
+
* @returns The spy function.
|
|
202
|
+
*/
|
|
203
|
+
export declare function spy<Self = any, Args extends unknown[] = any[], Return = undefined>(): Spy<Self, Args, Return>;
|
|
204
|
+
/**
|
|
205
|
+
* Create a spy function with the given implementation.
|
|
206
|
+
*
|
|
207
|
+
* @example Usage
|
|
208
|
+
* ```ts
|
|
209
|
+
* import {
|
|
210
|
+
* assertSpyCall,
|
|
211
|
+
* assertSpyCalls,
|
|
212
|
+
* spy,
|
|
213
|
+
* } from "@std/testing/mock";
|
|
214
|
+
*
|
|
215
|
+
* const func = spy((a: number, b: number) => a + b);
|
|
216
|
+
*
|
|
217
|
+
* func(3, 4);
|
|
218
|
+
* func(5, 6);
|
|
219
|
+
*
|
|
220
|
+
* assertSpyCalls(func, 2);
|
|
221
|
+
*
|
|
222
|
+
* // asserts each call made to the spy function.
|
|
223
|
+
* assertSpyCall(func, 0, { args: [3, 4], returned: 7 });
|
|
224
|
+
* assertSpyCall(func, 1, { args: [5, 6], returned: 11 });
|
|
225
|
+
* ```
|
|
226
|
+
*
|
|
227
|
+
* @typeParam Self The self type of the function to wrap
|
|
228
|
+
* @typeParam Args The arguments type of the function to wrap
|
|
229
|
+
* @typeParam Return The return type of the function to wrap
|
|
230
|
+
* @param func The function to wrap
|
|
231
|
+
* @returns The wrapped function.
|
|
232
|
+
*/
|
|
233
|
+
export declare function spy<Self, Args extends unknown[], Return>(func: (this: Self, ...args: Args) => Return): Spy<Self, Args, Return>;
|
|
234
|
+
/**
|
|
235
|
+
* Create a spy constructor.
|
|
236
|
+
*
|
|
237
|
+
* @example Usage
|
|
238
|
+
* ```ts
|
|
239
|
+
* import {
|
|
240
|
+
* assertSpyCall,
|
|
241
|
+
* assertSpyCalls,
|
|
242
|
+
* spy,
|
|
243
|
+
* } from "@std/testing/mock";
|
|
244
|
+
*
|
|
245
|
+
* class Foo {
|
|
246
|
+
* constructor(value: string) {}
|
|
247
|
+
* };
|
|
248
|
+
*
|
|
249
|
+
* const Constructor = spy(Foo);
|
|
250
|
+
*
|
|
251
|
+
* new Constructor("foo");
|
|
252
|
+
* new Constructor("bar");
|
|
253
|
+
*
|
|
254
|
+
* assertSpyCalls(Constructor, 2);
|
|
255
|
+
*
|
|
256
|
+
* // asserts each call made to the spy function.
|
|
257
|
+
* assertSpyCall(Constructor, 0, { args: ["foo"] });
|
|
258
|
+
* assertSpyCall(Constructor, 1, { args: ["bar"] });
|
|
259
|
+
* ```
|
|
260
|
+
*
|
|
261
|
+
* @typeParam Self The type of the instance of the class.
|
|
262
|
+
* @typeParam Args The arguments type of the constructor
|
|
263
|
+
* @param constructor The constructor to spy.
|
|
264
|
+
* @returns The wrapped constructor.
|
|
265
|
+
*/
|
|
266
|
+
export declare function spy<Self, Args extends unknown[]>(constructor: new (...args: Args) => Self): ConstructorSpy<Self, Args>;
|
|
267
|
+
/**
|
|
268
|
+
* Wraps a instance method with a Spy.
|
|
269
|
+
*
|
|
270
|
+
* @example Usage
|
|
271
|
+
* ```ts
|
|
272
|
+
* import {
|
|
273
|
+
* assertSpyCall,
|
|
274
|
+
* assertSpyCalls,
|
|
275
|
+
* spy,
|
|
276
|
+
* } from "@std/testing/mock";
|
|
277
|
+
*
|
|
278
|
+
* const obj = {
|
|
279
|
+
* method(a: number, b: number): number {
|
|
280
|
+
* return a + b;
|
|
281
|
+
* },
|
|
282
|
+
* };
|
|
283
|
+
*
|
|
284
|
+
* const methodSpy = spy(obj, "method");
|
|
285
|
+
*
|
|
286
|
+
* obj.method(1, 2);
|
|
287
|
+
* obj.method(3, 4);
|
|
288
|
+
*
|
|
289
|
+
* assertSpyCalls(methodSpy, 2);
|
|
290
|
+
*
|
|
291
|
+
* // asserts each call made to the spy function.
|
|
292
|
+
* assertSpyCall(methodSpy, 0, { args: [1, 2], returned: 3 });
|
|
293
|
+
* assertSpyCall(methodSpy, 1, { args: [3, 4], returned: 7 });
|
|
294
|
+
* ```
|
|
295
|
+
*
|
|
296
|
+
* @typeParam Self The type of the instance to spy the method of.
|
|
297
|
+
* @typeParam Prop The property to spy.
|
|
298
|
+
* @param self The instance to spy.
|
|
299
|
+
* @param property The property of the method to spy.
|
|
300
|
+
* @returns The spy function.
|
|
301
|
+
*/
|
|
302
|
+
export declare function spy<Self, Prop extends keyof Self>(self: Self, property: Prop): MethodSpy<Self, GetParametersFromProp<Self, Prop>, GetReturnFromProp<Self, Prop>>;
|
|
303
|
+
/** An instance method replacement that records all calls made to it. */
|
|
304
|
+
export interface Stub<Self = any, Args extends unknown[] = any[], Return = any> extends MethodSpy<Self, Args, Return> {
|
|
305
|
+
/** The function that is used instead of the original. */
|
|
306
|
+
fake: (this: Self, ...args: Args) => Return;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Replaces an instance method with a Stub with empty implementation.
|
|
310
|
+
*
|
|
311
|
+
* @example Usage
|
|
312
|
+
* ```ts
|
|
313
|
+
* import { stub, assertSpyCalls } from "@std/testing/mock";
|
|
314
|
+
*
|
|
315
|
+
* const obj = {
|
|
316
|
+
* method() {
|
|
317
|
+
* // some inconventient feature for testing
|
|
318
|
+
* },
|
|
319
|
+
* };
|
|
320
|
+
*
|
|
321
|
+
* const methodStub = stub(obj, "method");
|
|
322
|
+
*
|
|
323
|
+
* for (const _ of Array(5)) {
|
|
324
|
+
* obj.method();
|
|
325
|
+
* }
|
|
326
|
+
*
|
|
327
|
+
* assertSpyCalls(methodStub, 5);
|
|
328
|
+
* ```
|
|
329
|
+
|
|
330
|
+
*
|
|
331
|
+
* @typeParam Self The self type of the instance to replace a method of.
|
|
332
|
+
* @typeParam Prop The property of the instance to replace.
|
|
333
|
+
* @param self The instance to replace a method of.
|
|
334
|
+
* @param property The property of the instance to replace.
|
|
335
|
+
* @returns The stub function which replaced the original.
|
|
336
|
+
*/
|
|
337
|
+
export declare function stub<Self, Prop extends keyof Self>(self: Self, property: Prop): Stub<Self, GetParametersFromProp<Self, Prop>, GetReturnFromProp<Self, Prop>>;
|
|
338
|
+
/**
|
|
339
|
+
* Replaces an instance method with a Stub with the given implementation.
|
|
340
|
+
*
|
|
341
|
+
* @example Usage
|
|
342
|
+
* ```ts
|
|
343
|
+
* import { stub } from "@std/testing/mock";
|
|
344
|
+
* import { assertEquals } from "@std/assert";
|
|
345
|
+
*
|
|
346
|
+
* const obj = {
|
|
347
|
+
* method(): number {
|
|
348
|
+
* return Math.random();
|
|
349
|
+
* },
|
|
350
|
+
* };
|
|
351
|
+
*
|
|
352
|
+
* const methodStub = stub(obj, "method", () => 0.5);
|
|
353
|
+
*
|
|
354
|
+
* assertEquals(obj.method(), 0.5);
|
|
355
|
+
* ```
|
|
356
|
+
*
|
|
357
|
+
* @typeParam Self The self type of the instance to replace a method of.
|
|
358
|
+
* @typeParam Prop The property of the instance to replace.
|
|
359
|
+
* @param self The instance to replace a method of.
|
|
360
|
+
* @param property The property of the instance to replace.
|
|
361
|
+
* @param func The fake implementation of the function.
|
|
362
|
+
* @returns The stub function which replaced the original.
|
|
363
|
+
*/
|
|
364
|
+
export declare function stub<Self, Prop extends keyof Self>(self: Self, property: Prop, func: (this: Self, ...args: GetParametersFromProp<Self, Prop>) => GetReturnFromProp<Self, Prop>): Stub<Self, GetParametersFromProp<Self, Prop>, GetReturnFromProp<Self, Prop>>;
|
|
365
|
+
/**
|
|
366
|
+
* Asserts that a spy is called as much as expected and no more.
|
|
367
|
+
*
|
|
368
|
+
* @example Usage
|
|
369
|
+
* ```ts
|
|
370
|
+
* import { assertSpyCalls, spy } from "@std/testing/mock";
|
|
371
|
+
*
|
|
372
|
+
* const func = spy();
|
|
373
|
+
*
|
|
374
|
+
* func();
|
|
375
|
+
* func();
|
|
376
|
+
*
|
|
377
|
+
* assertSpyCalls(func, 2);
|
|
378
|
+
* ```
|
|
379
|
+
*
|
|
380
|
+
* @typeParam Self The self type of the spy function.
|
|
381
|
+
* @typeParam Args The arguments type of the spy function.
|
|
382
|
+
* @typeParam Return The return type of the spy function.
|
|
383
|
+
* @param spy The spy to check
|
|
384
|
+
* @param expectedCalls The number of the expected calls.
|
|
385
|
+
*/
|
|
386
|
+
export declare function assertSpyCalls<Self, Args extends unknown[], Return>(spy: SpyLike<Self, Args, Return>, expectedCalls: number): void;
|
|
387
|
+
/** Call information recorded by a spy. */
|
|
388
|
+
export interface ExpectedSpyCall<Self = any, Args extends unknown[] = any[], Return = any> {
|
|
389
|
+
/** Arguments passed to a function when called. */
|
|
390
|
+
args?: [...Args, ...unknown[]];
|
|
391
|
+
/** The instance that a method was called on. */
|
|
392
|
+
self?: Self;
|
|
393
|
+
/**
|
|
394
|
+
* The value that was returned by a function.
|
|
395
|
+
* If you expect a promise to reject, expect error instead.
|
|
396
|
+
*/
|
|
397
|
+
returned?: Return;
|
|
398
|
+
/** The expected thrown error. */
|
|
399
|
+
error?: {
|
|
400
|
+
/** The class for the error that was thrown by a function. */
|
|
401
|
+
Class?: new (...args: any[]) => Error;
|
|
402
|
+
/** Part of the message for the error that was thrown by a function. */
|
|
403
|
+
msgIncludes?: string;
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* Asserts that a spy is called as expected.
|
|
408
|
+
*
|
|
409
|
+
* @example Usage
|
|
410
|
+
* ```ts
|
|
411
|
+
* import { assertSpyCall, spy } from "@std/testing/mock";
|
|
412
|
+
*
|
|
413
|
+
* const func = spy((a: number, b: number) => a + b);
|
|
414
|
+
*
|
|
415
|
+
* func(3, 4);
|
|
416
|
+
* func(5, 6);
|
|
417
|
+
*
|
|
418
|
+
* // asserts each call made to the spy function.
|
|
419
|
+
* assertSpyCall(func, 0, { args: [3, 4], returned: 7 });
|
|
420
|
+
* assertSpyCall(func, 1, { args: [5, 6], returned: 11 });
|
|
421
|
+
* ```
|
|
422
|
+
*
|
|
423
|
+
* @typeParam Self The self type of the spy function.
|
|
424
|
+
* @typeParam Args The arguments type of the spy function.
|
|
425
|
+
* @typeParam Return The return type of the spy function.
|
|
426
|
+
* @param spy The spy to check
|
|
427
|
+
* @param callIndex The index of the call to check
|
|
428
|
+
* @param expected The expected spy call.
|
|
429
|
+
*/
|
|
430
|
+
export declare function assertSpyCall<Self, Args extends unknown[], Return>(spy: SpyLike<Self, Args, Return>, callIndex: number, expected?: ExpectedSpyCall<Self, Args, Return>): void;
|
|
431
|
+
/**
|
|
432
|
+
* Asserts that an async spy is called as expected.
|
|
433
|
+
*
|
|
434
|
+
* @example Usage
|
|
435
|
+
* ```ts
|
|
436
|
+
* import { assertSpyCallAsync, spy } from "@std/testing/mock";
|
|
437
|
+
*
|
|
438
|
+
* const func = spy((a: number, b: number) => new Promise((resolve) => {
|
|
439
|
+
* setTimeout(() => resolve(a + b), 100)
|
|
440
|
+
* }));
|
|
441
|
+
*
|
|
442
|
+
* await func(3, 4);
|
|
443
|
+
* await func(5, 6);
|
|
444
|
+
*
|
|
445
|
+
* // asserts each call made to the spy function.
|
|
446
|
+
* await assertSpyCallAsync(func, 0, { args: [3, 4], returned: 7 });
|
|
447
|
+
* await assertSpyCallAsync(func, 1, { args: [5, 6], returned: 11 });
|
|
448
|
+
* ```
|
|
449
|
+
*
|
|
450
|
+
* @typeParam Self The self type of the spy function.
|
|
451
|
+
* @typeParam Args The arguments type of the spy function.
|
|
452
|
+
* @typeParam Return The return type of the spy function.
|
|
453
|
+
* @param spy The spy to check
|
|
454
|
+
* @param callIndex The index of the call to check
|
|
455
|
+
* @param expected The expected spy call.
|
|
456
|
+
*/
|
|
457
|
+
export declare function assertSpyCallAsync<Self, Args extends unknown[], Return>(spy: SpyLike<Self, Args, Promise<Return>>, callIndex: number, expected?: ExpectedSpyCall<Self, Args, Promise<Return> | Return>): Promise<void>;
|
|
458
|
+
/**
|
|
459
|
+
* Asserts that a spy is called with a specific arg as expected.
|
|
460
|
+
*
|
|
461
|
+
* @example Usage
|
|
462
|
+
* ```ts
|
|
463
|
+
* import { assertSpyCallArg, spy } from "@std/testing/mock";
|
|
464
|
+
*
|
|
465
|
+
* const func = spy((a: number, b: number) => a + b);
|
|
466
|
+
*
|
|
467
|
+
* func(3, 4);
|
|
468
|
+
* func(5, 6);
|
|
469
|
+
*
|
|
470
|
+
* // asserts each call made to the spy function.
|
|
471
|
+
* assertSpyCallArg(func, 0, 0, 3);
|
|
472
|
+
* assertSpyCallArg(func, 0, 1, 4);
|
|
473
|
+
* assertSpyCallArg(func, 1, 0, 5);
|
|
474
|
+
* assertSpyCallArg(func, 1, 1, 6);
|
|
475
|
+
* ```
|
|
476
|
+
*
|
|
477
|
+
* @typeParam Self The self type of the spy function.
|
|
478
|
+
* @typeParam Args The arguments type of the spy function.
|
|
479
|
+
* @typeParam Return The return type of the spy function.
|
|
480
|
+
* @typeParam ExpectedArg The expected type of the argument for the spy to be called.
|
|
481
|
+
* @param spy The spy to check.
|
|
482
|
+
* @param callIndex The index of the call to check.
|
|
483
|
+
* @param argIndex The index of the arguments to check.
|
|
484
|
+
* @param expected The expected argument.
|
|
485
|
+
* @returns The actual argument.
|
|
486
|
+
*/
|
|
487
|
+
export declare function assertSpyCallArg<Self, Args extends unknown[], Return, ExpectedArg>(spy: SpyLike<Self, Args, Return>, callIndex: number, argIndex: number, expected: ExpectedArg): ExpectedArg;
|
|
488
|
+
/**
|
|
489
|
+
* Asserts that an spy is called with a specific range of args as expected.
|
|
490
|
+
* If a start and end index is not provided, the expected will be compared against all args.
|
|
491
|
+
* If a start is provided without an end index, the expected will be compared against all args from the start index to the end.
|
|
492
|
+
* The end index is not included in the range of args that are compared.
|
|
493
|
+
*
|
|
494
|
+
* @example Usage
|
|
495
|
+
* ```ts
|
|
496
|
+
* import { assertSpyCallArgs, spy } from "@std/testing/mock";
|
|
497
|
+
*
|
|
498
|
+
* const func = spy((a: number, b: number) => a + b);
|
|
499
|
+
*
|
|
500
|
+
* func(3, 4);
|
|
501
|
+
* func(5, 6);
|
|
502
|
+
*
|
|
503
|
+
* // asserts each call made to the spy function.
|
|
504
|
+
* assertSpyCallArgs(func, 0, [3, 4]);
|
|
505
|
+
* assertSpyCallArgs(func, 1, [5, 6]);
|
|
506
|
+
* ```
|
|
507
|
+
*
|
|
508
|
+
* @typeParam Self The self type of the spy function.
|
|
509
|
+
* @typeParam Args The arguments type of the spy function.
|
|
510
|
+
* @typeParam Return The return type of the spy function.
|
|
511
|
+
* @typeParam ExpectedArgs The expected type of the arguments for the spy to be called.
|
|
512
|
+
* @param spy The spy to check.
|
|
513
|
+
* @param callIndex The index of the call to check.
|
|
514
|
+
* @param expected The expected arguments.
|
|
515
|
+
* @returns The actual arguments.
|
|
516
|
+
*/
|
|
517
|
+
export declare function assertSpyCallArgs<Self, Args extends unknown[], Return, ExpectedArgs extends unknown[]>(spy: SpyLike<Self, Args, Return>, callIndex: number, expected: ExpectedArgs): ExpectedArgs;
|
|
518
|
+
/**
|
|
519
|
+
* Asserts that an spy is called with a specific range of args as expected.
|
|
520
|
+
* If a start and end index is not provided, the expected will be compared against all args.
|
|
521
|
+
* If a start is provided without an end index, the expected will be compared against all args from the start index to the end.
|
|
522
|
+
* The end index is not included in the range of args that are compared.
|
|
523
|
+
*
|
|
524
|
+
* @example Usage
|
|
525
|
+
* ```ts
|
|
526
|
+
* import { assertSpyCallArgs, spy } from "@std/testing/mock";
|
|
527
|
+
*
|
|
528
|
+
* const func = spy((...args) => {});
|
|
529
|
+
*
|
|
530
|
+
* func(0, 1, 2, 3, 4, 5);
|
|
531
|
+
*
|
|
532
|
+
* assertSpyCallArgs(func, 0, 3, [3, 4, 5]);
|
|
533
|
+
* ```
|
|
534
|
+
*
|
|
535
|
+
* @typeParam Self The self type of the spy function.
|
|
536
|
+
* @typeParam Args The arguments type of the spy function.
|
|
537
|
+
* @typeParam Return The return type of the spy function.
|
|
538
|
+
* @typeParam ExpectedArgs The expected type of the arguments for the spy to be called.
|
|
539
|
+
* @param spy The spy to check.
|
|
540
|
+
* @param callIndex The index of the call to check.
|
|
541
|
+
* @param argsStart The start index of the arguments to check. If not specified, it checks the arguments from the beignning.
|
|
542
|
+
* @param expected The expected arguments.
|
|
543
|
+
* @returns The actual arguments.
|
|
544
|
+
*/
|
|
545
|
+
export declare function assertSpyCallArgs<Self, Args extends unknown[], Return, ExpectedArgs extends unknown[]>(spy: SpyLike<Self, Args, Return>, callIndex: number, argsStart: number, expected: ExpectedArgs): ExpectedArgs;
|
|
546
|
+
/**
|
|
547
|
+
* Asserts that an spy is called with a specific range of args as expected.
|
|
548
|
+
* If a start and end index is not provided, the expected will be compared against all args.
|
|
549
|
+
* If a start is provided without an end index, the expected will be compared against all args from the start index to the end.
|
|
550
|
+
* The end index is not included in the range of args that are compared.
|
|
551
|
+
*
|
|
552
|
+
* @example Usage
|
|
553
|
+
* ```ts
|
|
554
|
+
* import { assertSpyCallArgs, spy } from "@std/testing/mock";
|
|
555
|
+
*
|
|
556
|
+
* const func = spy((...args) => {});
|
|
557
|
+
*
|
|
558
|
+
* func(0, 1, 2, 3, 4, 5);
|
|
559
|
+
*
|
|
560
|
+
* assertSpyCallArgs(func, 0, 3, 4, [3]);
|
|
561
|
+
* ```
|
|
562
|
+
*
|
|
563
|
+
* @typeParam Self The self type of the spy function.
|
|
564
|
+
* @typeParam Args The arguments type of the spy function.
|
|
565
|
+
* @typeParam Return The return type of the spy function.
|
|
566
|
+
* @typeParam ExpectedArgs The expected type of the arguments for the spy to be called.
|
|
567
|
+
* @param spy The spy to check
|
|
568
|
+
* @param callIndex The index of the call to check
|
|
569
|
+
* @param argsStart The start index of the arguments to check. If not specified, it checks the arguments from the beignning.
|
|
570
|
+
* @param argsEnd The end index of the arguments to check. If not specified, it checks the arguments until the end.
|
|
571
|
+
* @param expected The expected arguments.
|
|
572
|
+
* @returns The actual arguments
|
|
573
|
+
*/
|
|
574
|
+
export declare function assertSpyCallArgs<Self, Args extends unknown[], Return, ExpectedArgs extends unknown[]>(spy: SpyLike<Self, Args, Return>, callIndex: number, argsStart: number, argsEnd: number, expected: ExpectedArgs): ExpectedArgs;
|
|
575
|
+
/**
|
|
576
|
+
* Creates a function that returns the instance the method was called on.
|
|
577
|
+
*
|
|
578
|
+
* @example Usage
|
|
579
|
+
* ```ts
|
|
580
|
+
* import { returnsThis } from "@std/testing/mock";
|
|
581
|
+
* import { assertEquals } from "@std/assert";
|
|
582
|
+
*
|
|
583
|
+
* const func = returnsThis();
|
|
584
|
+
* const obj = { func };
|
|
585
|
+
* assertEquals(obj.func(), obj);
|
|
586
|
+
* ```
|
|
587
|
+
*
|
|
588
|
+
* @typeParam Self The self type of the returned function.
|
|
589
|
+
* @typeParam Args The arguments type of the returned function.
|
|
590
|
+
* @returns A function that returns the instance the method was called on.
|
|
591
|
+
*/
|
|
592
|
+
export declare function returnsThis<Self = any, Args extends unknown[] = any[]>(): (this: Self, ...args: Args) => Self;
|
|
593
|
+
/**
|
|
594
|
+
* Creates a function that returns one of its arguments.
|
|
595
|
+
*
|
|
596
|
+
* @example Usage
|
|
597
|
+
* ```ts
|
|
598
|
+
* import { returnsArg } from "@std/testing/mock";
|
|
599
|
+
* import { assertEquals } from "@std/assert";
|
|
600
|
+
*
|
|
601
|
+
* const func = returnsArg(1);
|
|
602
|
+
* assertEquals(func(1, 2, 3), 2);
|
|
603
|
+
* ```
|
|
604
|
+
*
|
|
605
|
+
* @typeParam Arg The type of returned argument.
|
|
606
|
+
* @typeParam Self The self type of the returned function.
|
|
607
|
+
* @param idx The index of the arguments to use.
|
|
608
|
+
* @returns A function that returns one of its arguments.
|
|
609
|
+
*/
|
|
610
|
+
export declare function returnsArg<Arg, Self = any>(idx: number): (this: Self, ...args: Arg[]) => Arg | undefined;
|
|
611
|
+
/**
|
|
612
|
+
* Creates a function that returns its arguments or a subset of them. If end is specified, it will return arguments up to but not including the end.
|
|
613
|
+
*
|
|
614
|
+
* @example Usage
|
|
615
|
+
* ```ts
|
|
616
|
+
* import { returnsArgs } from "@std/testing/mock";
|
|
617
|
+
* import { assertEquals } from "@std/assert";
|
|
618
|
+
*
|
|
619
|
+
* const func = returnsArgs();
|
|
620
|
+
* assertEquals(func(1, 2, 3), [1, 2, 3]);
|
|
621
|
+
* ```
|
|
622
|
+
*
|
|
623
|
+
* @typeParam Args The arguments type of the returned function
|
|
624
|
+
* @typeParam Self The self type of the returned function
|
|
625
|
+
* @param start The start index of the arguments to return. Default is 0.
|
|
626
|
+
* @param end The end index of the arguments to return.
|
|
627
|
+
* @returns A function that returns its arguments or a subset of them.
|
|
628
|
+
*/
|
|
629
|
+
export declare function returnsArgs<Args extends unknown[], Self = any>(start?: number, end?: number): (this: Self, ...args: Args) => Args;
|
|
630
|
+
/**
|
|
631
|
+
* Creates a function that returns the iterable values. Any iterable values that are errors will be thrown.
|
|
632
|
+
*
|
|
633
|
+
* @example Usage
|
|
634
|
+
* ```ts
|
|
635
|
+
* import { returnsNext } from "@std/testing/mock";
|
|
636
|
+
* import { assertEquals, assertThrows } from "@std/assert";
|
|
637
|
+
*
|
|
638
|
+
* const func = returnsNext([1, 2, new Error("foo"), 3]);
|
|
639
|
+
* assertEquals(func(), 1);
|
|
640
|
+
* assertEquals(func(), 2);
|
|
641
|
+
* assertThrows(() => func(), Error, "foo");
|
|
642
|
+
* assertEquals(func(), 3);
|
|
643
|
+
* ```
|
|
644
|
+
*
|
|
645
|
+
* @typeParam Return The type of each item of the iterable
|
|
646
|
+
* @typeParam Self The self type of the returned function
|
|
647
|
+
* @typeParam Args The arguments type of the returned function
|
|
648
|
+
* @param values The iterable values
|
|
649
|
+
* @return A function that returns the iterable values
|
|
650
|
+
*/
|
|
651
|
+
export declare function returnsNext<Return, Self = any, Args extends unknown[] = any[]>(values: Iterable<Return | Error>): (this: Self, ...args: Args) => Return;
|
|
652
|
+
/**
|
|
653
|
+
* Creates a function that resolves the awaited iterable values. Any awaited iterable values that are errors will be thrown.
|
|
654
|
+
*
|
|
655
|
+
* @example Usage
|
|
656
|
+
* ```ts
|
|
657
|
+
* import { resolvesNext } from "@std/testing/mock";
|
|
658
|
+
* import { assertEquals, assertRejects } from "@std/assert";
|
|
659
|
+
*
|
|
660
|
+
* const func = resolvesNext([1, 2, new Error("foo"), 3]);
|
|
661
|
+
* assertEquals(await func(), 1);
|
|
662
|
+
* assertEquals(await func(), 2);
|
|
663
|
+
* assertRejects(() => func(), Error, "foo");
|
|
664
|
+
* assertEquals(await func(), 3);
|
|
665
|
+
* ```
|
|
666
|
+
*
|
|
667
|
+
* @typeParam Return The type of each item of the iterable
|
|
668
|
+
* @typeParam Self The self type of the returned function
|
|
669
|
+
* @typeParam Args The type of arguments of the returned function
|
|
670
|
+
* @param iterable The iterable to use
|
|
671
|
+
* @returns A function that resolves the awaited iterable values
|
|
672
|
+
*/
|
|
673
|
+
export declare function resolvesNext<Return, Self = any, Args extends unknown[] = any[]>(iterable: Iterable<Return | Error | Promise<Return | Error>> | AsyncIterable<Return | Error | Promise<Return | Error>>): (this: Self, ...args: Args) => Promise<Return>;
|
|
674
|
+
//# sourceMappingURL=mock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/testing/1.0.6/mock.ts"],"names":[],"mappings":"AA4UA;;;;;;;;;;;;GAYG;AACH,qBAAa,SAAU,SAAQ,KAAK;IAClC;;;;OAIG;gBACS,OAAO,EAAE,MAAM;CAI5B;AAED,0CAA0C;AAC1C,MAAM,WAAW,OAAO,CAEtB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,GAAG,GAAG;IAEZ,kDAAkD;IAClD,IAAI,EAAE,IAAI,CAAC;IACX,iDAAiD;IACjD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qDAAqD;IACrD,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,gDAAgD;IAChD,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAED,+EAA+E;AAC/E,MAAM,WAAW,GAAG,CAElB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,GAAG,GAAG;IAEZ,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;IACpC,2CAA2C;IAC3C,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;IAChD,uEAAuE;IACvE,KAAK,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,CAAC;IACrC,qEAAqE;IACrE,QAAQ,EAAE,OAAO,CAAC;IAClB,mFAAmF;IACnF,OAAO,IAAI,IAAI,CAAC;CACjB;AAED,oEAAoE;AACpE,MAAM,WAAW,SAAS,CAExB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,GAAG,GAAG,CACZ,SAAQ,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,UAAU;CAAG;AAgDhD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,WAAW,IAAI,MAAM,CAAC;AACtC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,WAAW,CACzB,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EAEN,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,MAAM,GAC1C,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;AAwBzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EAEN,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,GACnD,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAUhD;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,OAAO,CAAC,EAAE,CAAC,EAAE,MAAM,QAUlC;AA6FD,+DAA+D;AAC/D,MAAM,WAAW,cAAc,CAE7B,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE;IAE9B,6BAA6B;IAC7B,KAAK,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,2CAA2C;IAC3C,QAAQ,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACtC,uEAAuE;IACvE,KAAK,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,CAAC;IACnC,qEAAqE;IACrE,QAAQ,EAAE,OAAO,CAAC;IAClB,mFAAmF;IACnF,OAAO,IAAI,IAAI,CAAC;CACjB;AAuCD;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,CAC/B,IAAI,EACJ,IAAI,SAAS,MAAM,IAAI,IACrB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,MAAM,IAAI,KAAK,OAAO,GAAG,IAAI,GAC1D,OAAO,EAAE,CAAC;AAEd;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,CAC3B,IAAI,EACJ,IAAI,SAAS,MAAM,IAAI,IAEtB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,MAAM,GAAG,MAAM,GAC3D,OAAO,CAAC;AAEZ,2BAA2B;AAC3B,MAAM,MAAM,OAAO,CAEjB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,GAAG,GAAG,IACV,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,cAAc,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AAEzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,GAAG,CAEjB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAC9B,MAAM,GAAG,SAAS,KACf,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AAC7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,GAAG,CACjB,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EACN,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AACxE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,GAAG,CACjB,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EAEtB,WAAW,EAAE,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,GACvC,cAAc,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AAC9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,GAAG,CACjB,IAAI,EACJ,IAAI,SAAS,MAAM,IAAI,EAEvB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,IAAI,GACb,SAAS,CACV,IAAI,EACJ,qBAAqB,CAAC,IAAI,EAAE,IAAI,CAAC,EACjC,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,CAC9B,CAAC;AA2BF,wEAAwE;AACxE,MAAM,WAAW,IAAI,CAEnB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,GAAG,GAAG,CACZ,SAAQ,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC;IACrC,yDAAyD;IACzD,IAAI,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,MAAM,CAAC;CAC7C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,IAAI,CAClB,IAAI,EACJ,IAAI,SAAS,MAAM,IAAI,EAEvB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,IAAI,GACb,IAAI,CAAC,IAAI,EAAE,qBAAqB,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;AAChF;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,IAAI,CAClB,IAAI,EACJ,IAAI,SAAS,MAAM,IAAI,EAEvB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,IAAI,EACd,IAAI,EAAE,CACJ,IAAI,EAAE,IAAI,EACV,GAAG,IAAI,EAAE,qBAAqB,CAAC,IAAI,EAAE,IAAI,CAAC,KACvC,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,GACjC,IAAI,CAAC,IAAI,EAAE,qBAAqB,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;AAmGhF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,cAAc,CAC5B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EAEN,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAChC,aAAa,EAAE,MAAM,QAYtB;AAED,0CAA0C;AAC1C,MAAM,WAAW,eAAe,CAE9B,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,GAAG,GAAG;IAEZ,kDAAkD;IAClD,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/B,gDAAgD;IAChD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,KAAK,CAAC,EAAE;QACN,6DAA6D;QAE7D,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,KAAK,CAAC;QACtC,uEAAuE;QACvE,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAeD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EAEN,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,CAAC,EAAE,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,QAgE/C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAsB,kBAAkB,CACtC,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EAEN,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,EACzC,SAAS,EAAE,MAAM,EACjB,QAAQ,CAAC,EAAE,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,iBA+DjE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EACN,WAAW,EAEX,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,WAAW,GACpB,WAAW,CAKb;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,iBAAiB,CAC/B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EACN,YAAY,SAAS,OAAO,EAAE,EAE9B,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAChC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,YAAY,GACrB,YAAY,CAAC;AAChB;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,iBAAiB,CAC/B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EACN,YAAY,SAAS,OAAO,EAAE,EAE9B,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAChC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,YAAY,GACrB,YAAY,CAAC;AAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,iBAAiB,CAC/B,IAAI,EACJ,IAAI,SAAS,OAAO,EAAE,EACtB,MAAM,EACN,YAAY,SAAS,OAAO,EAAE,EAE9B,GAAG,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAChC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,YAAY,GACrB,YAAY,CAAC;AA+BhB;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,WAAW,CAEzB,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,KAC3B,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,CAIvC;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAEH,IAAI,GAAG,GAAG,EAEV,GAAG,EAAE,MAAM,GACV,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GAAG,SAAS,CAIjD;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,WAAW,CACzB,IAAI,SAAS,OAAO,EAAE,EAEtB,IAAI,GAAG,GAAG,EAEV,KAAK,SAAI,EACT,GAAG,CAAC,EAAE,MAAM,GACX,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,CAIrC;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAEN,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,MAAM,EAAE,QAAQ,CAAC,MAAM,GAAG,KAAK,CAAC,GAC/B,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,MAAM,CAiBvC;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,YAAY,CAC1B,MAAM,EAEN,IAAI,GAAG,GAAG,EAEV,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,EAAE,EAE9B,QAAQ,EACJ,QAAQ,CAAC,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC,GAClD,aAAa,CAAC,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC,GAC1D,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAiBhD"}
|