@goast/kotlin 0.4.2-beta1 → 0.4.2
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.6/assertion_error.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/assertion_error.js +30 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/equal.js +136 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/equals.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/object_match.js +159 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/rejects.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.6/strict_equals.js +57 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts +20 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_equals.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts +17 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.js +26 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_assertion.js +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts +41 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.js +143 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts +6 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_build_message.js +29 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts +9 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_equal.js +191 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts +4 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_extend.js +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_inspect_args.js +12 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts +34 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_matchers.js +564 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts +11 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_mock_util.js +10 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_types.d.ts +838 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_types.js +3 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts +8 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/_utils.js +159 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/expect.d.ts +52 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/expect.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/expect/1.0.6/expect.js +441 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts +75 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/assertion_state.js +101 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/build_message.js +111 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/diff.js +277 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/diff_str.js +180 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/format.d.ts +2 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.4/types.js +2 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts +74 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/_test_suite.js +340 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts +731 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/bdd.js +576 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/mock.d.ts +674 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/mock.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/testing/1.0.3/mock.js +1117 -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/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.6/assertion_error.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/assertion_error.js +34 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/equal.js +139 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/equals.js +48 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/false.js +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_match.js +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.js +35 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts +28 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/object_match.js +162 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/rejects.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.6/strict_equals.js +60 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts +20 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assert_equals.js +32 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.js +29 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_assertion.js +13 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts +41 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.js +161 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts +6 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_build_message.js +33 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts +9 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_equal.js +194 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_extend.js +15 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts +3 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_inspect_args.js +17 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts +34 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_matchers.js +598 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts +11 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_mock_util.js +14 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_types.d.ts +838 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_types.js +4 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts +8 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/_utils.js +166 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/expect.d.ts +52 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/expect.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/expect/1.0.6/expect.js +445 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts +75 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/assertion_state.js +106 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/diff_str.js +186 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/format.d.ts +2 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/format.js +41 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/styles.js +220 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.4/types.js +3 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts +74 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/_test_suite.js +345 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts +731 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/bdd.js +587 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/mock.d.ts +674 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/mock.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/testing/1.0.3/mock.js +1136 -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/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.6/assertion_error.ts +31 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/equal.ts +152 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/equals.ts +52 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/false.ts +26 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/instance_of.ts +64 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/is_error.ts +65 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/not_instance_of.ts +33 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/not_match.ts +30 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.ts +42 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/object_match.ts +202 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/rejects.ts +123 -0
- package/src/deps/jsr.io/@std/assert/1.0.6/strict_equals.ts +67 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_assert_equals.ts +38 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.ts +35 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_assertion.ts +13 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.ts +177 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_build_message.ts +51 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.ts +19 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_equal.ts +229 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_extend.ts +16 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_inspect_args.ts +15 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_matchers.ts +828 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_mock_util.ts +22 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_types.ts +917 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/_utils.ts +201 -0
- package/src/deps/jsr.io/@std/expect/1.0.6/expect.ts +529 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/assertion_state.ts +111 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/build_message.ts +134 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/diff.ts +317 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/diff_str.ts +204 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/format.ts +39 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/styles.ts +233 -0
- package/src/deps/jsr.io/@std/internal/1.0.4/types.ts +18 -0
- package/src/deps/jsr.io/@std/testing/1.0.3/_test_suite.ts +389 -0
- package/src/deps/jsr.io/@std/testing/1.0.3/bdd.ts +1202 -0
- package/src/deps/jsr.io/@std/testing/1.0.3/mock.ts +1839 -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 +605 -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,99 @@
|
|
|
1
|
+
import type { DiffResult } from "./types.js";
|
|
2
|
+
/**
|
|
3
|
+
* Unescape invisible characters.
|
|
4
|
+
*
|
|
5
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
|
|
6
|
+
*
|
|
7
|
+
* @param string String to unescape.
|
|
8
|
+
*
|
|
9
|
+
* @returns Unescaped string.
|
|
10
|
+
*
|
|
11
|
+
* @example Usage
|
|
12
|
+
* ```ts
|
|
13
|
+
* import { unescape } from "@std/internal/diff-str";
|
|
14
|
+
* import { assertEquals } from "@std/assert";
|
|
15
|
+
*
|
|
16
|
+
* assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function unescape(string: string): string;
|
|
20
|
+
/**
|
|
21
|
+
* Tokenizes a string into an array of tokens.
|
|
22
|
+
*
|
|
23
|
+
* @param string The string to tokenize.
|
|
24
|
+
* @param wordDiff If true, performs word-based tokenization. Default is false.
|
|
25
|
+
*
|
|
26
|
+
* @returns An array of tokens.
|
|
27
|
+
*
|
|
28
|
+
* @example Usage
|
|
29
|
+
* ```ts
|
|
30
|
+
* import { tokenize } from "@std/internal/diff-str";
|
|
31
|
+
* import { assertEquals } from "@std/assert";
|
|
32
|
+
*
|
|
33
|
+
* assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare function tokenize(string: string, wordDiff?: boolean): string[];
|
|
37
|
+
/**
|
|
38
|
+
* Create details by filtering relevant word-diff for current line and merge
|
|
39
|
+
* "space-diff" if surrounded by word-diff for cleaner displays.
|
|
40
|
+
*
|
|
41
|
+
* @param line Current line
|
|
42
|
+
* @param tokens Word-diff tokens
|
|
43
|
+
*
|
|
44
|
+
* @returns Array of diff results.
|
|
45
|
+
*
|
|
46
|
+
* @example Usage
|
|
47
|
+
* ```ts
|
|
48
|
+
* import { createDetails } from "@std/internal/diff-str";
|
|
49
|
+
* import { assertEquals } from "@std/assert";
|
|
50
|
+
*
|
|
51
|
+
* const tokens = [
|
|
52
|
+
* { type: "added", value: "a" },
|
|
53
|
+
* { type: "removed", value: "b" },
|
|
54
|
+
* { type: "common", value: "c" },
|
|
55
|
+
* ] as const;
|
|
56
|
+
* assertEquals(
|
|
57
|
+
* createDetails({ type: "added", value: "a" }, [...tokens]),
|
|
58
|
+
* [{ type: "added", value: "a" }, { type: "common", value: "c" }]
|
|
59
|
+
* );
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function createDetails(line: DiffResult<string>, tokens: DiffResult<string>[]): DiffResult<string>[];
|
|
63
|
+
/**
|
|
64
|
+
* Renders the differences between the actual and expected strings. Partially
|
|
65
|
+
* inspired from {@link https://github.com/kpdecker/jsdiff}.
|
|
66
|
+
*
|
|
67
|
+
* @param A Actual string
|
|
68
|
+
* @param B Expected string
|
|
69
|
+
*
|
|
70
|
+
* @returns Array of diff results.
|
|
71
|
+
*
|
|
72
|
+
* @example Usage
|
|
73
|
+
* ```ts
|
|
74
|
+
* import { diffStr } from "@std/internal/diff-str";
|
|
75
|
+
* import { assertEquals } from "@std/assert";
|
|
76
|
+
*
|
|
77
|
+
* assertEquals(diffStr("Hello!", "Hello"), [
|
|
78
|
+
* {
|
|
79
|
+
* type: "removed",
|
|
80
|
+
* value: "Hello!\n",
|
|
81
|
+
* details: [
|
|
82
|
+
* { type: "common", value: "Hello" },
|
|
83
|
+
* { type: "removed", value: "!" },
|
|
84
|
+
* { type: "common", value: "\n" }
|
|
85
|
+
* ]
|
|
86
|
+
* },
|
|
87
|
+
* {
|
|
88
|
+
* type: "added",
|
|
89
|
+
* value: "Hello\n",
|
|
90
|
+
* details: [
|
|
91
|
+
* { type: "common", value: "Hello" },
|
|
92
|
+
* { type: "common", value: "\n" }
|
|
93
|
+
* ]
|
|
94
|
+
* }
|
|
95
|
+
* ]);
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export declare function diffStr(A: string, B: string): DiffResult<string>[];
|
|
99
|
+
//# sourceMappingURL=diff_str.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diff_str.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.4/diff_str.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAG7C;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAW/C;AAID;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,UAAQ,GAAG,MAAM,EAAE,CAiBnE;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,EACxB,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,GAC3B,UAAU,CAAC,MAAM,CAAC,EAAE,CAetB;AAID;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,EAAE,CAkDlE"}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.unescape = unescape;
|
|
4
|
+
exports.tokenize = tokenize;
|
|
5
|
+
exports.createDetails = createDetails;
|
|
6
|
+
exports.diffStr = diffStr;
|
|
7
|
+
const diff_js_1 = require("./diff.js");
|
|
8
|
+
/**
|
|
9
|
+
* Unescape invisible characters.
|
|
10
|
+
*
|
|
11
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String#escape_sequences}
|
|
12
|
+
*
|
|
13
|
+
* @param string String to unescape.
|
|
14
|
+
*
|
|
15
|
+
* @returns Unescaped string.
|
|
16
|
+
*
|
|
17
|
+
* @example Usage
|
|
18
|
+
* ```ts
|
|
19
|
+
* import { unescape } from "@std/internal/diff-str";
|
|
20
|
+
* import { assertEquals } from "@std/assert";
|
|
21
|
+
*
|
|
22
|
+
* assertEquals(unescape("Hello\nWorld"), "Hello\\n\nWorld");
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function unescape(string) {
|
|
26
|
+
return string
|
|
27
|
+
.replaceAll("\b", "\\b")
|
|
28
|
+
.replaceAll("\f", "\\f")
|
|
29
|
+
.replaceAll("\t", "\\t")
|
|
30
|
+
.replaceAll("\v", "\\v")
|
|
31
|
+
// This does not remove line breaks
|
|
32
|
+
.replaceAll(/\r\n|\r|\n/g, (str) => str === "\r" ? "\\r" : str === "\n" ? "\\n\n" : "\\r\\n\r\n");
|
|
33
|
+
}
|
|
34
|
+
const WHITESPACE_SYMBOLS = /([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/;
|
|
35
|
+
/**
|
|
36
|
+
* Tokenizes a string into an array of tokens.
|
|
37
|
+
*
|
|
38
|
+
* @param string The string to tokenize.
|
|
39
|
+
* @param wordDiff If true, performs word-based tokenization. Default is false.
|
|
40
|
+
*
|
|
41
|
+
* @returns An array of tokens.
|
|
42
|
+
*
|
|
43
|
+
* @example Usage
|
|
44
|
+
* ```ts
|
|
45
|
+
* import { tokenize } from "@std/internal/diff-str";
|
|
46
|
+
* import { assertEquals } from "@std/assert";
|
|
47
|
+
*
|
|
48
|
+
* assertEquals(tokenize("Hello\nWorld"), ["Hello\n", "World"]);
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function tokenize(string, wordDiff = false) {
|
|
52
|
+
if (wordDiff) {
|
|
53
|
+
return string
|
|
54
|
+
.split(WHITESPACE_SYMBOLS)
|
|
55
|
+
.filter((token) => token);
|
|
56
|
+
}
|
|
57
|
+
const tokens = [];
|
|
58
|
+
const lines = string.split(/(\n|\r\n)/).filter((line) => line);
|
|
59
|
+
for (const [i, line] of lines.entries()) {
|
|
60
|
+
if (i % 2) {
|
|
61
|
+
tokens[tokens.length - 1] += line;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
tokens.push(line);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
return tokens;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Create details by filtering relevant word-diff for current line and merge
|
|
71
|
+
* "space-diff" if surrounded by word-diff for cleaner displays.
|
|
72
|
+
*
|
|
73
|
+
* @param line Current line
|
|
74
|
+
* @param tokens Word-diff tokens
|
|
75
|
+
*
|
|
76
|
+
* @returns Array of diff results.
|
|
77
|
+
*
|
|
78
|
+
* @example Usage
|
|
79
|
+
* ```ts
|
|
80
|
+
* import { createDetails } from "@std/internal/diff-str";
|
|
81
|
+
* import { assertEquals } from "@std/assert";
|
|
82
|
+
*
|
|
83
|
+
* const tokens = [
|
|
84
|
+
* { type: "added", value: "a" },
|
|
85
|
+
* { type: "removed", value: "b" },
|
|
86
|
+
* { type: "common", value: "c" },
|
|
87
|
+
* ] as const;
|
|
88
|
+
* assertEquals(
|
|
89
|
+
* createDetails({ type: "added", value: "a" }, [...tokens]),
|
|
90
|
+
* [{ type: "added", value: "a" }, { type: "common", value: "c" }]
|
|
91
|
+
* );
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
94
|
+
function createDetails(line, tokens) {
|
|
95
|
+
return tokens.filter(({ type }) => type === line.type || type === "common")
|
|
96
|
+
.map((result, i, t) => {
|
|
97
|
+
var _a;
|
|
98
|
+
const token = t[i - 1];
|
|
99
|
+
if ((result.type === "common") && token &&
|
|
100
|
+
(token.type === ((_a = t[i + 1]) === null || _a === void 0 ? void 0 : _a.type)) && /\s+/.test(result.value)) {
|
|
101
|
+
return {
|
|
102
|
+
...result,
|
|
103
|
+
type: token.type,
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
return result;
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
const NON_WHITESPACE_REGEXP = /\S/;
|
|
110
|
+
/**
|
|
111
|
+
* Renders the differences between the actual and expected strings. Partially
|
|
112
|
+
* inspired from {@link https://github.com/kpdecker/jsdiff}.
|
|
113
|
+
*
|
|
114
|
+
* @param A Actual string
|
|
115
|
+
* @param B Expected string
|
|
116
|
+
*
|
|
117
|
+
* @returns Array of diff results.
|
|
118
|
+
*
|
|
119
|
+
* @example Usage
|
|
120
|
+
* ```ts
|
|
121
|
+
* import { diffStr } from "@std/internal/diff-str";
|
|
122
|
+
* import { assertEquals } from "@std/assert";
|
|
123
|
+
*
|
|
124
|
+
* assertEquals(diffStr("Hello!", "Hello"), [
|
|
125
|
+
* {
|
|
126
|
+
* type: "removed",
|
|
127
|
+
* value: "Hello!\n",
|
|
128
|
+
* details: [
|
|
129
|
+
* { type: "common", value: "Hello" },
|
|
130
|
+
* { type: "removed", value: "!" },
|
|
131
|
+
* { type: "common", value: "\n" }
|
|
132
|
+
* ]
|
|
133
|
+
* },
|
|
134
|
+
* {
|
|
135
|
+
* type: "added",
|
|
136
|
+
* value: "Hello\n",
|
|
137
|
+
* details: [
|
|
138
|
+
* { type: "common", value: "Hello" },
|
|
139
|
+
* { type: "common", value: "\n" }
|
|
140
|
+
* ]
|
|
141
|
+
* }
|
|
142
|
+
* ]);
|
|
143
|
+
* ```
|
|
144
|
+
*/
|
|
145
|
+
function diffStr(A, B) {
|
|
146
|
+
// Compute multi-line diff
|
|
147
|
+
const diffResult = (0, diff_js_1.diff)(tokenize(`${unescape(A)}\n`), tokenize(`${unescape(B)}\n`));
|
|
148
|
+
const added = [];
|
|
149
|
+
const removed = [];
|
|
150
|
+
for (const result of diffResult) {
|
|
151
|
+
if (result.type === "added") {
|
|
152
|
+
added.push(result);
|
|
153
|
+
}
|
|
154
|
+
if (result.type === "removed") {
|
|
155
|
+
removed.push(result);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
// Compute word-diff
|
|
159
|
+
const hasMoreRemovedLines = added.length < removed.length;
|
|
160
|
+
const aLines = hasMoreRemovedLines ? added : removed;
|
|
161
|
+
const bLines = hasMoreRemovedLines ? removed : added;
|
|
162
|
+
for (const a of aLines) {
|
|
163
|
+
let tokens = [];
|
|
164
|
+
let b;
|
|
165
|
+
// Search another diff line with at least one common token
|
|
166
|
+
while (bLines.length) {
|
|
167
|
+
b = bLines.shift();
|
|
168
|
+
const tokenized = [
|
|
169
|
+
tokenize(a.value, true),
|
|
170
|
+
tokenize(b.value, true),
|
|
171
|
+
];
|
|
172
|
+
if (hasMoreRemovedLines)
|
|
173
|
+
tokenized.reverse();
|
|
174
|
+
tokens = (0, diff_js_1.diff)(tokenized[0], tokenized[1]);
|
|
175
|
+
if (tokens.some(({ type, value }) => type === "common" && NON_WHITESPACE_REGEXP.test(value))) {
|
|
176
|
+
break;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
// Register word-diff details
|
|
180
|
+
a.details = createDetails(a, tokens);
|
|
181
|
+
if (b) {
|
|
182
|
+
b.details = createDetails(b, tokens);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
return diffResult;
|
|
186
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.4/format.ts"],"names":[],"mappings":"AAuBA,wBAAgB,MAAM,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,CAezC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.format = format;
|
|
6
|
+
const tslib_1 = require("tslib");
|
|
7
|
+
/**
|
|
8
|
+
* Converts the input into a string. Objects, Sets and Maps are sorted so as to
|
|
9
|
+
* make tests less flaky.
|
|
10
|
+
*
|
|
11
|
+
* @param v Value to be formatted
|
|
12
|
+
*
|
|
13
|
+
* @returns The formatted string
|
|
14
|
+
*
|
|
15
|
+
* @example Usage
|
|
16
|
+
* ```ts
|
|
17
|
+
* import { format } from "@std/internal/format";
|
|
18
|
+
* import { assertEquals } from "@std/assert";
|
|
19
|
+
*
|
|
20
|
+
* assertEquals(format({ a: 1, b: 2 }), "{\n a: 1,\n b: 2,\n}");
|
|
21
|
+
* assertEquals(format(new Set([1, 2])), "Set(2) {\n 1,\n 2,\n}");
|
|
22
|
+
* assertEquals(format(new Map([[1, 2]])), "Map(1) {\n 1 => 2,\n}");
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
const dntShim = tslib_1.__importStar(require("../../../../../_dnt.test_shims.js"));
|
|
26
|
+
function format(v) {
|
|
27
|
+
// deno-lint-ignore no-explicit-any
|
|
28
|
+
const { Deno } = dntShim.dntGlobalThis;
|
|
29
|
+
return typeof (Deno === null || Deno === void 0 ? void 0 : Deno.inspect) === "function"
|
|
30
|
+
? Deno.inspect(v, {
|
|
31
|
+
depth: Infinity,
|
|
32
|
+
sorted: true,
|
|
33
|
+
trailingComma: true,
|
|
34
|
+
compact: false,
|
|
35
|
+
iterableLimit: Infinity,
|
|
36
|
+
// getters should be true in assertEquals.
|
|
37
|
+
getters: true,
|
|
38
|
+
strAbbreviateSize: Infinity,
|
|
39
|
+
})
|
|
40
|
+
: `"${String(v).replace(/(?=["\\])/g, "\\")}"`;
|
|
41
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sets the style of text to be printed to bold.
|
|
3
|
+
*
|
|
4
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
5
|
+
*
|
|
6
|
+
* @param str Text to make bold
|
|
7
|
+
*
|
|
8
|
+
* @returns Bold text for printing
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts no-assert
|
|
12
|
+
* import { bold } from "@std/internal/styles";
|
|
13
|
+
*
|
|
14
|
+
* console.log(bold("Hello, world!")); // Prints "Hello, world!" in bold
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function bold(str: string): string;
|
|
18
|
+
/**
|
|
19
|
+
* Sets the color of text to be printed to red.
|
|
20
|
+
*
|
|
21
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
22
|
+
*
|
|
23
|
+
* @param str Text to make red
|
|
24
|
+
*
|
|
25
|
+
* @returns Red text for printing
|
|
26
|
+
*
|
|
27
|
+
* @example Usage
|
|
28
|
+
* ```ts no-assert
|
|
29
|
+
* import { red } from "@std/internal/styles";
|
|
30
|
+
*
|
|
31
|
+
* console.log(red("Hello, world!")); // Prints "Hello, world!" in red
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare function red(str: string): string;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the color of text to be printed to green.
|
|
37
|
+
*
|
|
38
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
39
|
+
*
|
|
40
|
+
* @param str Text to make green
|
|
41
|
+
*
|
|
42
|
+
* @returns Green text for print
|
|
43
|
+
*
|
|
44
|
+
* @example Usage
|
|
45
|
+
* ```ts no-assert
|
|
46
|
+
* import { green } from "@std/internal/styles";
|
|
47
|
+
*
|
|
48
|
+
* console.log(green("Hello, world!")); // Prints "Hello, world!" in green
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
export declare function green(str: string): string;
|
|
52
|
+
/**
|
|
53
|
+
* Sets the color of text to be printed to yellow.
|
|
54
|
+
*
|
|
55
|
+
* Disable by setting the `NO_COLOR` environmental variable.
|
|
56
|
+
*
|
|
57
|
+
* @param str Text to make yellow
|
|
58
|
+
*
|
|
59
|
+
* @returns Yellow text for print
|
|
60
|
+
*
|
|
61
|
+
* @example Usage
|
|
62
|
+
* ```ts no-assert
|
|
63
|
+
* import { yellow } from "@std/internal/styles";
|
|
64
|
+
*
|
|
65
|
+
* console.log(yellow("Hello, world!")); // Prints "Hello, world!" in yellow
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function yellow(str: string): string;
|
|
69
|
+
/**
|
|
70
|
+
* Sets the color of text to be printed to white.
|
|
71
|
+
*
|
|
72
|
+
* @param str Text to make white
|
|
73
|
+
*
|
|
74
|
+
* @returns White text for print
|
|
75
|
+
*
|
|
76
|
+
* @example Usage
|
|
77
|
+
* ```ts no-assert
|
|
78
|
+
* import { white } from "@std/internal/styles";
|
|
79
|
+
*
|
|
80
|
+
* console.log(white("Hello, world!")); // Prints "Hello, world!" in white
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
export declare function white(str: string): string;
|
|
84
|
+
/**
|
|
85
|
+
* Sets the color of text to be printed to gray.
|
|
86
|
+
*
|
|
87
|
+
* @param str Text to make gray
|
|
88
|
+
*
|
|
89
|
+
* @returns Gray text for print
|
|
90
|
+
*
|
|
91
|
+
* @example Usage
|
|
92
|
+
* ```ts no-assert
|
|
93
|
+
* import { gray } from "@std/internal/styles";
|
|
94
|
+
*
|
|
95
|
+
* console.log(gray("Hello, world!")); // Prints "Hello, world!" in gray
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export declare function gray(str: string): string;
|
|
99
|
+
/**
|
|
100
|
+
* Sets the color of text to be printed to bright-black.
|
|
101
|
+
*
|
|
102
|
+
* @param str Text to make bright-black
|
|
103
|
+
*
|
|
104
|
+
* @returns Bright-black text for print
|
|
105
|
+
*
|
|
106
|
+
* @example Usage
|
|
107
|
+
* ```ts no-assert
|
|
108
|
+
* import { brightBlack } from "@std/internal/styles";
|
|
109
|
+
*
|
|
110
|
+
* console.log(brightBlack("Hello, world!")); // Prints "Hello, world!" in bright-black
|
|
111
|
+
* ```
|
|
112
|
+
*/
|
|
113
|
+
export declare function brightBlack(str: string): string;
|
|
114
|
+
/**
|
|
115
|
+
* Sets the background color of text to be printed to red.
|
|
116
|
+
*
|
|
117
|
+
* @param str Text to make its background red
|
|
118
|
+
*
|
|
119
|
+
* @returns Red background text for print
|
|
120
|
+
*
|
|
121
|
+
* @example Usage
|
|
122
|
+
* ```ts no-assert
|
|
123
|
+
* import { bgRed } from "@std/internal/styles";
|
|
124
|
+
*
|
|
125
|
+
* console.log(bgRed("Hello, world!")); // Prints "Hello, world!" with red background
|
|
126
|
+
* ```
|
|
127
|
+
*/
|
|
128
|
+
export declare function bgRed(str: string): string;
|
|
129
|
+
/**
|
|
130
|
+
* Sets the background color of text to be printed to green.
|
|
131
|
+
*
|
|
132
|
+
* @param str Text to make its background green
|
|
133
|
+
*
|
|
134
|
+
* @returns Green background text for print
|
|
135
|
+
*
|
|
136
|
+
* @example Usage
|
|
137
|
+
* ```ts no-assert
|
|
138
|
+
* import { bgGreen } from "@std/internal/styles";
|
|
139
|
+
*
|
|
140
|
+
* console.log(bgGreen("Hello, world!")); // Prints "Hello, world!" with green background
|
|
141
|
+
* ```
|
|
142
|
+
*/
|
|
143
|
+
export declare function bgGreen(str: string): string;
|
|
144
|
+
/**
|
|
145
|
+
* Remove ANSI escape codes from the string.
|
|
146
|
+
*
|
|
147
|
+
* @param string Text to remove ANSI escape codes from
|
|
148
|
+
*
|
|
149
|
+
* @returns Text without ANSI escape codes
|
|
150
|
+
*
|
|
151
|
+
* @example Usage
|
|
152
|
+
* ```ts no-assert
|
|
153
|
+
* import { red, stripAnsiCode } from "@std/internal/styles";
|
|
154
|
+
*
|
|
155
|
+
* console.log(stripAnsiCode(red("Hello, world!"))); // Prints "Hello, world!"
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
export declare function stripAnsiCode(string: string): string;
|
|
159
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/internal/1.0.4/styles.ts"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAExC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEvC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE1C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAExC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE/C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEzC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE3C;AAWD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAEpD"}
|