@goast/kotlin 0.4.7-beta2 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +45 -45
- package/assets/client/okhttp3/ApiClient.kt +250 -250
- package/esm/_dnt.test_polyfills.d.ts +29 -0
- package/esm/_dnt.test_polyfills.d.ts.map +1 -0
- package/esm/_dnt.test_polyfills.js +31 -0
- package/esm/_dnt.test_shims.d.ts +6 -0
- package/esm/_dnt.test_shims.d.ts.map +1 -0
- package/esm/_dnt.test_shims.js +61 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equal.js +183 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equals.d.ts +35 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/equals.js +58 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/instance_of.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/is_error.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/rejects.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.9/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts +20 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_equals.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts +17 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.js +26 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_assertions.js +13 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts +46 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.js +160 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts +6 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_build_message.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_equal.js +191 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_extend.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_inspect_args.js +12 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts +34 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_matchers.js +568 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_mock_util.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_serializer.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_types.d.ts +839 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_types.js +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/_utils.js +218 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/expect.d.ts +60 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/expect.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.9/expect.js +523 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +199 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/build_message.js +111 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff.js +277 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/diff_str.js +180 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.5/types.js +2 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts +15 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_mock_utils.js +35 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts +74 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/_test_suite.js +350 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts +736 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/bdd.js +652 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/mock.d.ts +674 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/mock.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.6/mock.js +1083 -0
- package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
- package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/annotation.test.js +56 -0
- package/esm/src/ast/nodes/argument.test.d.ts +2 -0
- package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/argument.test.js +33 -0
- package/esm/src/ast/nodes/call.test.d.ts +2 -0
- package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/call.test.js +35 -0
- package/esm/src/ast/nodes/class.test.d.ts +2 -0
- package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/class.test.js +219 -0
- package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
- package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/constructor.test.js +139 -0
- package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
- package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/doc-tag.test.js +67 -0
- package/esm/src/ast/nodes/doc.test.d.ts +2 -0
- package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/doc.test.js +33 -0
- package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
- package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/enum-value.test.js +115 -0
- package/esm/src/ast/nodes/enum.test.d.ts +2 -0
- package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/enum.test.js +129 -0
- package/esm/src/ast/nodes/function.test.d.ts +2 -0
- package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/function.test.js +160 -0
- package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
- package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
- package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
- package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/init-block.test.js +28 -0
- package/esm/src/ast/nodes/interface.test.d.ts +2 -0
- package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/interface.test.js +121 -0
- package/esm/src/ast/nodes/object.test.d.ts +2 -0
- package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/object.test.js +78 -0
- package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
- package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/parameter.test.js +152 -0
- package/esm/src/ast/nodes/property.test.d.ts +2 -0
- package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/property.test.js +206 -0
- package/esm/src/ast/nodes/reference.test.d.ts +2 -0
- package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/reference.test.js +36 -0
- package/esm/src/ast/nodes/string.test.d.ts +2 -0
- package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
- package/esm/src/ast/nodes/string.test.js +48 -0
- package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/esm/src/generators/services/spring-controllers/models.d.ts +1 -0
- package/esm/src/generators/services/spring-controllers/models.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/models.js +1 -0
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
- package/esm/src/generators/services/spring-controllers/spring-controller-generator.js +11 -4
- package/esm/src/import-collection.test.d.ts +2 -0
- package/esm/src/import-collection.test.d.ts.map +1 -0
- package/esm/src/import-collection.test.js +99 -0
- package/esm/tests/openapi-models.test.d.ts +2 -0
- package/esm/tests/openapi-models.test.d.ts.map +1 -0
- package/esm/tests/openapi-models.test.js +45 -0
- package/package.json +1 -1
- package/script/_dnt.test_polyfills.d.ts +29 -0
- package/script/_dnt.test_polyfills.d.ts.map +1 -0
- package/script/_dnt.test_polyfills.js +32 -0
- package/script/_dnt.test_shims.d.ts +6 -0
- package/script/_dnt.test_shims.d.ts.map +1 -0
- package/script/_dnt.test_shims.js +65 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equal.js +187 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equals.d.ts +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/equals.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/false.js +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_instance_of.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.js +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/rejects.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.9/strict_equals.js +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts +20 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_equals.js +32 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.js +29 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_assertions.js +18 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts +46 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.js +182 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts +6 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_build_message.js +33 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_equal.js +194 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_extend.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_extend.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_inspect_args.js +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts +34 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_matchers.js +602 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts +11 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_mock_util.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_serializer.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_types.d.ts +839 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_types.js +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/_utils.js +226 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/expect.d.ts +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/expect.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.9/expect.js +527 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts +160 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/assertion_state.js +204 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/diff_str.js +186 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts +2 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/format.js +41 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/styles.js +220 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.5/types.js +3 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts +15 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_mock_utils.js +41 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts +74 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/_test_suite.js +355 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts +736 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/bdd.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/bdd.js +663 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/mock.d.ts +674 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/mock.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.6/mock.js +1102 -0
- package/script/src/ast/nodes/annotation.test.d.ts +2 -0
- package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
- package/script/src/ast/nodes/annotation.test.js +58 -0
- package/script/src/ast/nodes/argument.test.d.ts +2 -0
- package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
- package/script/src/ast/nodes/argument.test.js +35 -0
- package/script/src/ast/nodes/call.test.d.ts +2 -0
- package/script/src/ast/nodes/call.test.d.ts.map +1 -0
- package/script/src/ast/nodes/call.test.js +37 -0
- package/script/src/ast/nodes/class.test.d.ts +2 -0
- package/script/src/ast/nodes/class.test.d.ts.map +1 -0
- package/script/src/ast/nodes/class.test.js +221 -0
- package/script/src/ast/nodes/constructor.test.d.ts +2 -0
- package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
- package/script/src/ast/nodes/constructor.test.js +141 -0
- package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
- package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
- package/script/src/ast/nodes/doc-tag.test.js +69 -0
- package/script/src/ast/nodes/doc.test.d.ts +2 -0
- package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
- package/script/src/ast/nodes/doc.test.js +35 -0
- package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
- package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
- package/script/src/ast/nodes/enum-value.test.js +117 -0
- package/script/src/ast/nodes/enum.test.d.ts +2 -0
- package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
- package/script/src/ast/nodes/enum.test.js +131 -0
- package/script/src/ast/nodes/function.test.d.ts +2 -0
- package/script/src/ast/nodes/function.test.d.ts.map +1 -0
- package/script/src/ast/nodes/function.test.js +162 -0
- package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
- package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
- package/script/src/ast/nodes/generic-parameter.test.js +51 -0
- package/script/src/ast/nodes/init-block.test.d.ts +2 -0
- package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
- package/script/src/ast/nodes/init-block.test.js +30 -0
- package/script/src/ast/nodes/interface.test.d.ts +2 -0
- package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
- package/script/src/ast/nodes/interface.test.js +123 -0
- package/script/src/ast/nodes/object.test.d.ts +2 -0
- package/script/src/ast/nodes/object.test.d.ts.map +1 -0
- package/script/src/ast/nodes/object.test.js +80 -0
- package/script/src/ast/nodes/parameter.test.d.ts +2 -0
- package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
- package/script/src/ast/nodes/parameter.test.js +154 -0
- package/script/src/ast/nodes/property.test.d.ts +2 -0
- package/script/src/ast/nodes/property.test.d.ts.map +1 -0
- package/script/src/ast/nodes/property.test.js +208 -0
- package/script/src/ast/nodes/reference.test.d.ts +2 -0
- package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
- package/script/src/ast/nodes/reference.test.js +38 -0
- package/script/src/ast/nodes/string.test.d.ts +2 -0
- package/script/src/ast/nodes/string.test.d.ts.map +1 -0
- package/script/src/ast/nodes/string.test.js +50 -0
- package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
- package/script/src/generators/services/spring-controllers/models.d.ts +1 -0
- package/script/src/generators/services/spring-controllers/models.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/models.js +1 -0
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.d.ts.map +1 -1
- package/script/src/generators/services/spring-controllers/spring-controller-generator.js +12 -5
- package/script/src/import-collection.test.d.ts +2 -0
- package/script/src/import-collection.test.d.ts.map +1 -0
- package/script/src/import-collection.test.js +101 -0
- package/script/tests/openapi-models.test.d.ts +2 -0
- package/script/tests/openapi-models.test.d.ts.map +1 -0
- package/script/tests/openapi-models.test.js +48 -0
- package/src/_dnt.test_polyfills.ts +70 -0
- package/src/_dnt.test_shims.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/assertion_error.ts +31 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/equal.ts +210 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/equals.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/false.ts +26 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/instance_of.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/is_error.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/not_instance_of.ts +33 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/not_match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.ts +42 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/rejects.ts +123 -0
- package/src/deps/jsr.io/@std/assert/1.0.9/strict_equals.ts +67 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_assert_equals.ts +38 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_assert_not_equals.ts +35 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_assertions.ts +18 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_asymmetric_matchers.ts +193 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_build_message.ts +51 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_custom_equality_tester.ts +19 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_equal.ts +230 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_extend.ts +16 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_inspect_args.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_matchers.ts +838 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_mock_util.ts +22 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_serializer.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_types.ts +919 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/_utils.ts +283 -0
- package/src/deps/jsr.io/@std/expect/1.0.9/expect.ts +620 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/assertion_state.ts +214 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/build_message.ts +134 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/diff.ts +317 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/diff_str.ts +204 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/format.ts +39 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/styles.ts +233 -0
- package/src/deps/jsr.io/@std/internal/1.0.5/types.ts +18 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/_mock_utils.ts +43 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/_test_suite.ts +410 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/bdd.ts +1285 -0
- package/src/deps/jsr.io/@std/testing/1.0.6/mock.ts +1807 -0
- package/src/mod.ts +8 -0
- package/src/src/assets.ts +9 -0
- package/src/src/ast/_index.ts +66 -0
- package/src/src/ast/common.ts +1 -0
- package/src/src/ast/index.ts +1 -0
- package/src/src/ast/node.ts +10 -0
- package/src/src/ast/nodes/annotation.test.ts +69 -0
- package/src/src/ast/nodes/annotation.ts +79 -0
- package/src/src/ast/nodes/argument.test.ts +41 -0
- package/src/src/ast/nodes/argument.ts +62 -0
- package/src/src/ast/nodes/call.test.ts +44 -0
- package/src/src/ast/nodes/call.ts +66 -0
- package/src/src/ast/nodes/class.test.ts +274 -0
- package/src/src/ast/nodes/class.ts +178 -0
- package/src/src/ast/nodes/collection-literal.ts +49 -0
- package/src/src/ast/nodes/constructor.test.ts +178 -0
- package/src/src/ast/nodes/constructor.ts +126 -0
- package/src/src/ast/nodes/doc-tag.test.ts +84 -0
- package/src/src/ast/nodes/doc-tag.ts +138 -0
- package/src/src/ast/nodes/doc.test.ts +42 -0
- package/src/src/ast/nodes/doc.ts +111 -0
- package/src/src/ast/nodes/enum-value.test.ts +146 -0
- package/src/src/ast/nodes/enum-value.ts +100 -0
- package/src/src/ast/nodes/enum.test.ts +167 -0
- package/src/src/ast/nodes/enum.ts +163 -0
- package/src/src/ast/nodes/function.test.ts +194 -0
- package/src/src/ast/nodes/function.ts +176 -0
- package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
- package/src/src/ast/nodes/generic-parameter.ts +54 -0
- package/src/src/ast/nodes/init-block.test.ts +36 -0
- package/src/src/ast/nodes/init-block.ts +38 -0
- package/src/src/ast/nodes/interface.test.ts +151 -0
- package/src/src/ast/nodes/interface.ts +133 -0
- package/src/src/ast/nodes/lambda-type.ts +68 -0
- package/src/src/ast/nodes/lambda.ts +68 -0
- package/src/src/ast/nodes/object.test.ts +101 -0
- package/src/src/ast/nodes/object.ts +102 -0
- package/src/src/ast/nodes/parameter.test.ts +191 -0
- package/src/src/ast/nodes/parameter.ts +118 -0
- package/src/src/ast/nodes/property.test.ts +253 -0
- package/src/src/ast/nodes/property.ts +225 -0
- package/src/src/ast/nodes/reference.test.ts +47 -0
- package/src/src/ast/nodes/reference.ts +178 -0
- package/src/src/ast/nodes/string.test.ts +61 -0
- package/src/src/ast/nodes/string.ts +114 -0
- package/src/src/ast/nodes/types.ts +23 -0
- package/src/src/ast/references/index.ts +8 -0
- package/src/src/ast/references/jackson.ts +16 -0
- package/src/src/ast/references/jakarta.ts +10 -0
- package/src/src/ast/references/java.ts +19 -0
- package/src/src/ast/references/kotlin.ts +40 -0
- package/src/src/ast/references/okhttp3.ts +5 -0
- package/src/src/ast/references/reactor.ts +5 -0
- package/src/src/ast/references/spring.ts +64 -0
- package/src/src/ast/references/swagger.ts +23 -0
- package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
- package/src/src/ast/utils/to-kt-node.ts +31 -0
- package/src/src/ast/utils/write-kt-annotations.ts +15 -0
- package/src/src/ast/utils/write-kt-arguments.ts +45 -0
- package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
- package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
- package/src/src/ast/utils/write-kt-members.ts +25 -0
- package/src/src/ast/utils/write-kt-node.ts +37 -0
- package/src/src/ast/utils/write-kt-parameters.ts +25 -0
- package/src/src/common-results.ts +4 -0
- package/src/src/config.ts +41 -0
- package/src/src/file-builder.ts +108 -0
- package/src/src/generators/file-generator.ts +29 -0
- package/src/src/generators/index.ts +4 -0
- package/src/src/generators/models/args.ts +128 -0
- package/src/src/generators/models/index.ts +4 -0
- package/src/src/generators/models/model-generator.ts +602 -0
- package/src/src/generators/models/models-generator.ts +65 -0
- package/src/src/generators/models/models.ts +95 -0
- package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
- package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
- package/src/src/generators/services/okhttp3-clients/models.ts +62 -0
- package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
- package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +130 -0
- package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
- package/src/src/generators/services/spring-controllers/args.ts +88 -0
- package/src/src/generators/services/spring-controllers/index.ts +4 -0
- package/src/src/generators/services/spring-controllers/models.ts +66 -0
- package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +754 -0
- package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
- package/src/src/import-collection.test.ts +116 -0
- package/src/src/import-collection.ts +98 -0
- package/src/src/types.ts +3 -0
- package/src/src/utils.ts +39 -0
- package/src/tests/openapi-models.test.ts +63 -0
- package/test_runner.js +227 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `actual` and `expected` are equal, deeply. If not
|
|
3
|
+
* deeply equal, then throw.
|
|
4
|
+
*
|
|
5
|
+
* Type parameter can be specified to ensure values under comparison have the
|
|
6
|
+
* same type.
|
|
7
|
+
*
|
|
8
|
+
* Note: When comparing `Blob` objects, you should first convert them to
|
|
9
|
+
* `Uint8Array` using the `Blob.bytes()` method and then compare their
|
|
10
|
+
* contents.
|
|
11
|
+
*
|
|
12
|
+
* @example Usage
|
|
13
|
+
* ```ts ignore
|
|
14
|
+
* import { assertEquals } from "@std/assert";
|
|
15
|
+
*
|
|
16
|
+
* assertEquals("world", "world"); // Doesn't throw
|
|
17
|
+
* assertEquals("hello", "world"); // Throws
|
|
18
|
+
* ```
|
|
19
|
+
* @example Compare `Blob` objects
|
|
20
|
+
* ```ts ignore
|
|
21
|
+
* import { assertEquals } from "@std/assert";
|
|
22
|
+
*
|
|
23
|
+
* const bytes1 = await new Blob(["foo"]).bytes();
|
|
24
|
+
* const bytes2 = await new Blob(["foo"]).bytes();
|
|
25
|
+
*
|
|
26
|
+
* assertEquals(bytes1, bytes2);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @typeParam T The type of the values to compare. This is usually inferred.
|
|
30
|
+
* @param actual The actual value to compare.
|
|
31
|
+
* @param expected The expected value to compare.
|
|
32
|
+
* @param msg The optional message to display if the assertion fails.
|
|
33
|
+
*/
|
|
34
|
+
export declare function assertEquals<T>(actual: T, expected: T, msg?: string): void;
|
|
35
|
+
//# sourceMappingURL=equals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/equals.ts"],"names":[],"mappings":"AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAkBb"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertEquals = assertEquals;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const equal_js_1 = require("./equal.js");
|
|
7
|
+
const build_message_js_1 = require("../../internal/1.0.5/build_message.js");
|
|
8
|
+
const diff_js_1 = require("../../internal/1.0.5/diff.js");
|
|
9
|
+
const diff_str_js_1 = require("../../internal/1.0.5/diff_str.js");
|
|
10
|
+
const format_js_1 = require("../../internal/1.0.5/format.js");
|
|
11
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
12
|
+
/**
|
|
13
|
+
* Make an assertion that `actual` and `expected` are equal, deeply. If not
|
|
14
|
+
* deeply equal, then throw.
|
|
15
|
+
*
|
|
16
|
+
* Type parameter can be specified to ensure values under comparison have the
|
|
17
|
+
* same type.
|
|
18
|
+
*
|
|
19
|
+
* Note: When comparing `Blob` objects, you should first convert them to
|
|
20
|
+
* `Uint8Array` using the `Blob.bytes()` method and then compare their
|
|
21
|
+
* contents.
|
|
22
|
+
*
|
|
23
|
+
* @example Usage
|
|
24
|
+
* ```ts ignore
|
|
25
|
+
* import { assertEquals } from "@std/assert";
|
|
26
|
+
*
|
|
27
|
+
* assertEquals("world", "world"); // Doesn't throw
|
|
28
|
+
* assertEquals("hello", "world"); // Throws
|
|
29
|
+
* ```
|
|
30
|
+
* @example Compare `Blob` objects
|
|
31
|
+
* ```ts ignore
|
|
32
|
+
* import { assertEquals } from "@std/assert";
|
|
33
|
+
*
|
|
34
|
+
* const bytes1 = await new Blob(["foo"]).bytes();
|
|
35
|
+
* const bytes2 = await new Blob(["foo"]).bytes();
|
|
36
|
+
*
|
|
37
|
+
* assertEquals(bytes1, bytes2);
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* @typeParam T The type of the values to compare. This is usually inferred.
|
|
41
|
+
* @param actual The actual value to compare.
|
|
42
|
+
* @param expected The expected value to compare.
|
|
43
|
+
* @param msg The optional message to display if the assertion fails.
|
|
44
|
+
*/
|
|
45
|
+
function assertEquals(actual, expected, msg) {
|
|
46
|
+
if ((0, equal_js_1.equal)(actual, expected)) {
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
50
|
+
let message = `Values are not equal${msgSuffix}`;
|
|
51
|
+
const actualString = (0, format_js_1.format)(actual);
|
|
52
|
+
const expectedString = (0, format_js_1.format)(expected);
|
|
53
|
+
const stringDiff = (typeof actual === "string") &&
|
|
54
|
+
(typeof expected === "string");
|
|
55
|
+
const diffResult = stringDiff
|
|
56
|
+
? (0, diff_str_js_1.diffStr)(actual, expected)
|
|
57
|
+
: (0, diff_js_1.diff)(actualString.split("\n"), expectedString.split("\n"));
|
|
58
|
+
const diffMsg = (0, build_message_js_1.buildMessage)(diffResult, { stringDiff }).join("\n");
|
|
59
|
+
message = `${message}\n${diffMsg}`;
|
|
60
|
+
throw new assertion_error_js_1.AssertionError(message);
|
|
61
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/** Assertion condition for {@linkcode assertFalse}. */
|
|
2
|
+
export type Falsy = false | 0 | 0n | "" | null | undefined;
|
|
3
|
+
/**
|
|
4
|
+
* Make an assertion, error will be thrown if `expr` have truthy value.
|
|
5
|
+
*
|
|
6
|
+
* @example Usage
|
|
7
|
+
* ```ts ignore
|
|
8
|
+
* import { assertFalse } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* assertFalse(false); // Doesn't throw
|
|
11
|
+
* assertFalse(true); // Throws
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param expr The expression to test.
|
|
15
|
+
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
*/
|
|
17
|
+
export declare function assertFalse(expr: unknown, msg?: string): asserts expr is Falsy;
|
|
18
|
+
//# sourceMappingURL=false.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"false.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/false.ts"],"names":[],"mappings":"AAIA,uDAAuD;AACvD,MAAM,MAAM,KAAK,GAAG,KAAK,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;AAE3D;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,SAAK,GAAG,OAAO,CAAC,IAAI,IAAI,KAAK,CAI1E"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertFalse = assertFalse;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion, error will be thrown if `expr` have truthy value.
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts ignore
|
|
12
|
+
* import { assertFalse } from "@std/assert";
|
|
13
|
+
*
|
|
14
|
+
* assertFalse(false); // Doesn't throw
|
|
15
|
+
* assertFalse(true); // Throws
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* @param expr The expression to test.
|
|
19
|
+
* @param msg The optional message to display if the assertion fails.
|
|
20
|
+
*/
|
|
21
|
+
function assertFalse(expr, msg = "") {
|
|
22
|
+
if (expr) {
|
|
23
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** Any constructor */
|
|
2
|
+
export type AnyConstructor = new (...args: any[]) => any;
|
|
3
|
+
/** Gets constructor type */
|
|
4
|
+
export type GetConstructorType<T extends AnyConstructor> = InstanceType<T>;
|
|
5
|
+
/**
|
|
6
|
+
* Make an assertion that `obj` is an instance of `type`.
|
|
7
|
+
* If not then throw.
|
|
8
|
+
*
|
|
9
|
+
* @example Usage
|
|
10
|
+
* ```ts ignore
|
|
11
|
+
* import { assertInstanceOf } from "@std/assert";
|
|
12
|
+
*
|
|
13
|
+
* assertInstanceOf(new Date(), Date); // Doesn't throw
|
|
14
|
+
* assertInstanceOf(new Date(), Number); // Throws
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @typeParam T The expected type of the object.
|
|
18
|
+
* @param actual The object to check.
|
|
19
|
+
* @param expectedType The expected class constructor.
|
|
20
|
+
* @param msg The optional message to display if the assertion fails.
|
|
21
|
+
*/
|
|
22
|
+
export declare function assertInstanceOf<T extends abstract new (...args: any[]) => any>(actual: unknown, expectedType: T, msg?: string): asserts actual is InstanceType<T>;
|
|
23
|
+
//# sourceMappingURL=instance_of.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/instance_of.ts"],"names":[],"mappings":"AAIA,sBAAsB;AAEtB,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AACzD,4BAA4B;AAC5B,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,cAAc,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC;AAE3E;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAE9B,CAAC,SAAS,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAE9C,MAAM,EAAE,OAAO,EACf,YAAY,EAAE,CAAC,EACf,GAAG,SAAK,GACP,OAAO,CAAC,MAAM,IAAI,YAAY,CAAC,CAAC,CAAC,CA6BnC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertInstanceOf = assertInstanceOf;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion that `obj` is an instance of `type`.
|
|
9
|
+
* If not then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertInstanceOf } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertInstanceOf(new Date(), Date); // Doesn't throw
|
|
16
|
+
* assertInstanceOf(new Date(), Number); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @typeParam T The expected type of the object.
|
|
20
|
+
* @param actual The object to check.
|
|
21
|
+
* @param expectedType The expected class constructor.
|
|
22
|
+
* @param msg The optional message to display if the assertion fails.
|
|
23
|
+
*/
|
|
24
|
+
function assertInstanceOf(actual, expectedType, msg = "") {
|
|
25
|
+
var _a, _b;
|
|
26
|
+
if (actual instanceof expectedType)
|
|
27
|
+
return;
|
|
28
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
29
|
+
const expectedTypeStr = expectedType.name;
|
|
30
|
+
let actualTypeStr = "";
|
|
31
|
+
if (actual === null) {
|
|
32
|
+
actualTypeStr = "null";
|
|
33
|
+
}
|
|
34
|
+
else if (actual === undefined) {
|
|
35
|
+
actualTypeStr = "undefined";
|
|
36
|
+
}
|
|
37
|
+
else if (typeof actual === "object") {
|
|
38
|
+
actualTypeStr = (_b = (_a = actual.constructor) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : "Object";
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
actualTypeStr = typeof actual;
|
|
42
|
+
}
|
|
43
|
+
if (expectedTypeStr === actualTypeStr) {
|
|
44
|
+
msg =
|
|
45
|
+
`Expected object to be an instance of "${expectedTypeStr}"${msgSuffix}`;
|
|
46
|
+
}
|
|
47
|
+
else if (actualTypeStr === "function") {
|
|
48
|
+
msg =
|
|
49
|
+
`Expected object to be an instance of "${expectedTypeStr}" but was not an instanced object${msgSuffix}`;
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
msg =
|
|
53
|
+
`Expected object to be an instance of "${expectedTypeStr}" but was "${actualTypeStr}"${msgSuffix}`;
|
|
54
|
+
}
|
|
55
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
56
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `error` is an `Error`.
|
|
3
|
+
* If not then an error will be thrown.
|
|
4
|
+
* An error class and a string that should be included in the
|
|
5
|
+
* error message can also be asserted.
|
|
6
|
+
*
|
|
7
|
+
* @example Usage
|
|
8
|
+
* ```ts ignore
|
|
9
|
+
* import { assertIsError } from "@std/assert";
|
|
10
|
+
*
|
|
11
|
+
* assertIsError(null); // Throws
|
|
12
|
+
* assertIsError(new RangeError("Out of range")); // Doesn't throw
|
|
13
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError); // Throws
|
|
14
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError, "Out of range"); // Doesn't throw
|
|
15
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError, "Within range"); // Throws
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* @typeParam E The type of the error to assert.
|
|
19
|
+
* @param error The error to assert.
|
|
20
|
+
* @param ErrorClass The optional error class to assert.
|
|
21
|
+
* @param msgMatches The optional string or RegExp to assert in the error message.
|
|
22
|
+
* @param msg The optional message to display if the assertion fails.
|
|
23
|
+
*/
|
|
24
|
+
export declare function assertIsError<E extends Error = Error>(error: unknown, ErrorClass?: abstract new (...args: any[]) => E, msgMatches?: string | RegExp, msg?: string): asserts error is E;
|
|
25
|
+
//# sourceMappingURL=is_error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/is_error.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,KAAK,EAAE,OAAO,EAEd,UAAU,CAAC,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAC/C,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAC5B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,KAAK,IAAI,CAAC,CA8BpB"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertIsError = assertIsError;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
const styles_js_1 = require("../../internal/1.0.5/styles.js");
|
|
8
|
+
/**
|
|
9
|
+
* Make an assertion that `error` is an `Error`.
|
|
10
|
+
* If not then an error will be thrown.
|
|
11
|
+
* An error class and a string that should be included in the
|
|
12
|
+
* error message can also be asserted.
|
|
13
|
+
*
|
|
14
|
+
* @example Usage
|
|
15
|
+
* ```ts ignore
|
|
16
|
+
* import { assertIsError } from "@std/assert";
|
|
17
|
+
*
|
|
18
|
+
* assertIsError(null); // Throws
|
|
19
|
+
* assertIsError(new RangeError("Out of range")); // Doesn't throw
|
|
20
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError); // Throws
|
|
21
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError, "Out of range"); // Doesn't throw
|
|
22
|
+
* assertIsError(new RangeError("Out of range"), SyntaxError, "Within range"); // Throws
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @typeParam E The type of the error to assert.
|
|
26
|
+
* @param error The error to assert.
|
|
27
|
+
* @param ErrorClass The optional error class to assert.
|
|
28
|
+
* @param msgMatches The optional string or RegExp to assert in the error message.
|
|
29
|
+
* @param msg The optional message to display if the assertion fails.
|
|
30
|
+
*/
|
|
31
|
+
function assertIsError(error,
|
|
32
|
+
// deno-lint-ignore no-explicit-any
|
|
33
|
+
ErrorClass, msgMatches, msg) {
|
|
34
|
+
var _a;
|
|
35
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
36
|
+
if (!(error instanceof Error)) {
|
|
37
|
+
throw new assertion_error_js_1.AssertionError(`Expected "error" to be an Error object${msgSuffix}`);
|
|
38
|
+
}
|
|
39
|
+
if (ErrorClass && !(error instanceof ErrorClass)) {
|
|
40
|
+
msg =
|
|
41
|
+
`Expected error to be instance of "${ErrorClass.name}", but was "${(_a = error === null || error === void 0 ? void 0 : error.constructor) === null || _a === void 0 ? void 0 : _a.name}"${msgSuffix}`;
|
|
42
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
43
|
+
}
|
|
44
|
+
let msgCheck;
|
|
45
|
+
if (typeof msgMatches === "string") {
|
|
46
|
+
msgCheck = (0, styles_js_1.stripAnsiCode)(error.message).includes((0, styles_js_1.stripAnsiCode)(msgMatches));
|
|
47
|
+
}
|
|
48
|
+
if (msgMatches instanceof RegExp) {
|
|
49
|
+
msgCheck = msgMatches.test((0, styles_js_1.stripAnsiCode)(error.message));
|
|
50
|
+
}
|
|
51
|
+
if (msgMatches && !msgCheck) {
|
|
52
|
+
msg = `Expected error message to include ${msgMatches instanceof RegExp
|
|
53
|
+
? msgMatches.toString()
|
|
54
|
+
: JSON.stringify(msgMatches)}, but got ${JSON.stringify(error === null || error === void 0 ? void 0 : error.message)}${msgSuffix}`;
|
|
55
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `actual` match RegExp `expected`. If not
|
|
3
|
+
* then throw.
|
|
4
|
+
*
|
|
5
|
+
* @example Usage
|
|
6
|
+
* ```ts ignore
|
|
7
|
+
* import { assertMatch } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertMatch("Raptor", /Raptor/); // Doesn't throw
|
|
10
|
+
* assertMatch("Denosaurus", /Raptor/); // Throws
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @param actual The actual value to be matched.
|
|
14
|
+
* @param expected The expected pattern to match.
|
|
15
|
+
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
*/
|
|
17
|
+
export declare function assertMatch(actual: string, expected: RegExp, msg?: string): void;
|
|
18
|
+
//# sourceMappingURL=match.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertMatch = assertMatch;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion that `actual` match RegExp `expected`. If not
|
|
9
|
+
* then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertMatch } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertMatch("Raptor", /Raptor/); // Doesn't throw
|
|
16
|
+
* assertMatch("Denosaurus", /Raptor/); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @param actual The actual value to be matched.
|
|
20
|
+
* @param expected The expected pattern to match.
|
|
21
|
+
* @param msg The optional message to display if the assertion fails.
|
|
22
|
+
*/
|
|
23
|
+
function assertMatch(actual, expected, msg) {
|
|
24
|
+
if (expected.test(actual))
|
|
25
|
+
return;
|
|
26
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
27
|
+
msg = `Expected actual: "${actual}" to match: "${expected}"${msgSuffix}`;
|
|
28
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
29
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `obj` is not an instance of `type`.
|
|
3
|
+
* If so, then throw.
|
|
4
|
+
*
|
|
5
|
+
* @example Usage
|
|
6
|
+
* ```ts ignore
|
|
7
|
+
* import { assertNotInstanceOf } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertNotInstanceOf(new Date(), Number); // Doesn't throw
|
|
10
|
+
* assertNotInstanceOf(new Date(), Date); // Throws
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @typeParam A The type of the object to check.
|
|
14
|
+
* @typeParam T The type of the class to check against.
|
|
15
|
+
* @param actual The object to check.
|
|
16
|
+
* @param unexpectedType The class constructor to check against.
|
|
17
|
+
* @param msg The optional message to display if the assertion fails.
|
|
18
|
+
*/
|
|
19
|
+
export declare function assertNotInstanceOf<A, T>(actual: A, unexpectedType: abstract new (...args: any[]) => T, msg?: string): asserts actual is Exclude<A, T>;
|
|
20
|
+
//# sourceMappingURL=not_instance_of.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not_instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/not_instance_of.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,CAAC,EACtC,MAAM,EAAE,CAAC,EAET,cAAc,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAClD,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAKjC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertNotInstanceOf = assertNotInstanceOf;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const false_js_1 = require("./false.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion that `obj` is not an instance of `type`.
|
|
9
|
+
* If so, then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertNotInstanceOf } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertNotInstanceOf(new Date(), Number); // Doesn't throw
|
|
16
|
+
* assertNotInstanceOf(new Date(), Date); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @typeParam A The type of the object to check.
|
|
20
|
+
* @typeParam T The type of the class to check against.
|
|
21
|
+
* @param actual The object to check.
|
|
22
|
+
* @param unexpectedType The class constructor to check against.
|
|
23
|
+
* @param msg The optional message to display if the assertion fails.
|
|
24
|
+
*/
|
|
25
|
+
function assertNotInstanceOf(actual,
|
|
26
|
+
// deno-lint-ignore no-explicit-any
|
|
27
|
+
unexpectedType, msg) {
|
|
28
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
29
|
+
msg =
|
|
30
|
+
`Expected object to not be an instance of "${typeof unexpectedType}"${msgSuffix}`;
|
|
31
|
+
(0, false_js_1.assertFalse)(actual instanceof unexpectedType, msg);
|
|
32
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `actual` not match RegExp `expected`. If match
|
|
3
|
+
* then throw.
|
|
4
|
+
*
|
|
5
|
+
* @example Usage
|
|
6
|
+
* ```ts ignore
|
|
7
|
+
* import { assertNotMatch } from "@std/assert";
|
|
8
|
+
*
|
|
9
|
+
* assertNotMatch("Denosaurus", /Raptor/); // Doesn't throw
|
|
10
|
+
* assertNotMatch("Raptor", /Raptor/); // Throws
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @param actual The actual value to match.
|
|
14
|
+
* @param expected The expected value to not match.
|
|
15
|
+
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
*/
|
|
17
|
+
export declare function assertNotMatch(actual: string, expected: RegExp, msg?: string): void;
|
|
18
|
+
//# sourceMappingURL=not_match.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/not_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAMb"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertNotMatch = assertNotMatch;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
/**
|
|
8
|
+
* Make an assertion that `actual` not match RegExp `expected`. If match
|
|
9
|
+
* then throw.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts ignore
|
|
13
|
+
* import { assertNotMatch } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertNotMatch("Denosaurus", /Raptor/); // Doesn't throw
|
|
16
|
+
* assertNotMatch("Raptor", /Raptor/); // Throws
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* @param actual The actual value to match.
|
|
20
|
+
* @param expected The expected value to not match.
|
|
21
|
+
* @param msg The optional message to display if the assertion fails.
|
|
22
|
+
*/
|
|
23
|
+
function assertNotMatch(actual, expected, msg) {
|
|
24
|
+
if (!expected.test(actual))
|
|
25
|
+
return;
|
|
26
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
27
|
+
msg = `Expected actual: "${actual}" to not match: "${expected}"${msgSuffix}`;
|
|
28
|
+
throw new assertion_error_js_1.AssertionError(msg);
|
|
29
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Make an assertion that `actual` and `expected` are not strictly equal, using
|
|
3
|
+
* {@linkcode Object.is} for equality comparison. If the values are strictly
|
|
4
|
+
* equal then throw.
|
|
5
|
+
*
|
|
6
|
+
* @example Usage
|
|
7
|
+
* ```ts ignore
|
|
8
|
+
* import { assertNotStrictEquals } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* assertNotStrictEquals(1, 1); // Throws
|
|
11
|
+
* assertNotStrictEquals(1, 2); // Doesn't throw
|
|
12
|
+
*
|
|
13
|
+
* assertNotStrictEquals(0, 0); // Throws
|
|
14
|
+
* assertNotStrictEquals(0, -0); // Doesn't throw
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @typeParam T The type of the values to compare.
|
|
18
|
+
* @param actual The actual value to compare.
|
|
19
|
+
* @param expected The expected value to compare.
|
|
20
|
+
* @param msg The optional message to display if the assertion fails.
|
|
21
|
+
*/
|
|
22
|
+
export declare function assertNotStrictEquals<T>(actual: T, expected: T, msg?: string): void;
|
|
23
|
+
//# sourceMappingURL=not_strict_equals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not_strict_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/not_strict_equals.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAYb"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertNotStrictEquals = assertNotStrictEquals;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
const format_js_1 = require("../../internal/1.0.5/format.js");
|
|
8
|
+
/**
|
|
9
|
+
* Make an assertion that `actual` and `expected` are not strictly equal, using
|
|
10
|
+
* {@linkcode Object.is} for equality comparison. If the values are strictly
|
|
11
|
+
* equal then throw.
|
|
12
|
+
*
|
|
13
|
+
* @example Usage
|
|
14
|
+
* ```ts ignore
|
|
15
|
+
* import { assertNotStrictEquals } from "@std/assert";
|
|
16
|
+
*
|
|
17
|
+
* assertNotStrictEquals(1, 1); // Throws
|
|
18
|
+
* assertNotStrictEquals(1, 2); // Doesn't throw
|
|
19
|
+
*
|
|
20
|
+
* assertNotStrictEquals(0, 0); // Throws
|
|
21
|
+
* assertNotStrictEquals(0, -0); // Doesn't throw
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @typeParam T The type of the values to compare.
|
|
25
|
+
* @param actual The actual value to compare.
|
|
26
|
+
* @param expected The expected value to compare.
|
|
27
|
+
* @param msg The optional message to display if the assertion fails.
|
|
28
|
+
*/
|
|
29
|
+
function assertNotStrictEquals(actual, expected, msg) {
|
|
30
|
+
if (!Object.is(actual, expected)) {
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
34
|
+
throw new assertion_error_js_1.AssertionError(`Expected "actual" to not be strictly equal to: ${(0, format_js_1.format)(actual)}${msgSuffix}\n`);
|
|
35
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Executes a function which returns a promise, expecting it to reject.
|
|
3
|
+
*
|
|
4
|
+
* To assert that a synchronous function throws, use {@linkcode assertThrows}.
|
|
5
|
+
*
|
|
6
|
+
* @example Usage
|
|
7
|
+
* ```ts ignore
|
|
8
|
+
* import { assertRejects } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* await assertRejects(async () => Promise.reject(new Error())); // Doesn't throw
|
|
11
|
+
* await assertRejects(async () => console.log("Hello world")); // Throws
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param fn The function to execute.
|
|
15
|
+
* @param msg The optional message to display if the assertion fails.
|
|
16
|
+
* @returns The promise which resolves to the thrown error.
|
|
17
|
+
*/
|
|
18
|
+
export declare function assertRejects(fn: () => PromiseLike<unknown>, msg?: string): Promise<unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Executes a function which returns a promise, expecting it to reject.
|
|
21
|
+
* If it does not, then it throws. An error class and a string that should be
|
|
22
|
+
* included in the error message can also be asserted.
|
|
23
|
+
*
|
|
24
|
+
* To assert that a synchronous function throws, use {@linkcode assertThrows}.
|
|
25
|
+
*
|
|
26
|
+
* @example Usage
|
|
27
|
+
* ```ts ignore
|
|
28
|
+
* import { assertRejects } from "@std/assert";
|
|
29
|
+
*
|
|
30
|
+
* await assertRejects(async () => Promise.reject(new Error()), Error); // Doesn't throw
|
|
31
|
+
* await assertRejects(async () => Promise.reject(new Error()), SyntaxError); // Throws
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @typeParam E The error class to assert.
|
|
35
|
+
* @param fn The function to execute.
|
|
36
|
+
* @param ErrorClass The error class to assert.
|
|
37
|
+
* @param msgIncludes The string that should be included in the error message.
|
|
38
|
+
* @param msg The optional message to display if the assertion fails.
|
|
39
|
+
* @returns The promise which resolves to the thrown error.
|
|
40
|
+
*/
|
|
41
|
+
export declare function assertRejects<E extends Error = Error>(fn: () => PromiseLike<unknown>, ErrorClass: abstract new (...args: any[]) => E, msgIncludes?: string, msg?: string): Promise<E>;
|
|
42
|
+
//# sourceMappingURL=rejects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rejects.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/1.0.9/rejects.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAC9B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,OAAO,CAAC,CAAC;AACpB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAE9B,UAAU,EAAE,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EAC9C,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.assertRejects = assertRejects;
|
|
4
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
5
|
+
// This module is browser compatible.
|
|
6
|
+
const assertion_error_js_1 = require("./assertion_error.js");
|
|
7
|
+
const is_error_js_1 = require("./is_error.js");
|
|
8
|
+
async function assertRejects(fn, errorClassOrMsg, msgIncludesOrMsg, msg) {
|
|
9
|
+
// deno-lint-ignore no-explicit-any
|
|
10
|
+
let ErrorClass;
|
|
11
|
+
let msgIncludes;
|
|
12
|
+
let err;
|
|
13
|
+
if (typeof errorClassOrMsg !== "string") {
|
|
14
|
+
if (errorClassOrMsg === undefined ||
|
|
15
|
+
errorClassOrMsg.prototype instanceof Error ||
|
|
16
|
+
errorClassOrMsg.prototype === Error.prototype) {
|
|
17
|
+
ErrorClass = errorClassOrMsg;
|
|
18
|
+
msgIncludes = msgIncludesOrMsg;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
msg = errorClassOrMsg;
|
|
23
|
+
}
|
|
24
|
+
let doesThrow = false;
|
|
25
|
+
let isPromiseReturned = false;
|
|
26
|
+
const msgSuffix = msg ? `: ${msg}` : ".";
|
|
27
|
+
try {
|
|
28
|
+
const possiblePromise = fn();
|
|
29
|
+
if (possiblePromise &&
|
|
30
|
+
typeof possiblePromise === "object" &&
|
|
31
|
+
typeof possiblePromise.then === "function") {
|
|
32
|
+
isPromiseReturned = true;
|
|
33
|
+
await possiblePromise;
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
throw new Error();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
catch (error) {
|
|
40
|
+
if (!isPromiseReturned) {
|
|
41
|
+
throw new assertion_error_js_1.AssertionError(`Function throws when expected to reject${msgSuffix}`);
|
|
42
|
+
}
|
|
43
|
+
if (ErrorClass) {
|
|
44
|
+
if (!(error instanceof Error)) {
|
|
45
|
+
throw new assertion_error_js_1.AssertionError(`A non-Error object was rejected${msgSuffix}`);
|
|
46
|
+
}
|
|
47
|
+
(0, is_error_js_1.assertIsError)(error, ErrorClass, msgIncludes, msg);
|
|
48
|
+
}
|
|
49
|
+
err = error;
|
|
50
|
+
doesThrow = true;
|
|
51
|
+
}
|
|
52
|
+
if (!doesThrow) {
|
|
53
|
+
throw new assertion_error_js_1.AssertionError(`Expected function to reject${msgSuffix}`);
|
|
54
|
+
}
|
|
55
|
+
return err;
|
|
56
|
+
}
|