@goast/kotlin 0.4.7-beta2 → 0.4.7
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/ast/references/spring.d.ts +0 -1
- package/esm/src/ast/references/spring.d.ts.map +1 -1
- package/esm/src/ast/references/spring.js +0 -2
- package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/esm/src/generators/services/spring-controllers/args.d.ts +2 -17
- package/esm/src/generators/services/spring-controllers/args.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/models.d.ts +1 -2
- package/esm/src/generators/services/spring-controllers/models.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/models.js +1 -2
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts +2 -4
- 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 +17 -78
- 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 -2
- 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/ast/references/spring.d.ts +0 -1
- package/script/src/ast/references/spring.d.ts.map +1 -1
- package/script/src/ast/references/spring.js +1 -3
- package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/script/src/generators/services/spring-controllers/args.d.ts +2 -17
- package/script/src/generators/services/spring-controllers/args.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/models.d.ts +1 -2
- package/script/src/generators/services/spring-controllers/models.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/models.js +1 -2
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts +2 -4
- 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 +18 -79
- 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 +58 -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 +73 -0
- package/src/src/generators/services/spring-controllers/index.ts +4 -0
- package/src/src/generators/services/spring-controllers/models.ts +60 -0
- package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +659 -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,214 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Check the test suite internal state
|
|
5
|
+
*
|
|
6
|
+
* @example Usage
|
|
7
|
+
* ```ts ignore
|
|
8
|
+
* import { AssertionState } from "@std/internal";
|
|
9
|
+
*
|
|
10
|
+
* const assertionState = new AssertionState();
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export class AssertionState {
|
|
14
|
+
#state: {
|
|
15
|
+
assertionCount: number | undefined;
|
|
16
|
+
assertionCheck: boolean;
|
|
17
|
+
assertionTriggered: boolean;
|
|
18
|
+
assertionTriggeredCount: number;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
constructor() {
|
|
22
|
+
this.#state = {
|
|
23
|
+
assertionCount: undefined,
|
|
24
|
+
assertionCheck: false,
|
|
25
|
+
assertionTriggered: false,
|
|
26
|
+
assertionTriggeredCount: 0,
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Get the number that through `expect.assertions` api set.
|
|
32
|
+
*
|
|
33
|
+
* @returns the number that through `expect.assertions` api set.
|
|
34
|
+
*
|
|
35
|
+
* @example Usage
|
|
36
|
+
* ```ts ignore
|
|
37
|
+
* import { AssertionState } from "@std/internal";
|
|
38
|
+
*
|
|
39
|
+
* const assertionState = new AssertionState();
|
|
40
|
+
* assertionState.assertionCount;
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
get assertionCount(): number | undefined {
|
|
44
|
+
return this.#state.assertionCount;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Get a certain number that assertions were called before.
|
|
49
|
+
*
|
|
50
|
+
* @returns return a certain number that assertions were called before.
|
|
51
|
+
*
|
|
52
|
+
* @example Usage
|
|
53
|
+
* ```ts ignore
|
|
54
|
+
* import { AssertionState } from "@std/internal";
|
|
55
|
+
*
|
|
56
|
+
* const assertionState = new AssertionState();
|
|
57
|
+
* assertionState.assertionTriggeredCount;
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
get assertionTriggeredCount(): number {
|
|
61
|
+
return this.#state.assertionTriggeredCount;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* If `expect.hasAssertions` called, then through this method to update #state.assertionCheck value.
|
|
66
|
+
*
|
|
67
|
+
* @param val Set #state.assertionCheck's value
|
|
68
|
+
*
|
|
69
|
+
* @example Usage
|
|
70
|
+
* ```ts ignore
|
|
71
|
+
* import { AssertionState } from "@std/internal";
|
|
72
|
+
*
|
|
73
|
+
* const assertionState = new AssertionState();
|
|
74
|
+
* assertionState.setAssertionCheck(true);
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
setAssertionCheck(val: boolean) {
|
|
78
|
+
this.#state.assertionCheck = val;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* If any matchers was called, `#state.assertionTriggered` will be set through this method.
|
|
83
|
+
*
|
|
84
|
+
* @param val Set #state.assertionTriggered's value
|
|
85
|
+
*
|
|
86
|
+
* @example Usage
|
|
87
|
+
* ```ts ignore
|
|
88
|
+
* import { AssertionState } from "@std/internal";
|
|
89
|
+
*
|
|
90
|
+
* const assertionState = new AssertionState();
|
|
91
|
+
* assertionState.setAssertionTriggered(true);
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
94
|
+
setAssertionTriggered(val: boolean) {
|
|
95
|
+
this.#state.assertionTriggered = val;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* If `expect.assertions` called, then through this method to update #state.assertionCheck value.
|
|
100
|
+
*
|
|
101
|
+
* @param num Set #state.assertionCount's value, for example if the value is set 2, that means
|
|
102
|
+
* you must have two assertion matchers call in your test suite.
|
|
103
|
+
*
|
|
104
|
+
* @example Usage
|
|
105
|
+
* ```ts ignore
|
|
106
|
+
* import { AssertionState } from "@std/internal";
|
|
107
|
+
*
|
|
108
|
+
* const assertionState = new AssertionState();
|
|
109
|
+
* assertionState.setAssertionCount(2);
|
|
110
|
+
* ```
|
|
111
|
+
*/
|
|
112
|
+
setAssertionCount(num: number) {
|
|
113
|
+
this.#state.assertionCount = num;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* If any matchers was called, `#state.assertionTriggeredCount` value will plus one internally.
|
|
118
|
+
*
|
|
119
|
+
* @example Usage
|
|
120
|
+
* ```ts ignore
|
|
121
|
+
* import { AssertionState } from "@std/internal";
|
|
122
|
+
*
|
|
123
|
+
* const assertionState = new AssertionState();
|
|
124
|
+
* assertionState.updateAssertionTriggerCount();
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
updateAssertionTriggerCount() {
|
|
128
|
+
if (this.#state.assertionCount !== undefined) {
|
|
129
|
+
this.#state.assertionTriggeredCount += 1;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Check Assertion internal state, if `#state.assertionCheck` is set true, but
|
|
135
|
+
* `#state.assertionTriggered` is still false, then should throw an Assertion Error.
|
|
136
|
+
*
|
|
137
|
+
* @returns a boolean value, that the test suite is satisfied with the check. If not,
|
|
138
|
+
* it should throw an AssertionError.
|
|
139
|
+
*
|
|
140
|
+
* @example Usage
|
|
141
|
+
* ```ts ignore
|
|
142
|
+
* import { AssertionState } from "@std/internal";
|
|
143
|
+
*
|
|
144
|
+
* const assertionState = new AssertionState();
|
|
145
|
+
* if (assertionState.checkAssertionErrorState()) {
|
|
146
|
+
* // throw AssertionError("");
|
|
147
|
+
* }
|
|
148
|
+
* ```
|
|
149
|
+
*/
|
|
150
|
+
checkAssertionErrorState(): boolean {
|
|
151
|
+
return this.#state.assertionCheck && !this.#state.assertionTriggered;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Reset all assertion state when every test suite function ran completely.
|
|
156
|
+
*
|
|
157
|
+
* @example Usage
|
|
158
|
+
* ```ts ignore
|
|
159
|
+
* import { AssertionState } from "@std/internal";
|
|
160
|
+
*
|
|
161
|
+
* const assertionState = new AssertionState();
|
|
162
|
+
* assertionState.resetAssertionState();
|
|
163
|
+
* ```
|
|
164
|
+
*/
|
|
165
|
+
resetAssertionState(): void {
|
|
166
|
+
this.#state = {
|
|
167
|
+
assertionCount: undefined,
|
|
168
|
+
assertionCheck: false,
|
|
169
|
+
assertionTriggered: false,
|
|
170
|
+
assertionTriggeredCount: 0,
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Check Assertion called state, if `#state.assertionCount` is set to a number value, but
|
|
176
|
+
* `#state.assertionTriggeredCount` is less then it, then should throw an assertion error.
|
|
177
|
+
*
|
|
178
|
+
* @returns a boolean value, that the test suite is satisfied with the check. If not,
|
|
179
|
+
* it should throw an AssertionError.
|
|
180
|
+
*
|
|
181
|
+
* @example Usage
|
|
182
|
+
* ```ts ignore
|
|
183
|
+
* import { AssertionState } from "@std/internal";
|
|
184
|
+
*
|
|
185
|
+
* const assertionState = new AssertionState();
|
|
186
|
+
* if (assertionState.checkAssertionCountSatisfied()) {
|
|
187
|
+
* // throw AssertionError("");
|
|
188
|
+
* }
|
|
189
|
+
* ```
|
|
190
|
+
*/
|
|
191
|
+
checkAssertionCountSatisfied(): boolean {
|
|
192
|
+
return this.#state.assertionCount !== undefined &&
|
|
193
|
+
this.#state.assertionCount !== this.#state.assertionTriggeredCount;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
const assertionState = new AssertionState();
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* return an instance of AssertionState
|
|
201
|
+
*
|
|
202
|
+
* @returns AssertionState
|
|
203
|
+
*
|
|
204
|
+
* @example Usage
|
|
205
|
+
* ```ts ignore
|
|
206
|
+
* import { getAssertionState } from "@std/internal";
|
|
207
|
+
*
|
|
208
|
+
* const assertionState = getAssertionState();
|
|
209
|
+
* assertionState.setAssertionTriggered(true);
|
|
210
|
+
* ```
|
|
211
|
+
*/
|
|
212
|
+
export function getAssertionState(): AssertionState {
|
|
213
|
+
return assertionState;
|
|
214
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
|
|
4
|
+
import { bgGreen, bgRed, bold, gray, green, red, white } from "./styles.js";
|
|
5
|
+
import type { DiffResult, DiffType } from "./types.js";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Colors the output of assertion diffs.
|
|
9
|
+
*
|
|
10
|
+
* @param diffType Difference type, either added or removed.
|
|
11
|
+
* @param background If true, colors the background instead of the text.
|
|
12
|
+
*
|
|
13
|
+
* @returns A function that colors the input string.
|
|
14
|
+
*
|
|
15
|
+
* @example Usage
|
|
16
|
+
* ```ts
|
|
17
|
+
* import { createColor } from "@std/internal";
|
|
18
|
+
* import { assertEquals } from "@std/assert";
|
|
19
|
+
* import { bold, green, red, white } from "@std/fmt/colors";
|
|
20
|
+
*
|
|
21
|
+
* assertEquals(createColor("added")("foo"), green(bold("foo")));
|
|
22
|
+
* assertEquals(createColor("removed")("foo"), red(bold("foo")));
|
|
23
|
+
* assertEquals(createColor("common")("foo"), white("foo"));
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export function createColor(
|
|
27
|
+
diffType: DiffType,
|
|
28
|
+
/**
|
|
29
|
+
* TODO(@littledivy): Remove this when we can detect true color terminals. See
|
|
30
|
+
* https://github.com/denoland/deno_std/issues/2575.
|
|
31
|
+
*/
|
|
32
|
+
background = false,
|
|
33
|
+
): (s: string) => string {
|
|
34
|
+
switch (diffType) {
|
|
35
|
+
case "added":
|
|
36
|
+
return (s) => background ? bgGreen(white(s)) : green(bold(s));
|
|
37
|
+
case "removed":
|
|
38
|
+
return (s) => background ? bgRed(white(s)) : red(bold(s));
|
|
39
|
+
default:
|
|
40
|
+
return white;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Prefixes `+` or `-` in diff output.
|
|
46
|
+
*
|
|
47
|
+
* @param diffType Difference type, either added or removed
|
|
48
|
+
*
|
|
49
|
+
* @returns A string representing the sign.
|
|
50
|
+
*
|
|
51
|
+
* @example Usage
|
|
52
|
+
* ```ts
|
|
53
|
+
* import { createSign } from "@std/internal";
|
|
54
|
+
* import { assertEquals } from "@std/assert";
|
|
55
|
+
*
|
|
56
|
+
* assertEquals(createSign("added"), "+ ");
|
|
57
|
+
* assertEquals(createSign("removed"), "- ");
|
|
58
|
+
* assertEquals(createSign("common"), " ");
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
export function createSign(diffType: DiffType): string {
|
|
62
|
+
switch (diffType) {
|
|
63
|
+
case "added":
|
|
64
|
+
return "+ ";
|
|
65
|
+
case "removed":
|
|
66
|
+
return "- ";
|
|
67
|
+
default:
|
|
68
|
+
return " ";
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/** Options for {@linkcode buildMessage}. */
|
|
73
|
+
export interface BuildMessageOptions {
|
|
74
|
+
/**
|
|
75
|
+
* Whether to output the diff as a single string.
|
|
76
|
+
*
|
|
77
|
+
* @default {false}
|
|
78
|
+
*/
|
|
79
|
+
stringDiff?: boolean;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Builds a message based on the provided diff result.
|
|
84
|
+
*
|
|
85
|
+
* @param diffResult The diff result array.
|
|
86
|
+
* @param options Optional parameters for customizing the message.
|
|
87
|
+
*
|
|
88
|
+
* @returns An array of strings representing the built message.
|
|
89
|
+
*
|
|
90
|
+
* @example Usage
|
|
91
|
+
* ```ts no-assert
|
|
92
|
+
* import { diffStr, buildMessage } from "@std/internal";
|
|
93
|
+
*
|
|
94
|
+
* const diffResult = diffStr("Hello, world!", "Hello, world");
|
|
95
|
+
*
|
|
96
|
+
* console.log(buildMessage(diffResult));
|
|
97
|
+
* // [
|
|
98
|
+
* // "",
|
|
99
|
+
* // "",
|
|
100
|
+
* // " [Diff] Actual / Expected",
|
|
101
|
+
* // "",
|
|
102
|
+
* // "",
|
|
103
|
+
* // "- Hello, world!",
|
|
104
|
+
* // "+ Hello, world",
|
|
105
|
+
* // "",
|
|
106
|
+
* // ]
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
export function buildMessage(
|
|
110
|
+
diffResult: ReadonlyArray<DiffResult<string>>,
|
|
111
|
+
options: BuildMessageOptions = {},
|
|
112
|
+
): string[] {
|
|
113
|
+
const { stringDiff = false } = options;
|
|
114
|
+
const messages = [
|
|
115
|
+
"",
|
|
116
|
+
"",
|
|
117
|
+
` ${gray(bold("[Diff]"))} ${red(bold("Actual"))} / ${
|
|
118
|
+
green(bold("Expected"))
|
|
119
|
+
}`,
|
|
120
|
+
"",
|
|
121
|
+
"",
|
|
122
|
+
];
|
|
123
|
+
const diffMessages = diffResult.map((result) => {
|
|
124
|
+
const color = createColor(result.type);
|
|
125
|
+
const line = result.details?.map((detail) =>
|
|
126
|
+
detail.type !== "common"
|
|
127
|
+
? createColor(detail.type, true)(detail.value)
|
|
128
|
+
: detail.value
|
|
129
|
+
).join("") ?? result.value;
|
|
130
|
+
return color(`${createSign(result.type)}${line}`);
|
|
131
|
+
});
|
|
132
|
+
messages.push(...(stringDiff ? [diffMessages.join("")] : diffMessages), "");
|
|
133
|
+
return messages;
|
|
134
|
+
}
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
|
|
4
|
+
import type { DiffResult, DiffType } from "./types.js";
|
|
5
|
+
|
|
6
|
+
/** Represents the farthest point in the diff algorithm. */
|
|
7
|
+
export interface FarthestPoint {
|
|
8
|
+
/** The y-coordinate of the point. */
|
|
9
|
+
y: number;
|
|
10
|
+
/** The id of the point. */
|
|
11
|
+
id: number;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const REMOVED = 1;
|
|
15
|
+
const COMMON = 2;
|
|
16
|
+
const ADDED = 3;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Creates an array of common elements between two arrays.
|
|
20
|
+
*
|
|
21
|
+
* @typeParam T The type of elements in the arrays.
|
|
22
|
+
*
|
|
23
|
+
* @param A The first array.
|
|
24
|
+
* @param B The second array.
|
|
25
|
+
*
|
|
26
|
+
* @returns An array containing the common elements between the two arrays.
|
|
27
|
+
*
|
|
28
|
+
* @example Usage
|
|
29
|
+
* ```ts
|
|
30
|
+
* import { createCommon } from "@std/internal/diff";
|
|
31
|
+
* import { assertEquals } from "@std/assert";
|
|
32
|
+
*
|
|
33
|
+
* const a = [1, 2, 3];
|
|
34
|
+
* const b = [1, 2, 4];
|
|
35
|
+
*
|
|
36
|
+
* assertEquals(createCommon(a, b), [1, 2]);
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export function createCommon<T>(A: T[], B: T[]): T[] {
|
|
40
|
+
const common: T[] = [];
|
|
41
|
+
if (A.length === 0 || B.length === 0) return [];
|
|
42
|
+
for (let i = 0; i < Math.min(A.length, B.length); i += 1) {
|
|
43
|
+
const a = A[i];
|
|
44
|
+
const b = B[i];
|
|
45
|
+
if (a !== undefined && a === b) {
|
|
46
|
+
common.push(a);
|
|
47
|
+
} else {
|
|
48
|
+
return common;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return common;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Asserts that the value is a {@linkcode FarthestPoint}.
|
|
56
|
+
* If not, an error is thrown.
|
|
57
|
+
*
|
|
58
|
+
* @param value The value to check.
|
|
59
|
+
*
|
|
60
|
+
* @returns A void value that returns once the assertion completes.
|
|
61
|
+
*
|
|
62
|
+
* @example Usage
|
|
63
|
+
* ```ts
|
|
64
|
+
* import { assertFp } from "@std/internal/diff";
|
|
65
|
+
* import { assertThrows } from "@std/assert";
|
|
66
|
+
*
|
|
67
|
+
* assertFp({ y: 0, id: 0 });
|
|
68
|
+
* assertThrows(() => assertFp({ id: 0 }));
|
|
69
|
+
* assertThrows(() => assertFp({ y: 0 }));
|
|
70
|
+
* assertThrows(() => assertFp(undefined));
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
export function assertFp(value: unknown): asserts value is FarthestPoint {
|
|
74
|
+
if (
|
|
75
|
+
value == null ||
|
|
76
|
+
typeof value !== "object" ||
|
|
77
|
+
typeof (value as FarthestPoint)?.y !== "number" ||
|
|
78
|
+
typeof (value as FarthestPoint)?.id !== "number"
|
|
79
|
+
) {
|
|
80
|
+
throw new Error(
|
|
81
|
+
`Unexpected value, expected 'FarthestPoint': received ${typeof value}`,
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Creates an array of backtraced differences.
|
|
88
|
+
*
|
|
89
|
+
* @typeParam T The type of elements in the arrays.
|
|
90
|
+
*
|
|
91
|
+
* @param A The first array.
|
|
92
|
+
* @param B The second array.
|
|
93
|
+
* @param current The current {@linkcode FarthestPoint}.
|
|
94
|
+
* @param swapped Boolean indicating if the arrays are swapped.
|
|
95
|
+
* @param routes The routes array.
|
|
96
|
+
* @param diffTypesPtrOffset The offset of the diff types in the routes array.
|
|
97
|
+
*
|
|
98
|
+
* @returns An array of backtraced differences.
|
|
99
|
+
*
|
|
100
|
+
* @example Usage
|
|
101
|
+
* ```ts
|
|
102
|
+
* import { backTrace } from "@std/internal/diff";
|
|
103
|
+
* import { assertEquals } from "@std/assert";
|
|
104
|
+
*
|
|
105
|
+
* assertEquals(
|
|
106
|
+
* backTrace([], [], { y: 0, id: 0 }, false, new Uint32Array(0), 0),
|
|
107
|
+
* [],
|
|
108
|
+
* );
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
export function backTrace<T>(
|
|
112
|
+
A: T[],
|
|
113
|
+
B: T[],
|
|
114
|
+
current: FarthestPoint,
|
|
115
|
+
swapped: boolean,
|
|
116
|
+
routes: Uint32Array,
|
|
117
|
+
diffTypesPtrOffset: number,
|
|
118
|
+
): Array<{
|
|
119
|
+
type: DiffType;
|
|
120
|
+
value: T;
|
|
121
|
+
}> {
|
|
122
|
+
const M = A.length;
|
|
123
|
+
const N = B.length;
|
|
124
|
+
const result: { type: DiffType; value: T }[] = [];
|
|
125
|
+
let a = M - 1;
|
|
126
|
+
let b = N - 1;
|
|
127
|
+
let j = routes[current.id];
|
|
128
|
+
let type = routes[current.id + diffTypesPtrOffset];
|
|
129
|
+
while (true) {
|
|
130
|
+
if (!j && !type) break;
|
|
131
|
+
const prev = j!;
|
|
132
|
+
if (type === REMOVED) {
|
|
133
|
+
result.unshift({
|
|
134
|
+
type: swapped ? "removed" : "added",
|
|
135
|
+
value: B[b]!,
|
|
136
|
+
});
|
|
137
|
+
b -= 1;
|
|
138
|
+
} else if (type === ADDED) {
|
|
139
|
+
result.unshift({
|
|
140
|
+
type: swapped ? "added" : "removed",
|
|
141
|
+
value: A[a]!,
|
|
142
|
+
});
|
|
143
|
+
a -= 1;
|
|
144
|
+
} else {
|
|
145
|
+
result.unshift({ type: "common", value: A[a]! });
|
|
146
|
+
a -= 1;
|
|
147
|
+
b -= 1;
|
|
148
|
+
}
|
|
149
|
+
j = routes[prev];
|
|
150
|
+
type = routes[prev + diffTypesPtrOffset];
|
|
151
|
+
}
|
|
152
|
+
return result;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Creates a {@linkcode FarthestPoint}.
|
|
157
|
+
*
|
|
158
|
+
* @param k The current index.
|
|
159
|
+
* @param M The length of the first array.
|
|
160
|
+
* @param routes The routes array.
|
|
161
|
+
* @param diffTypesPtrOffset The offset of the diff types in the routes array.
|
|
162
|
+
* @param ptr The current pointer.
|
|
163
|
+
* @param slide The slide {@linkcode FarthestPoint}.
|
|
164
|
+
* @param down The down {@linkcode FarthestPoint}.
|
|
165
|
+
*
|
|
166
|
+
* @returns A {@linkcode FarthestPoint}.
|
|
167
|
+
*
|
|
168
|
+
* @example Usage
|
|
169
|
+
* ```ts
|
|
170
|
+
* import { createFp } from "@std/internal/diff";
|
|
171
|
+
* import { assertEquals } from "@std/assert";
|
|
172
|
+
*
|
|
173
|
+
* assertEquals(
|
|
174
|
+
* createFp(
|
|
175
|
+
* 0,
|
|
176
|
+
* 0,
|
|
177
|
+
* new Uint32Array(0),
|
|
178
|
+
* 0,
|
|
179
|
+
* 0,
|
|
180
|
+
* { y: -1, id: 0 },
|
|
181
|
+
* { y: 0, id: 0 },
|
|
182
|
+
* ),
|
|
183
|
+
* { y: -1, id: 1 },
|
|
184
|
+
* );
|
|
185
|
+
* ```
|
|
186
|
+
*/
|
|
187
|
+
export function createFp(
|
|
188
|
+
k: number,
|
|
189
|
+
M: number,
|
|
190
|
+
routes: Uint32Array,
|
|
191
|
+
diffTypesPtrOffset: number,
|
|
192
|
+
ptr: number,
|
|
193
|
+
slide?: FarthestPoint,
|
|
194
|
+
down?: FarthestPoint,
|
|
195
|
+
): FarthestPoint {
|
|
196
|
+
if (slide && slide.y === -1 && down && down.y === -1) {
|
|
197
|
+
return { y: 0, id: 0 };
|
|
198
|
+
}
|
|
199
|
+
const isAdding = (down?.y === -1) ||
|
|
200
|
+
k === M ||
|
|
201
|
+
(slide?.y ?? 0) > (down?.y ?? 0) + 1;
|
|
202
|
+
if (slide && isAdding) {
|
|
203
|
+
const prev = slide.id;
|
|
204
|
+
ptr++;
|
|
205
|
+
routes[ptr] = prev;
|
|
206
|
+
routes[ptr + diffTypesPtrOffset] = ADDED;
|
|
207
|
+
return { y: slide.y, id: ptr };
|
|
208
|
+
}
|
|
209
|
+
if (down && !isAdding) {
|
|
210
|
+
const prev = down.id;
|
|
211
|
+
ptr++;
|
|
212
|
+
routes[ptr] = prev;
|
|
213
|
+
routes[ptr + diffTypesPtrOffset] = REMOVED;
|
|
214
|
+
return { y: down.y + 1, id: ptr };
|
|
215
|
+
}
|
|
216
|
+
throw new Error("Unexpected missing FarthestPoint");
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Renders the differences between the actual and expected values.
|
|
221
|
+
*
|
|
222
|
+
* @typeParam T The type of elements in the arrays.
|
|
223
|
+
*
|
|
224
|
+
* @param A Actual value
|
|
225
|
+
* @param B Expected value
|
|
226
|
+
*
|
|
227
|
+
* @returns An array of differences between the actual and expected values.
|
|
228
|
+
*
|
|
229
|
+
* @example Usage
|
|
230
|
+
* ```ts
|
|
231
|
+
* import { diff } from "@std/internal/diff";
|
|
232
|
+
* import { assertEquals } from "@std/assert";
|
|
233
|
+
*
|
|
234
|
+
* const a = [1, 2, 3];
|
|
235
|
+
* const b = [1, 2, 4];
|
|
236
|
+
*
|
|
237
|
+
* assertEquals(diff(a, b), [
|
|
238
|
+
* { type: "common", value: 1 },
|
|
239
|
+
* { type: "common", value: 2 },
|
|
240
|
+
* { type: "removed", value: 3 },
|
|
241
|
+
* { type: "added", value: 4 },
|
|
242
|
+
* ]);
|
|
243
|
+
* ```
|
|
244
|
+
*/
|
|
245
|
+
export function diff<T>(A: T[], B: T[]): DiffResult<T>[] {
|
|
246
|
+
const prefixCommon = createCommon(A, B);
|
|
247
|
+
A = A.slice(prefixCommon.length);
|
|
248
|
+
B = B.slice(prefixCommon.length);
|
|
249
|
+
const swapped = B.length > A.length;
|
|
250
|
+
[A, B] = swapped ? [B, A] : [A, B];
|
|
251
|
+
const M = A.length;
|
|
252
|
+
const N = B.length;
|
|
253
|
+
if (!M && !N && !prefixCommon.length) return [];
|
|
254
|
+
if (!N) {
|
|
255
|
+
return [
|
|
256
|
+
...prefixCommon.map((value) => ({ type: "common", value })),
|
|
257
|
+
...A.map((value) => ({ type: swapped ? "added" : "removed", value })),
|
|
258
|
+
] as DiffResult<T>[];
|
|
259
|
+
}
|
|
260
|
+
const offset = N;
|
|
261
|
+
const delta = M - N;
|
|
262
|
+
const length = M + N + 1;
|
|
263
|
+
const fp: FarthestPoint[] = Array.from({ length }, () => ({ y: -1, id: -1 }));
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Note: this buffer is used to save memory and improve performance. The first
|
|
267
|
+
* half is used to save route and the last half is used to save diff type.
|
|
268
|
+
*/
|
|
269
|
+
const routes = new Uint32Array((M * N + length + 1) * 2);
|
|
270
|
+
const diffTypesPtrOffset = routes.length / 2;
|
|
271
|
+
let ptr = 0;
|
|
272
|
+
|
|
273
|
+
function snake<T>(
|
|
274
|
+
k: number,
|
|
275
|
+
A: T[],
|
|
276
|
+
B: T[],
|
|
277
|
+
slide?: FarthestPoint,
|
|
278
|
+
down?: FarthestPoint,
|
|
279
|
+
): FarthestPoint {
|
|
280
|
+
const M = A.length;
|
|
281
|
+
const N = B.length;
|
|
282
|
+
const fp = createFp(k, M, routes, diffTypesPtrOffset, ptr, slide, down);
|
|
283
|
+
ptr = fp.id;
|
|
284
|
+
while (fp.y + k < M && fp.y < N && A[fp.y + k] === B[fp.y]) {
|
|
285
|
+
const prev = fp.id;
|
|
286
|
+
ptr++;
|
|
287
|
+
fp.id = ptr;
|
|
288
|
+
fp.y += 1;
|
|
289
|
+
routes[ptr] = prev;
|
|
290
|
+
routes[ptr + diffTypesPtrOffset] = COMMON;
|
|
291
|
+
}
|
|
292
|
+
return fp;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
let currentFp = fp[delta + offset];
|
|
296
|
+
assertFp(currentFp);
|
|
297
|
+
let p = -1;
|
|
298
|
+
while (currentFp.y < N) {
|
|
299
|
+
p = p + 1;
|
|
300
|
+
for (let k = -p; k < delta; ++k) {
|
|
301
|
+
const index = k + offset;
|
|
302
|
+
fp[index] = snake(k, A, B, fp[index - 1], fp[index + 1]);
|
|
303
|
+
}
|
|
304
|
+
for (let k = delta + p; k > delta; --k) {
|
|
305
|
+
const index = k + offset;
|
|
306
|
+
fp[index] = snake(k, A, B, fp[index - 1], fp[index + 1]);
|
|
307
|
+
}
|
|
308
|
+
const index = delta + offset;
|
|
309
|
+
fp[delta + offset] = snake(delta, A, B, fp[index - 1], fp[index + 1]);
|
|
310
|
+
currentFp = fp[delta + offset];
|
|
311
|
+
assertFp(currentFp);
|
|
312
|
+
}
|
|
313
|
+
return [
|
|
314
|
+
...prefixCommon.map((value) => ({ type: "common", value })),
|
|
315
|
+
...backTrace(A, B, currentFp, swapped, routes, diffTypesPtrOffset),
|
|
316
|
+
] as DiffResult<T>[];
|
|
317
|
+
}
|