@goast/kotlin 0.4.2-beta1 → 0.4.3
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.7/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equal.js +136 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/equals.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/instance_of.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/is_error.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/rejects.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +26 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_assertions.js +13 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +160 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_build_message.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_equal.js +191 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_extend.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +12 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_matchers.js +563 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_types.js +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/_utils.js +218 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.7/expect.js +506 -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.4/_mock_utils.d.ts +15 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +35 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +350 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/bdd.js +581 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.4/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/spring-controller-generator.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -7
- 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 +2 -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.7/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equal.js +139 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/equals.js +48 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/false.js +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_instance_of.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.js +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/rejects.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.7/strict_equals.js +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts +20 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_equals.js +32 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.js +29 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_assertions.js +18 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts +46 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.js +182 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts +6 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_build_message.js +33 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_equal.js +194 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_extend.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_extend.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_inspect_args.js +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts +34 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_matchers.js +597 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts +11 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_mock_util.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts +838 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_types.js +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/_utils.js +226 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts +59 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/expect.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.7/expect.js +510 -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.4/_mock_utils.d.ts +15 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_mock_utils.js +41 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts +74 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/_test_suite.js +355 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts +731 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/bdd.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/bdd.js +592 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts +674 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/mock.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.4/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/spring-controller-generator.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.js +11 -7
- 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.7/assertion_error.ts +31 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/equal.ts +152 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/equals.ts +52 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/false.ts +26 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/instance_of.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/is_error.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/not_instance_of.ts +33 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/not_match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/not_strict_equals.ts +42 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/rejects.ts +123 -0
- package/src/deps/jsr.io/@std/assert/1.0.7/strict_equals.ts +67 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_assert_equals.ts +38 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_assert_not_equals.ts +35 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_assertions.ts +18 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_asymmetric_matchers.ts +193 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_build_message.ts +51 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_custom_equality_tester.ts +19 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_equal.ts +230 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_extend.ts +16 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_inspect_args.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_matchers.ts +832 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_mock_util.ts +22 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_types.ts +917 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/_utils.ts +283 -0
- package/src/deps/jsr.io/@std/expect/1.0.7/expect.ts +601 -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.4/_mock_utils.ts +43 -0
- package/src/deps/jsr.io/@std/testing/1.0.4/_test_suite.ts +410 -0
- package/src/deps/jsr.io/@std/testing/1.0.4/bdd.ts +1211 -0
- package/src/deps/jsr.io/@std/testing/1.0.4/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 +19 -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 +39 -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 +60 -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 +128 -0
- package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
- package/src/src/generators/services/spring-controllers/args.ts +71 -0
- package/src/src/generators/services/spring-controllers/index.ts +4 -0
- package/src/src/generators/services/spring-controllers/models.ts +58 -0
- package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +609 -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,152 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
|
|
4
|
+
type KeyedCollection = Set<unknown> | Map<unknown, unknown>;
|
|
5
|
+
function isKeyedCollection(x: unknown): x is KeyedCollection {
|
|
6
|
+
return x instanceof Set || x instanceof Map;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
function constructorsEqual(a: object, b: object) {
|
|
10
|
+
return a.constructor === b.constructor ||
|
|
11
|
+
a.constructor === Object && !b.constructor ||
|
|
12
|
+
!a.constructor && b.constructor === Object;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Deep equality comparison used in assertions.
|
|
17
|
+
*
|
|
18
|
+
* @param c The actual value
|
|
19
|
+
* @param d The expected value
|
|
20
|
+
* @returns `true` if the values are deeply equal, `false` otherwise
|
|
21
|
+
*
|
|
22
|
+
* @example Usage
|
|
23
|
+
* ```ts
|
|
24
|
+
* import { equal } from "@std/assert/equal";
|
|
25
|
+
*
|
|
26
|
+
* equal({ foo: "bar" }, { foo: "bar" }); // Returns `true`
|
|
27
|
+
* equal({ foo: "bar" }, { foo: "baz" }); // Returns `false
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export function equal(c: unknown, d: unknown): boolean {
|
|
31
|
+
const seen = new Map();
|
|
32
|
+
return (function compare(a: unknown, b: unknown): boolean {
|
|
33
|
+
// Have to render RegExp & Date for string comparison
|
|
34
|
+
// unless it's mistreated as object
|
|
35
|
+
if (
|
|
36
|
+
a &&
|
|
37
|
+
b &&
|
|
38
|
+
((a instanceof RegExp && b instanceof RegExp) ||
|
|
39
|
+
(a instanceof URL && b instanceof URL))
|
|
40
|
+
) {
|
|
41
|
+
return String(a) === String(b);
|
|
42
|
+
}
|
|
43
|
+
if (a instanceof Date && b instanceof Date) {
|
|
44
|
+
const aTime = a.getTime();
|
|
45
|
+
const bTime = b.getTime();
|
|
46
|
+
// Check for NaN equality manually since NaN is not
|
|
47
|
+
// equal to itself.
|
|
48
|
+
if (Number.isNaN(aTime) && Number.isNaN(bTime)) {
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
return aTime === bTime;
|
|
52
|
+
}
|
|
53
|
+
if (typeof a === "number" && typeof b === "number") {
|
|
54
|
+
return Number.isNaN(a) && Number.isNaN(b) || a === b;
|
|
55
|
+
}
|
|
56
|
+
if (Object.is(a, b)) {
|
|
57
|
+
return true;
|
|
58
|
+
}
|
|
59
|
+
if (a && typeof a === "object" && b && typeof b === "object") {
|
|
60
|
+
if (a && b && !constructorsEqual(a, b)) {
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
if (a instanceof WeakMap || b instanceof WeakMap) {
|
|
64
|
+
if (!(a instanceof WeakMap && b instanceof WeakMap)) return false;
|
|
65
|
+
throw new TypeError("cannot compare WeakMap instances");
|
|
66
|
+
}
|
|
67
|
+
if (a instanceof WeakSet || b instanceof WeakSet) {
|
|
68
|
+
if (!(a instanceof WeakSet && b instanceof WeakSet)) return false;
|
|
69
|
+
throw new TypeError("cannot compare WeakSet instances");
|
|
70
|
+
}
|
|
71
|
+
if (a instanceof WeakRef || b instanceof WeakRef) {
|
|
72
|
+
if (!(a instanceof WeakRef && b instanceof WeakRef)) return false;
|
|
73
|
+
return compare(a.deref(), b.deref());
|
|
74
|
+
}
|
|
75
|
+
if (seen.get(a) === b) {
|
|
76
|
+
return true;
|
|
77
|
+
}
|
|
78
|
+
if (Object.keys(a).length !== Object.keys(b).length) {
|
|
79
|
+
return false;
|
|
80
|
+
}
|
|
81
|
+
seen.set(a, b);
|
|
82
|
+
if (isKeyedCollection(a) && isKeyedCollection(b)) {
|
|
83
|
+
if (a.size !== b.size) {
|
|
84
|
+
return false;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
const aKeys = [...a.keys()];
|
|
88
|
+
const primitiveKeysFastPath = aKeys.every((k) => {
|
|
89
|
+
return typeof k === "string" ||
|
|
90
|
+
typeof k === "number" ||
|
|
91
|
+
typeof k === "boolean" ||
|
|
92
|
+
typeof k === "bigint" ||
|
|
93
|
+
typeof k === "symbol" ||
|
|
94
|
+
k == null;
|
|
95
|
+
});
|
|
96
|
+
if (primitiveKeysFastPath) {
|
|
97
|
+
if (a instanceof Set) {
|
|
98
|
+
return a.symmetricDifference(b).size === 0;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
for (const key of aKeys) {
|
|
102
|
+
if (
|
|
103
|
+
!b.has(key) ||
|
|
104
|
+
!compare(a.get(key), (b as Map<unknown, unknown>).get(key))
|
|
105
|
+
) {
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
return true;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
let unmatchedEntries = a.size;
|
|
113
|
+
|
|
114
|
+
for (const [aKey, aValue] of a.entries()) {
|
|
115
|
+
for (const [bKey, bValue] of b.entries()) {
|
|
116
|
+
/* Given that Map keys can be references, we need
|
|
117
|
+
* to ensure that they are also deeply equal */
|
|
118
|
+
|
|
119
|
+
if (!compare(aKey, bKey)) continue;
|
|
120
|
+
|
|
121
|
+
if (
|
|
122
|
+
(aKey === aValue && bKey === bValue) ||
|
|
123
|
+
(compare(aValue, bValue))
|
|
124
|
+
) {
|
|
125
|
+
unmatchedEntries--;
|
|
126
|
+
break;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return unmatchedEntries === 0;
|
|
132
|
+
}
|
|
133
|
+
const merged = { ...a, ...b };
|
|
134
|
+
for (
|
|
135
|
+
const key of [
|
|
136
|
+
...Object.getOwnPropertyNames(merged),
|
|
137
|
+
...Object.getOwnPropertySymbols(merged),
|
|
138
|
+
]
|
|
139
|
+
) {
|
|
140
|
+
type Key = keyof typeof merged;
|
|
141
|
+
if (!compare(a && a[key as Key], b && b[key as Key])) {
|
|
142
|
+
return false;
|
|
143
|
+
}
|
|
144
|
+
if (((key in a) && (!(key in b))) || ((key in b) && (!(key in a)))) {
|
|
145
|
+
return false;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
return true;
|
|
149
|
+
}
|
|
150
|
+
return false;
|
|
151
|
+
})(c, d);
|
|
152
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { equal } from "./equal.js";
|
|
4
|
+
import { buildMessage } from "../../internal/1.0.5/build_message.js";
|
|
5
|
+
import { diff } from "../../internal/1.0.5/diff.js";
|
|
6
|
+
import { diffStr } from "../../internal/1.0.5/diff_str.js";
|
|
7
|
+
import { format } from "../../internal/1.0.5/format.js";
|
|
8
|
+
|
|
9
|
+
import { AssertionError } from "./assertion_error.js";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Make an assertion that `actual` and `expected` are equal, deeply. If not
|
|
13
|
+
* deeply equal, then throw.
|
|
14
|
+
*
|
|
15
|
+
* Type parameter can be specified to ensure values under comparison have the
|
|
16
|
+
* same type.
|
|
17
|
+
*
|
|
18
|
+
* @example Usage
|
|
19
|
+
* ```ts ignore
|
|
20
|
+
* import { assertEquals } from "@std/assert";
|
|
21
|
+
*
|
|
22
|
+
* assertEquals("world", "world"); // Doesn't throw
|
|
23
|
+
* assertEquals("hello", "world"); // Throws
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @typeParam T The type of the values to compare. This is usually inferred.
|
|
27
|
+
* @param actual The actual value to compare.
|
|
28
|
+
* @param expected The expected value to compare.
|
|
29
|
+
* @param msg The optional message to display if the assertion fails.
|
|
30
|
+
*/
|
|
31
|
+
export function assertEquals<T>(
|
|
32
|
+
actual: T,
|
|
33
|
+
expected: T,
|
|
34
|
+
msg?: string,
|
|
35
|
+
) {
|
|
36
|
+
if (equal(actual, expected)) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
40
|
+
let message = `Values are not equal${msgSuffix}`;
|
|
41
|
+
|
|
42
|
+
const actualString = format(actual);
|
|
43
|
+
const expectedString = format(expected);
|
|
44
|
+
const stringDiff = (typeof actual === "string") &&
|
|
45
|
+
(typeof expected === "string");
|
|
46
|
+
const diffResult = stringDiff
|
|
47
|
+
? diffStr(actual as string, expected as string)
|
|
48
|
+
: diff(actualString.split("\n"), expectedString.split("\n"));
|
|
49
|
+
const diffMsg = buildMessage(diffResult, { stringDiff }).join("\n");
|
|
50
|
+
message = `${message}\n${diffMsg}`;
|
|
51
|
+
throw new AssertionError(message);
|
|
52
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
|
|
5
|
+
/** Assertion condition for {@linkcode assertFalse}. */
|
|
6
|
+
export type Falsy = false | 0 | 0n | "" | null | undefined;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Make an assertion, error will be thrown if `expr` have truthy value.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertFalse } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertFalse(false); // Doesn't throw
|
|
16
|
+
* assertFalse(true); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @param expr The expression to test.
|
|
20
|
+
* @param msg The optional message to display if the assertion fails.
|
|
21
|
+
*/
|
|
22
|
+
export function assertFalse(expr: unknown, msg = ""): asserts expr is Falsy {
|
|
23
|
+
if (expr) {
|
|
24
|
+
throw new AssertionError(msg);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
|
|
5
|
+
/** Any constructor */
|
|
6
|
+
// deno-lint-ignore no-explicit-any
|
|
7
|
+
export type AnyConstructor = new (...args: any[]) => any;
|
|
8
|
+
/** Gets constructor type */
|
|
9
|
+
export type GetConstructorType<T extends AnyConstructor> = InstanceType<T>;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Make an assertion that `obj` is an instance of `type`.
|
|
13
|
+
* If not then throw.
|
|
14
|
+
*
|
|
15
|
+
* @example Usage
|
|
16
|
+
* ```ts ignore
|
|
17
|
+
* import { assertInstanceOf } from "@std/assert";
|
|
18
|
+
*
|
|
19
|
+
* assertInstanceOf(new Date(), Date); // Doesn't throw
|
|
20
|
+
* assertInstanceOf(new Date(), Number); // Throws
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @typeParam T The expected type of the object.
|
|
24
|
+
* @param actual The object to check.
|
|
25
|
+
* @param expectedType The expected class constructor.
|
|
26
|
+
* @param msg The optional message to display if the assertion fails.
|
|
27
|
+
*/
|
|
28
|
+
export function assertInstanceOf<
|
|
29
|
+
// deno-lint-ignore no-explicit-any
|
|
30
|
+
T extends abstract new (...args: any[]) => any,
|
|
31
|
+
>(
|
|
32
|
+
actual: unknown,
|
|
33
|
+
expectedType: T,
|
|
34
|
+
msg = "",
|
|
35
|
+
): asserts actual is InstanceType<T> {
|
|
36
|
+
if (actual instanceof expectedType) return;
|
|
37
|
+
|
|
38
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
39
|
+
const expectedTypeStr = expectedType.name;
|
|
40
|
+
|
|
41
|
+
let actualTypeStr = "";
|
|
42
|
+
if (actual === null) {
|
|
43
|
+
actualTypeStr = "null";
|
|
44
|
+
} else if (actual === undefined) {
|
|
45
|
+
actualTypeStr = "undefined";
|
|
46
|
+
} else if (typeof actual === "object") {
|
|
47
|
+
actualTypeStr = actual.constructor?.name ?? "Object";
|
|
48
|
+
} else {
|
|
49
|
+
actualTypeStr = typeof actual;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (expectedTypeStr === actualTypeStr) {
|
|
53
|
+
msg =
|
|
54
|
+
`Expected object to be an instance of "${expectedTypeStr}"${msgSuffix}`;
|
|
55
|
+
} else if (actualTypeStr === "function") {
|
|
56
|
+
msg =
|
|
57
|
+
`Expected object to be an instance of "${expectedTypeStr}" but was not an instanced object${msgSuffix}`;
|
|
58
|
+
} else {
|
|
59
|
+
msg =
|
|
60
|
+
`Expected object to be an instance of "${expectedTypeStr}" but was "${actualTypeStr}"${msgSuffix}`;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
throw new AssertionError(msg);
|
|
64
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
import { stripAnsiCode } from "../../internal/1.0.5/styles.js";
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Make an assertion that `error` is an `Error`.
|
|
8
|
+
* If not then an error will be thrown.
|
|
9
|
+
* An error class and a string that should be included in the
|
|
10
|
+
* error message can also be asserted.
|
|
11
|
+
*
|
|
12
|
+
* @example Usage
|
|
13
|
+
* ```ts ignore
|
|
14
|
+
* import { assertIsError } from "@std/assert";
|
|
15
|
+
*
|
|
16
|
+
* assertIsError(null); // Throws
|
|
17
|
+
* assertIsError(new RangeError("Out of range")); // Doesn't throw
|
|
18
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError); // Throws
|
|
19
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError, "Out of range"); // Doesn't throw
|
|
20
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError, "Within range"); // Throws
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @typeParam E The type of the error to assert.
|
|
24
|
+
* @param error The error to assert.
|
|
25
|
+
* @param ErrorClass The optional error class to assert.
|
|
26
|
+
* @param msgMatches The optional string or RegExp to assert in the error message.
|
|
27
|
+
* @param msg The optional message to display if the assertion fails.
|
|
28
|
+
*/
|
|
29
|
+
export function assertIsError<E extends Error = Error>(
|
|
30
|
+
error: unknown,
|
|
31
|
+
// deno-lint-ignore no-explicit-any
|
|
32
|
+
ErrorClass?: abstract new (...args: any[]) => E,
|
|
33
|
+
msgMatches?: string | RegExp,
|
|
34
|
+
msg?: string,
|
|
35
|
+
): asserts error is E {
|
|
36
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
37
|
+
if (!(error instanceof Error)) {
|
|
38
|
+
throw new AssertionError(
|
|
39
|
+
`Expected "error" to be an Error object${msgSuffix}`,
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
if (ErrorClass && !(error instanceof ErrorClass)) {
|
|
43
|
+
msg =
|
|
44
|
+
`Expected error to be instance of "${ErrorClass.name}", but was "${error?.constructor?.name}"${msgSuffix}`;
|
|
45
|
+
throw new AssertionError(msg);
|
|
46
|
+
}
|
|
47
|
+
let msgCheck;
|
|
48
|
+
if (typeof msgMatches === "string") {
|
|
49
|
+
msgCheck = stripAnsiCode(error.message).includes(
|
|
50
|
+
stripAnsiCode(msgMatches),
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
if (msgMatches instanceof RegExp) {
|
|
54
|
+
msgCheck = msgMatches.test(stripAnsiCode(error.message));
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
if (msgMatches && !msgCheck) {
|
|
58
|
+
msg = `Expected error message to include ${
|
|
59
|
+
msgMatches instanceof RegExp
|
|
60
|
+
? msgMatches.toString()
|
|
61
|
+
: JSON.stringify(msgMatches)
|
|
62
|
+
}, but got ${JSON.stringify(error?.message)}${msgSuffix}`;
|
|
63
|
+
throw new AssertionError(msg);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Make an assertion that `actual` match RegExp `expected`. If not
|
|
7
|
+
* then throw.
|
|
8
|
+
*
|
|
9
|
+
* @example Usage
|
|
10
|
+
* ```ts ignore
|
|
11
|
+
* import { assertMatch } from "@std/assert";
|
|
12
|
+
*
|
|
13
|
+
* assertMatch("Raptor", /Raptor/); // Doesn't throw
|
|
14
|
+
* assertMatch("Denosaurus", /Raptor/); // Throws
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @param actual The actual value to be matched.
|
|
18
|
+
* @param expected The expected pattern to match.
|
|
19
|
+
* @param msg The optional message to display if the assertion fails.
|
|
20
|
+
*/
|
|
21
|
+
export function assertMatch(
|
|
22
|
+
actual: string,
|
|
23
|
+
expected: RegExp,
|
|
24
|
+
msg?: string,
|
|
25
|
+
) {
|
|
26
|
+
if (expected.test(actual)) return;
|
|
27
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
28
|
+
msg = `Expected actual: "${actual}" to match: "${expected}"${msgSuffix}`;
|
|
29
|
+
throw new AssertionError(msg);
|
|
30
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { assertFalse } from "./false.js";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Make an assertion that `obj` is not an instance of `type`.
|
|
7
|
+
* If so, then throw.
|
|
8
|
+
*
|
|
9
|
+
* @example Usage
|
|
10
|
+
* ```ts ignore
|
|
11
|
+
* import { assertNotInstanceOf } from "@std/assert";
|
|
12
|
+
*
|
|
13
|
+
* assertNotInstanceOf(new Date(), Number); // Doesn't throw
|
|
14
|
+
* assertNotInstanceOf(new Date(), Date); // Throws
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @typeParam A The type of the object to check.
|
|
18
|
+
* @typeParam T The type of the class to check against.
|
|
19
|
+
* @param actual The object to check.
|
|
20
|
+
* @param unexpectedType The class constructor to check against.
|
|
21
|
+
* @param msg The optional message to display if the assertion fails.
|
|
22
|
+
*/
|
|
23
|
+
export function assertNotInstanceOf<A, T>(
|
|
24
|
+
actual: A,
|
|
25
|
+
// deno-lint-ignore no-explicit-any
|
|
26
|
+
unexpectedType: abstract new (...args: any[]) => T,
|
|
27
|
+
msg?: string,
|
|
28
|
+
): asserts actual is Exclude<A, T> {
|
|
29
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
30
|
+
msg =
|
|
31
|
+
`Expected object to not be an instance of "${typeof unexpectedType}"${msgSuffix}`;
|
|
32
|
+
assertFalse(actual instanceof unexpectedType, msg);
|
|
33
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Make an assertion that `actual` not match RegExp `expected`. If match
|
|
7
|
+
* then throw.
|
|
8
|
+
*
|
|
9
|
+
* @example Usage
|
|
10
|
+
* ```ts ignore
|
|
11
|
+
* import { assertNotMatch } from "@std/assert";
|
|
12
|
+
*
|
|
13
|
+
* assertNotMatch("Denosaurus", /Raptor/); // Doesn't throw
|
|
14
|
+
* assertNotMatch("Raptor", /Raptor/); // Throws
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @param actual The actual value to match.
|
|
18
|
+
* @param expected The expected value to not match.
|
|
19
|
+
* @param msg The optional message to display if the assertion fails.
|
|
20
|
+
*/
|
|
21
|
+
export function assertNotMatch(
|
|
22
|
+
actual: string,
|
|
23
|
+
expected: RegExp,
|
|
24
|
+
msg?: string,
|
|
25
|
+
) {
|
|
26
|
+
if (!expected.test(actual)) return;
|
|
27
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
28
|
+
msg = `Expected actual: "${actual}" to not match: "${expected}"${msgSuffix}`;
|
|
29
|
+
throw new AssertionError(msg);
|
|
30
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
import { format } from "../../internal/1.0.5/format.js";
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Make an assertion that `actual` and `expected` are not strictly equal, using
|
|
8
|
+
* {@linkcode Object.is} for equality comparison. If the values are strictly
|
|
9
|
+
* equal then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertNotStrictEquals } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertNotStrictEquals(1, 1); // Throws
|
|
16
|
+
* assertNotStrictEquals(1, 2); // Doesn't throw
|
|
17
|
+
*
|
|
18
|
+
* assertNotStrictEquals(0, 0); // Throws
|
|
19
|
+
* assertNotStrictEquals(0, -0); // Doesn't throw
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @typeParam T The type of the values to compare.
|
|
23
|
+
* @param actual The actual value to compare.
|
|
24
|
+
* @param expected The expected value to compare.
|
|
25
|
+
* @param msg The optional message to display if the assertion fails.
|
|
26
|
+
*/
|
|
27
|
+
export function assertNotStrictEquals<T>(
|
|
28
|
+
actual: T,
|
|
29
|
+
expected: T,
|
|
30
|
+
msg?: string,
|
|
31
|
+
) {
|
|
32
|
+
if (!Object.is(actual, expected)) {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
37
|
+
throw new AssertionError(
|
|
38
|
+
`Expected "actual" to not be strictly equal to: ${
|
|
39
|
+
format(actual)
|
|
40
|
+
}${msgSuffix}\n`,
|
|
41
|
+
);
|
|
42
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { AssertionError } from "./assertion_error.js";
|
|
4
|
+
import { assertIsError } from "./is_error.js";
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Executes a function which returns a promise, expecting it to reject.
|
|
8
|
+
*
|
|
9
|
+
* To assert that a synchronous function throws, use {@linkcode assertThrows}.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertRejects } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* await assertRejects(async () => Promise.reject(new Error())); // Doesn't throw
|
|
16
|
+
* await assertRejects(async () => console.log("Hello world")); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @param fn The function to execute.
|
|
20
|
+
* @param msg The optional message to display if the assertion fails.
|
|
21
|
+
* @returns The promise which resolves to the thrown error.
|
|
22
|
+
*/
|
|
23
|
+
export function assertRejects(
|
|
24
|
+
fn: () => PromiseLike<unknown>,
|
|
25
|
+
msg?: string,
|
|
26
|
+
): Promise<unknown>;
|
|
27
|
+
/**
|
|
28
|
+
* Executes a function which returns a promise, expecting it to reject.
|
|
29
|
+
* If it does not, then it throws. An error class and a string that should be
|
|
30
|
+
* included in the error message can also be asserted.
|
|
31
|
+
*
|
|
32
|
+
* To assert that a synchronous function throws, use {@linkcode assertThrows}.
|
|
33
|
+
*
|
|
34
|
+
* @example Usage
|
|
35
|
+
* ```ts ignore
|
|
36
|
+
* import { assertRejects } from "@std/assert";
|
|
37
|
+
*
|
|
38
|
+
* await assertRejects(async () => Promise.reject(new Error()), Error); // Doesn't throw
|
|
39
|
+
* await assertRejects(async () => Promise.reject(new Error()), SyntaxError); // Throws
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @typeParam E The error class to assert.
|
|
43
|
+
* @param fn The function to execute.
|
|
44
|
+
* @param ErrorClass The error class to assert.
|
|
45
|
+
* @param msgIncludes The string that should be included in the error message.
|
|
46
|
+
* @param msg The optional message to display if the assertion fails.
|
|
47
|
+
* @returns The promise which resolves to the thrown error.
|
|
48
|
+
*/
|
|
49
|
+
export function assertRejects<E extends Error = Error>(
|
|
50
|
+
fn: () => PromiseLike<unknown>,
|
|
51
|
+
// deno-lint-ignore no-explicit-any
|
|
52
|
+
ErrorClass: abstract new (...args: any[]) => E,
|
|
53
|
+
msgIncludes?: string,
|
|
54
|
+
msg?: string,
|
|
55
|
+
): Promise<E>;
|
|
56
|
+
export async function assertRejects<E extends Error = Error>(
|
|
57
|
+
fn: () => PromiseLike<unknown>,
|
|
58
|
+
errorClassOrMsg?:
|
|
59
|
+
// deno-lint-ignore no-explicit-any
|
|
60
|
+
| (abstract new (...args: any[]) => E)
|
|
61
|
+
| string,
|
|
62
|
+
msgIncludesOrMsg?: string,
|
|
63
|
+
msg?: string,
|
|
64
|
+
): Promise<E | Error | unknown> {
|
|
65
|
+
// deno-lint-ignore no-explicit-any
|
|
66
|
+
let ErrorClass: (abstract new (...args: any[]) => E) | undefined;
|
|
67
|
+
let msgIncludes: string | undefined;
|
|
68
|
+
let err;
|
|
69
|
+
|
|
70
|
+
if (typeof errorClassOrMsg !== "string") {
|
|
71
|
+
if (
|
|
72
|
+
errorClassOrMsg === undefined ||
|
|
73
|
+
errorClassOrMsg.prototype instanceof Error ||
|
|
74
|
+
errorClassOrMsg.prototype === Error.prototype
|
|
75
|
+
) {
|
|
76
|
+
ErrorClass = errorClassOrMsg;
|
|
77
|
+
msgIncludes = msgIncludesOrMsg;
|
|
78
|
+
}
|
|
79
|
+
} else {
|
|
80
|
+
msg = errorClassOrMsg;
|
|
81
|
+
}
|
|
82
|
+
let doesThrow = false;
|
|
83
|
+
let isPromiseReturned = false;
|
|
84
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
85
|
+
try {
|
|
86
|
+
const possiblePromise = fn();
|
|
87
|
+
if (
|
|
88
|
+
possiblePromise &&
|
|
89
|
+
typeof possiblePromise === "object" &&
|
|
90
|
+
typeof possiblePromise.then === "function"
|
|
91
|
+
) {
|
|
92
|
+
isPromiseReturned = true;
|
|
93
|
+
await possiblePromise;
|
|
94
|
+
} else {
|
|
95
|
+
throw new Error();
|
|
96
|
+
}
|
|
97
|
+
} catch (error) {
|
|
98
|
+
if (!isPromiseReturned) {
|
|
99
|
+
throw new AssertionError(
|
|
100
|
+
`Function throws when expected to reject${msgSuffix}`,
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
if (ErrorClass) {
|
|
104
|
+
if (!(error instanceof Error)) {
|
|
105
|
+
throw new AssertionError(`A non-Error object was rejected${msgSuffix}`);
|
|
106
|
+
}
|
|
107
|
+
assertIsError(
|
|
108
|
+
error,
|
|
109
|
+
ErrorClass,
|
|
110
|
+
msgIncludes,
|
|
111
|
+
msg,
|
|
112
|
+
);
|
|
113
|
+
}
|
|
114
|
+
err = error;
|
|
115
|
+
doesThrow = true;
|
|
116
|
+
}
|
|
117
|
+
if (!doesThrow) {
|
|
118
|
+
throw new AssertionError(
|
|
119
|
+
`Expected function to reject${msgSuffix}`,
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
return err;
|
|
123
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// This module is browser compatible.
|
|
3
|
+
import { buildMessage } from "../../internal/1.0.5/build_message.js";
|
|
4
|
+
import { diff } from "../../internal/1.0.5/diff.js";
|
|
5
|
+
import { diffStr } from "../../internal/1.0.5/diff_str.js";
|
|
6
|
+
import { format } from "../../internal/1.0.5/format.js";
|
|
7
|
+
import { red } from "../../internal/1.0.5/styles.js";
|
|
8
|
+
import { AssertionError } from "./assertion_error.js";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Make an assertion that `actual` and `expected` are strictly equal, using
|
|
12
|
+
* {@linkcode Object.is} for equality comparison. If not, then throw.
|
|
13
|
+
*
|
|
14
|
+
* @example Usage
|
|
15
|
+
* ```ts ignore
|
|
16
|
+
* import { assertStrictEquals } from "@std/assert";
|
|
17
|
+
*
|
|
18
|
+
* const a = {};
|
|
19
|
+
* const b = a;
|
|
20
|
+
* assertStrictEquals(a, b); // Doesn't throw
|
|
21
|
+
*
|
|
22
|
+
* const c = {};
|
|
23
|
+
* const d = {};
|
|
24
|
+
* assertStrictEquals(c, d); // Throws
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @typeParam T The type of the expected value.
|
|
28
|
+
* @param actual The actual value to compare.
|
|
29
|
+
* @param expected The expected value to compare.
|
|
30
|
+
* @param msg The optional message to display if the assertion fails.
|
|
31
|
+
*/
|
|
32
|
+
export function assertStrictEquals<T>(
|
|
33
|
+
actual: unknown,
|
|
34
|
+
expected: T,
|
|
35
|
+
msg?: string,
|
|
36
|
+
): asserts actual is T {
|
|
37
|
+
if (Object.is(actual, expected)) {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
42
|
+
let message: string;
|
|
43
|
+
|
|
44
|
+
const actualString = format(actual);
|
|
45
|
+
const expectedString = format(expected);
|
|
46
|
+
|
|
47
|
+
if (actualString === expectedString) {
|
|
48
|
+
const withOffset = actualString
|
|
49
|
+
.split("\n")
|
|
50
|
+
.map((l) => ` ${l}`)
|
|
51
|
+
.join("\n");
|
|
52
|
+
message =
|
|
53
|
+
`Values have the same structure but are not reference-equal${msgSuffix}\n\n${
|
|
54
|
+
red(withOffset)
|
|
55
|
+
}\n`;
|
|
56
|
+
} else {
|
|
57
|
+
const stringDiff = (typeof actual === "string") &&
|
|
58
|
+
(typeof expected === "string");
|
|
59
|
+
const diffResult = stringDiff
|
|
60
|
+
? diffStr(actual as string, expected as string)
|
|
61
|
+
: diff(actualString.split("\n"), expectedString.split("\n"));
|
|
62
|
+
const diffMsg = buildMessage(diffResult, { stringDiff }).join("\n");
|
|
63
|
+
message = `Values are not strictly equal${msgSuffix}\n${diffMsg}`;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
throw new AssertionError(message);
|
|
67
|
+
}
|