@sayoriqwq/effect-harness 0.0.1 → 0.0.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/HARNESS.md +55 -23
- package/README.md +60 -90
- package/dist/bin/effect-harness.js +20 -25
- package/dist/bin/effect-harness.js.map +1 -1
- package/dist/src/cli/Main.d.ts +3 -2
- package/dist/src/cli/Main.js +21 -117
- package/dist/src/cli/Main.js.map +1 -1
- package/dist/src/harness/Errors.d.ts +2 -2
- package/dist/src/harness/Errors.js +4 -4
- package/dist/src/harness/Errors.js.map +1 -1
- package/dist/src/harness/Guardrails.d.ts +1 -4
- package/dist/src/harness/Guardrails.js +27 -46
- package/dist/src/harness/Guardrails.js.map +1 -1
- package/dist/src/harness/Model.d.ts +40 -32
- package/dist/src/harness/Model.js +92 -91
- package/dist/src/harness/Model.js.map +1 -1
- package/dist/src/harness/ProviderDiscovery.d.ts +169 -0
- package/dist/src/harness/ProviderDiscovery.js +153 -0
- package/dist/src/harness/ProviderDiscovery.js.map +1 -0
- package/dist/src/harness/SourcePin.d.ts +1 -9
- package/dist/src/harness/SourcePin.js +120 -226
- package/dist/src/harness/SourcePin.js.map +1 -1
- package/dist/src/harness/verify/JsonFields.d.ts +1 -0
- package/dist/src/harness/verify/JsonFields.js +4 -0
- package/dist/src/harness/verify/JsonFields.js.map +1 -0
- package/dist/src/harness/verify/Pipeline.d.ts +7 -0
- package/dist/src/harness/verify/Pipeline.js +55 -0
- package/dist/src/harness/verify/Pipeline.js.map +1 -0
- package/dist/src/harness/verify/ProviderProfile.d.ts +3 -0
- package/dist/src/harness/verify/ProviderProfile.js +706 -0
- package/dist/src/harness/verify/ProviderProfile.js.map +1 -0
- package/dist/src/harness/verify/ProviderRepository.d.ts +4 -0
- package/dist/src/harness/verify/ProviderRepository.js +127 -0
- package/dist/src/harness/verify/ProviderRepository.js.map +1 -0
- package/dist/src/harness/verify/Tsgo.d.ts +3 -0
- package/dist/src/harness/verify/Tsgo.js +166 -0
- package/dist/src/harness/verify/Tsgo.js.map +1 -0
- package/dist/src/harness/verify/TsgoMetadata.d.ts +4 -0
- package/dist/src/harness/verify/TsgoMetadata.js +50 -0
- package/dist/src/harness/verify/TsgoMetadata.js.map +1 -0
- package/dist/src/harness/verify/TsgoPolicy.d.ts +205 -0
- package/dist/src/harness/verify/TsgoPolicy.js +140 -0
- package/dist/src/harness/verify/TsgoPolicy.js.map +1 -0
- package/dist/src/harness/verify/TsgoSuppressions.d.ts +2 -0
- package/dist/src/harness/verify/TsgoSuppressions.js +24 -0
- package/dist/src/harness/verify/TsgoSuppressions.js.map +1 -0
- package/dist/src/harness/verify/VerifyStage.d.ts +62 -0
- package/dist/src/harness/verify/VerifyStage.js +85 -0
- package/dist/src/harness/verify/VerifyStage.js.map +1 -0
- package/dist/src/platform/Json.d.ts +2 -6
- package/dist/src/platform/Json.js +3 -22
- package/dist/src/platform/Json.js.map +1 -1
- package/dist/src/platform/Process.d.ts +1 -3
- package/dist/src/platform/Process.js +1 -46
- package/dist/src/platform/Process.js.map +1 -1
- package/harness/code.md +83 -0
- package/harness/diagnostic-layers.md +94 -0
- package/harness/effect-routes.md +50 -0
- package/harness/feedback-loop.md +156 -0
- package/harness/index.md +78 -17
- package/harness/offcial-guide.md +50 -0
- package/harness/offcial-migrate.md +220 -0
- package/harness/source.md +74 -35
- package/harness/tsgo-routes.md +58 -0
- package/harness/tsgo.md +241 -0
- package/package.json +30 -31
- package/provider/docs/diagnostics.md +48 -0
- package/provider/docs/discovery.md +104 -0
- package/provider/docs/editor-policy.md +55 -0
- package/provider/docs/effect-code.md +41 -0
- package/provider/docs/index.md +48 -0
- package/provider/docs/managed-surfaces.md +51 -0
- package/provider/docs/package-config.md +55 -0
- package/provider/docs/quality-policy.md +58 -0
- package/provider/docs/source-identity.md +48 -0
- package/provider/effect-harness.provider.json +984 -0
- package/provider/index.md +185 -0
- package/provider/snippets/agents.md +34 -0
- package/repos/effect/.changeset/add-adaptive-rate-limiter-store.md +5 -0
- package/repos/effect/.changeset/add-values-unprepared.md +17 -0
- package/repos/effect/.changeset/calm-tracers-sample.md +5 -0
- package/repos/effect/.changeset/curvy-birds-float.md +10 -0
- package/repos/effect/.changeset/eff-849-transpose-option.md +5 -0
- package/repos/effect/.changeset/every-olives-burn.md +5 -0
- package/repos/effect/.changeset/fix-2414.md +5 -0
- package/repos/effect/.changeset/fix-2419.md +5 -0
- package/repos/effect/.changeset/fix-2497.md +5 -0
- package/repos/effect/.changeset/fix-2499.md +5 -0
- package/repos/effect/.changeset/fix-anthropic-caller-toolid.md +5 -0
- package/repos/effect/.changeset/fix-config-array-default.md +5 -0
- package/repos/effect/.changeset/fix-cron-next-missing-day-overflow.md +5 -0
- package/repos/effect/.changeset/fix-http-tracer-response-cause.md +5 -0
- package/repos/effect/.changeset/fix-httpapi-malformed-json-400.md +5 -0
- package/repos/effect/.changeset/fix-rpc-unknown-tag-isolation.md +5 -0
- package/repos/effect/.changeset/fix-schema-encoding-checks.md +12 -0
- package/repos/effect/.changeset/fix-string-case-digits.md +5 -0
- package/repos/effect/.changeset/fix-workflow-defect-reply-serialization.md +5 -0
- package/repos/effect/.changeset/frozen-intrinsics-stack-trace-limit.md +7 -0
- package/repos/effect/.changeset/fuzzy-crews-fold.md +5 -0
- package/repos/effect/.changeset/good-trees-pull.md +5 -0
- package/repos/effect/.changeset/major-chairs-design.md +5 -0
- package/repos/effect/.changeset/many-badgers-obey.md +5 -0
- package/repos/effect/.changeset/modern-carrots-see.md +5 -0
- package/repos/effect/.changeset/neat-windows-buy.md +10 -0
- package/repos/effect/.changeset/openapi-generator-sse-constraint-decoder.md +7 -0
- package/repos/effect/.changeset/openrouter-input-audio.md +9 -0
- package/repos/effect/.changeset/pre.json +46 -0
- package/repos/effect/.changeset/pretty-moments-clap.md +5 -0
- package/repos/effect/.changeset/quiet-tigers-yell.md +5 -0
- package/repos/effect/.changeset/random-choice.md +5 -0
- package/repos/effect/.changeset/remove-schema-stringtree-keep-declarations.md +5 -0
- package/repos/effect/.changeset/rpc-client-http-early-close.md +5 -0
- package/repos/effect/.changeset/schema-lazy-bottom.md +13 -0
- package/repos/effect/.changeset/semantic-matching.md +13 -0
- package/repos/effect/.changeset/short-stamps-throw.md +5 -0
- package/repos/effect/.changeset/slick-signs-wish.md +5 -0
- package/repos/effect/.changeset/slick-toes-rush.md +5 -0
- package/repos/effect/.changeset/sqlite-bun-prepare-error-channel.md +5 -0
- package/repos/effect/.changeset/sqlite-do-durable-object-transactions.md +5 -0
- package/repos/effect/.changeset/to-codec-json-schema.md +5 -0
- package/repos/effect/.changeset/try-promise-catch-defect.md +11 -0
- package/repos/effect/.changeset/twelve-dragons-move.md +5 -0
- package/repos/effect/.changeset/use-url-can-parse.md +5 -0
- package/repos/effect/.oxlintrc.json +1 -0
- package/repos/effect/AGENTS.md +9 -0
- package/repos/effect/cookbooks/schedule.md +425 -3197
- package/repos/effect/migration/schema.md +38 -0
- package/repos/effect/package.json +3 -1
- package/repos/effect/packages/ai/anthropic/CHANGELOG.md +65 -0
- package/repos/effect/packages/ai/anthropic/package.json +1 -1
- package/repos/effect/packages/ai/anthropic/src/AnthropicLanguageModel.ts +3 -3
- package/repos/effect/packages/ai/anthropic/src/Generated.ts +2 -2
- package/repos/effect/packages/ai/openai/CHANGELOG.md +63 -0
- package/repos/effect/packages/ai/openai/package.json +1 -1
- package/repos/effect/packages/ai/openai/src/Generated.ts +3 -3
- package/repos/effect/packages/ai/openai/src/OpenAiLanguageModel.ts +2 -2
- package/repos/effect/packages/ai/openai/src/internal/utilities.ts +0 -6
- package/repos/effect/packages/ai/openai-compat/CHANGELOG.md +63 -0
- package/repos/effect/packages/ai/openai-compat/package.json +1 -1
- package/repos/effect/packages/ai/openai-compat/src/OpenAiLanguageModel.ts +1 -1
- package/repos/effect/packages/ai/openai-compat/src/internal/utilities.ts +0 -9
- package/repos/effect/packages/ai/openrouter/CHANGELOG.md +69 -0
- package/repos/effect/packages/ai/openrouter/package.json +1 -1
- package/repos/effect/packages/ai/openrouter/src/Generated.ts +3 -3
- package/repos/effect/packages/ai/openrouter/src/OpenRouterLanguageModel.ts +66 -1
- package/repos/effect/packages/ai/openrouter/test/OpenRouterLanguageModel.test.ts +265 -0
- package/repos/effect/packages/atom/react/CHANGELOG.md +63 -0
- package/repos/effect/packages/atom/react/package.json +1 -1
- package/repos/effect/packages/atom/solid/CHANGELOG.md +63 -0
- package/repos/effect/packages/atom/solid/package.json +1 -1
- package/repos/effect/packages/atom/vue/CHANGELOG.md +63 -0
- package/repos/effect/packages/atom/vue/package.json +1 -1
- package/repos/effect/packages/effect/CHANGELOG.md +178 -0
- package/repos/effect/packages/effect/SCHEMA.md +19 -38
- package/repos/effect/packages/effect/package.json +1 -1
- package/repos/effect/packages/effect/src/ChannelSchema.ts +9 -9
- package/repos/effect/packages/effect/src/Config.ts +15 -6
- package/repos/effect/packages/effect/src/ConfigProvider.ts +4 -3
- package/repos/effect/packages/effect/src/Context.ts +4 -5
- package/repos/effect/packages/effect/src/Cron.ts +4 -0
- package/repos/effect/packages/effect/src/Effect.ts +86 -36
- package/repos/effect/packages/effect/src/Latch.ts +21 -0
- package/repos/effect/packages/effect/src/Layer.ts +4 -4
- package/repos/effect/packages/effect/src/LayerMap.ts +4 -3
- package/repos/effect/packages/effect/src/Random.ts +42 -0
- package/repos/effect/packages/effect/src/Schedule.ts +8 -8
- package/repos/effect/packages/effect/src/Schema.ts +1071 -715
- package/repos/effect/packages/effect/src/SchemaAST.ts +262 -176
- package/repos/effect/packages/effect/src/SchemaParser.ts +85 -77
- package/repos/effect/packages/effect/src/SchemaTransformation.ts +5 -6
- package/repos/effect/packages/effect/src/String.ts +46 -12
- package/repos/effect/packages/effect/src/internal/effect.ts +76 -61
- package/repos/effect/packages/effect/src/internal/matcher.ts +0 -5
- package/repos/effect/packages/effect/src/internal/request.ts +1 -1
- package/repos/effect/packages/effect/src/internal/schema/arbitrary.ts +24 -3
- package/repos/effect/packages/effect/src/internal/schema/representation.ts +1 -5
- package/repos/effect/packages/effect/src/internal/schema/schema.ts +1 -1
- package/repos/effect/packages/effect/src/internal/stackTraceLimit.ts +63 -0
- package/repos/effect/packages/effect/src/internal/tracer.ts +4 -3
- package/repos/effect/packages/effect/src/testing/TestSchema.ts +14 -13
- package/repos/effect/packages/effect/src/unstable/ai/AnthropicStructuredOutput.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/ai/Chat.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/ai/LanguageModel.ts +7 -7
- package/repos/effect/packages/effect/src/unstable/ai/McpSchema.ts +16 -14
- package/repos/effect/packages/effect/src/unstable/ai/McpServer.ts +7 -7
- package/repos/effect/packages/effect/src/unstable/ai/OpenAiStructuredOutput.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/ai/Response.ts +9 -5
- package/repos/effect/packages/effect/src/unstable/ai/Tool.ts +53 -50
- package/repos/effect/packages/effect/src/unstable/cli/Argument.ts +9 -8
- package/repos/effect/packages/effect/src/unstable/cli/Flag.ts +9 -8
- package/repos/effect/packages/effect/src/unstable/cli/Param.ts +11 -86
- package/repos/effect/packages/effect/src/unstable/cli/Primitive.ts +5 -6
- package/repos/effect/packages/effect/src/unstable/cli/Prompt.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/cli/internal/ansi.ts +0 -33
- package/repos/effect/packages/effect/src/unstable/cli/internal/config.ts +0 -8
- package/repos/effect/packages/effect/src/unstable/cli/internal/parser.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/cluster/MessageStorage.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/cluster/Reply.ts +6 -2
- package/repos/effect/packages/effect/src/unstable/cluster/ShardingConfig.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/devtools/DevToolsSchema.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/encoding/Msgpack.ts +9 -7
- package/repos/effect/packages/effect/src/unstable/encoding/Ndjson.ts +10 -10
- package/repos/effect/packages/effect/src/unstable/encoding/Sse.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/eventlog/Event.ts +3 -3
- package/repos/effect/packages/effect/src/unstable/http/HttpBody.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/http/HttpClient.ts +78 -23
- package/repos/effect/packages/effect/src/unstable/http/HttpClientRequest.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/http/HttpIncomingMessage.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/http/HttpMiddleware.ts +12 -3
- package/repos/effect/packages/effect/src/unstable/httpapi/HttpApi.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/httpapi/HttpApiBuilder.ts +42 -26
- package/repos/effect/packages/effect/src/unstable/httpapi/HttpApiClient.ts +10 -10
- package/repos/effect/packages/effect/src/unstable/httpapi/HttpApiEndpoint.ts +45 -33
- package/repos/effect/packages/effect/src/unstable/httpapi/HttpApiMiddleware.ts +6 -5
- package/repos/effect/packages/effect/src/unstable/httpapi/HttpApiSchema.ts +16 -43
- package/repos/effect/packages/effect/src/unstable/httpapi/OpenApi.ts +5 -5
- package/repos/effect/packages/effect/src/unstable/observability/OtlpTracer.ts +2 -1
- package/repos/effect/packages/effect/src/unstable/observability/internal/otlpProtobuf.ts +0 -75
- package/repos/effect/packages/effect/src/unstable/observability/internal/protobuf.ts +0 -42
- package/repos/effect/packages/effect/src/unstable/persistence/KeyValueStore.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/persistence/Persistable.ts +7 -7
- package/repos/effect/packages/effect/src/unstable/persistence/PersistedQueue.ts +4 -4
- package/repos/effect/packages/effect/src/unstable/persistence/Persistence.ts +5 -5
- package/repos/effect/packages/effect/src/unstable/persistence/RateLimiter.ts +599 -5
- package/repos/effect/packages/effect/src/unstable/reactivity/AsyncResult.ts +4 -4
- package/repos/effect/packages/effect/src/unstable/reactivity/Atom.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/reactivity/AtomHttpApi.ts +1 -1
- package/repos/effect/packages/effect/src/unstable/rpc/Rpc.ts +7 -8
- package/repos/effect/packages/effect/src/unstable/rpc/RpcClient.ts +26 -4
- package/repos/effect/packages/effect/src/unstable/rpc/RpcGroup.ts +3 -4
- package/repos/effect/packages/effect/src/unstable/rpc/RpcMessage.ts +19 -0
- package/repos/effect/packages/effect/src/unstable/rpc/RpcMiddleware.ts +6 -5
- package/repos/effect/packages/effect/src/unstable/rpc/RpcSchema.ts +12 -9
- package/repos/effect/packages/effect/src/unstable/rpc/RpcServer.ts +4 -4
- package/repos/effect/packages/effect/src/unstable/rpc/RpcWorker.ts +3 -3
- package/repos/effect/packages/effect/src/unstable/schema/Model.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/schema/VariantSchema.ts +19 -17
- package/repos/effect/packages/effect/src/unstable/sql/SqlConnection.ts +5 -0
- package/repos/effect/packages/effect/src/unstable/sql/SqlModel.ts +2 -2
- package/repos/effect/packages/effect/src/unstable/sql/SqlResolver.ts +21 -8
- package/repos/effect/packages/effect/src/unstable/sql/SqlSchema.ts +5 -5
- package/repos/effect/packages/effect/src/unstable/sql/Statement.ts +11 -0
- package/repos/effect/packages/effect/src/unstable/workflow/Activity.ts +8 -6
- package/repos/effect/packages/effect/src/unstable/workflow/DurableDeferred.ts +33 -33
- package/repos/effect/packages/effect/src/unstable/workflow/Workflow.ts +5 -5
- package/repos/effect/packages/effect/src/unstable/workflow/WorkflowEngine.ts +11 -11
- package/repos/effect/packages/effect/test/Config.test.ts +60 -0
- package/repos/effect/packages/effect/test/ConfigProvider.test.ts +11 -0
- package/repos/effect/packages/effect/test/Cron.test.ts +15 -0
- package/repos/effect/packages/effect/test/Effect.test.ts +252 -0
- package/repos/effect/packages/effect/test/Latch.test.ts +12 -0
- package/repos/effect/packages/effect/test/Random.test.ts +37 -0
- package/repos/effect/packages/effect/test/Request.test.ts +28 -0
- package/repos/effect/packages/effect/test/Schedule.test.ts +21 -4
- package/repos/effect/packages/effect/test/StackTraceLimit.test.ts +60 -0
- package/repos/effect/packages/effect/test/String.test.ts +25 -0
- package/repos/effect/packages/effect/test/cluster/ClusterWorkflowEngine.test.ts +42 -1
- package/repos/effect/packages/effect/test/rpc/RpcClient.test.ts +28 -3
- package/repos/effect/packages/effect/test/schema/Schema.test.ts +621 -109
- package/repos/effect/packages/effect/test/schema/SchemaAST.test.ts +132 -11
- package/repos/effect/packages/effect/test/schema/representation/fromASTs.test.ts +291 -2
- package/repos/effect/packages/effect/test/schema/representation/toCodeDocument.test.ts +1 -1
- package/repos/effect/packages/effect/test/schema/toArbitrary.test.ts +21 -6
- package/repos/effect/packages/effect/test/schema/toCodec.test.ts +94 -50
- package/repos/effect/packages/effect/test/schema/toEquivalence.test.ts +7 -0
- package/repos/effect/packages/effect/test/schema/toFormatter.test.ts +9 -1
- package/repos/effect/packages/effect/test/schema/toJsonSchemaDocument.test.ts +1 -1
- package/repos/effect/packages/effect/test/schema/v3-v4.test.ts +6 -6
- package/repos/effect/packages/effect/test/unstable/ai/AnthropicStructuredOutput.test.ts +2 -2
- package/repos/effect/packages/effect/test/unstable/ai/OpenAiStructuredOutput.test.ts +2 -2
- package/repos/effect/packages/effect/test/unstable/cli/Arguments.test.ts +8 -2
- package/repos/effect/packages/effect/test/unstable/cli/Param.test.ts +8 -2
- package/repos/effect/packages/effect/test/unstable/cli/Primitive.test.ts +16 -2
- package/repos/effect/packages/effect/test/unstable/cli/Prompt.test.ts +32 -0
- package/repos/effect/packages/effect/test/unstable/http/HttpClient.test.ts +442 -1
- package/repos/effect/packages/effect/test/unstable/http/HttpMiddleware.test.ts +41 -0
- package/repos/effect/packages/effect/test/unstable/httpapi/HttpApiBuilder.test.ts +58 -1
- package/repos/effect/packages/effect/test/unstable/httpapi/HttpApiSchema.test.ts +16 -2
- package/repos/effect/packages/effect/test/unstable/persistence/RateLimiter.test.ts +697 -0
- package/repos/effect/packages/effect/test/unstable/sql/SqlResolver.test.ts +37 -0
- package/repos/effect/packages/effect/typeperf/README.md +176 -0
- package/repos/effect/packages/effect/typeperf/config.json +99 -0
- package/repos/effect/packages/effect/typeperf/run.mjs +195 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/baseline.ts +4 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/array.ts +14 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/brand.ts +10 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/decode-unknown-effect.ts +8 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/encode-unknown-effect.ts +8 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/exit.ts +14 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/non-empty-array.ts +14 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/record.ts +14 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/struct-mixed.ts +22 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/struct-mutable-only.ts +22 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/struct-optional-only.ts +22 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/struct-required.ts +22 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/struct-with-rest.ts +17 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/tagged-union.ts +16 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/to-codec-array-from-single.ts +12 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/to-codec-json.ts +13 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/to-codec-string-tree.ts +10 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/to-encoded.ts +10 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/to-standard-json-schema.ts +11 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/to-type.ts +10 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/tuple-with-rest.ts +20 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/tuple.ts +16 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/fixtures/union.ts +15 -0
- package/repos/effect/packages/effect/typeperf/suites/schema/thresholds.json +68 -0
- package/repos/effect/packages/effect/typetest/Config.tst.ts +12 -0
- package/repos/effect/packages/effect/typetest/Effect.tst.ts +70 -0
- package/repos/effect/packages/effect/typetest/Random.tst.ts +22 -0
- package/repos/effect/packages/effect/typetest/schema/Array.tst.ts +18 -0
- package/repos/effect/packages/effect/typetest/schema/Schema.tst.ts +96 -1
- package/repos/effect/packages/effect/typetest/schema/Struct.tst.ts +49 -19
- package/repos/effect/packages/effect/typetest/schema/Union.tst.ts +18 -0
- package/repos/effect/packages/effect/typetest/schema/toArbitrary.tst.ts +1 -1
- package/repos/effect/packages/opentelemetry/CHANGELOG.md +65 -0
- package/repos/effect/packages/opentelemetry/package.json +1 -1
- package/repos/effect/packages/opentelemetry/src/Tracer.ts +1 -1
- package/repos/effect/packages/opentelemetry/test/Tracer.test.ts +16 -0
- package/repos/effect/packages/platform-browser/CHANGELOG.md +63 -0
- package/repos/effect/packages/platform-browser/package.json +1 -1
- package/repos/effect/packages/platform-bun/CHANGELOG.md +72 -0
- package/repos/effect/packages/platform-bun/package.json +1 -1
- package/repos/effect/packages/platform-node/CHANGELOG.md +74 -0
- package/repos/effect/packages/platform-node/package.json +1 -1
- package/repos/effect/packages/platform-node/src/NodeHttpServer.ts +4 -3
- package/repos/effect/packages/platform-node/test/RpcServer.test.ts +81 -2
- package/repos/effect/packages/platform-node-shared/CHANGELOG.md +63 -0
- package/repos/effect/packages/platform-node-shared/package.json +1 -1
- package/repos/effect/packages/platform-node-shared/test/fixtures/bash/parent-exits-early.sh +0 -0
- package/repos/effect/packages/platform-node-shared/test/fixtures/bash/spawn-children.sh +0 -0
- package/repos/effect/packages/sql/clickhouse/CHANGELOG.md +74 -0
- package/repos/effect/packages/sql/clickhouse/package.json +1 -1
- package/repos/effect/packages/sql/clickhouse/src/ClickhouseClient.ts +3 -0
- package/repos/effect/packages/sql/d1/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/d1/package.json +1 -1
- package/repos/effect/packages/sql/d1/src/D1Client.ts +18 -0
- package/repos/effect/packages/sql/libsql/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/libsql/package.json +1 -1
- package/repos/effect/packages/sql/libsql/src/LibsqlClient.ts +3 -0
- package/repos/effect/packages/sql/mssql/CHANGELOG.md +71 -0
- package/repos/effect/packages/sql/mssql/package.json +1 -1
- package/repos/effect/packages/sql/mssql/src/MssqlClient.ts +16 -1
- package/repos/effect/packages/sql/mysql2/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/mysql2/package.json +1 -1
- package/repos/effect/packages/sql/mysql2/src/MysqlClient.ts +3 -0
- package/repos/effect/packages/sql/pg/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/pg/package.json +1 -1
- package/repos/effect/packages/sql/pg/src/PgClient.ts +3 -0
- package/repos/effect/packages/sql/pglite/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/pglite/package.json +1 -1
- package/repos/effect/packages/sql/pglite/src/PgliteClient.ts +10 -0
- package/repos/effect/packages/sql/sqlite-bun/CHANGELOG.md +67 -0
- package/repos/effect/packages/sql/sqlite-bun/package.json +1 -1
- package/repos/effect/packages/sql/sqlite-bun/src/SqliteClient.ts +15 -9
- package/repos/effect/packages/sql/sqlite-do/CHANGELOG.md +67 -0
- package/repos/effect/packages/sql/sqlite-do/package.json +1 -1
- package/repos/effect/packages/sql/sqlite-do/src/SqliteClient.ts +122 -30
- package/repos/effect/packages/sql/sqlite-do/src/SqliteMigrator.ts +19 -4
- package/repos/effect/packages/sql/sqlite-do/test/Client.test.ts +304 -9
- package/repos/effect/packages/sql/sqlite-node/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/sqlite-node/package.json +1 -1
- package/repos/effect/packages/sql/sqlite-node/src/SqliteClient.ts +22 -0
- package/repos/effect/packages/sql/sqlite-node/test/Client.test.ts +2 -0
- package/repos/effect/packages/sql/sqlite-react-native/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/sqlite-react-native/package.json +1 -1
- package/repos/effect/packages/sql/sqlite-react-native/src/SqliteClient.ts +3 -0
- package/repos/effect/packages/sql/sqlite-wasm/CHANGELOG.md +65 -0
- package/repos/effect/packages/sql/sqlite-wasm/package.json +1 -1
- package/repos/effect/packages/sql/sqlite-wasm/src/SqliteClient.ts +6 -0
- package/repos/effect/packages/tools/ai-docgen/src/main.ts +3 -1
- package/repos/effect/packages/tools/bundle/README.md +226 -0
- package/repos/effect/packages/tools/bundle/fixtures/schema-class.ts +12 -0
- package/repos/effect/packages/tools/bundle/src/Cli.ts +23 -4
- package/repos/effect/packages/tools/bundle/src/Plugins.ts +55 -10
- package/repos/effect/packages/tools/bundle/src/Reporter.ts +106 -7
- package/repos/effect/packages/tools/bundle/src/Rollup.ts +24 -2
- package/repos/effect/packages/tools/bundle/src/bin.ts +0 -0
- package/repos/effect/packages/tools/bundle/test/Plugins.test.ts +74 -0
- package/repos/effect/packages/tools/bundle/vitest.config.ts +6 -0
- package/repos/effect/packages/tools/jsdocs/src/Jsdocs.ts +61 -0
- package/repos/effect/packages/tools/jsdocs/src/bin.ts +20 -8
- package/repos/effect/packages/tools/jsdocs/test/jsdocs.test.ts +54 -1
- package/repos/effect/packages/tools/openapi-generator/CHANGELOG.md +76 -0
- package/repos/effect/packages/tools/openapi-generator/package.json +1 -1
- package/repos/effect/packages/tools/openapi-generator/src/OpenApiTransformer.ts +3 -3
- package/repos/effect/packages/tools/openapi-generator/src/bin.ts +0 -0
- package/repos/effect/packages/tools/openapi-generator/test/OpenApiGenerator.test.ts +4 -3
- package/repos/effect/packages/tools/oxc/oxlintrc.json +1 -0
- package/repos/effect/packages/tools/oxc/src/oxlint/index.ts +2 -0
- package/repos/effect/packages/tools/oxc/src/oxlint/rules/no-unused-internal.ts +642 -0
- package/repos/effect/packages/tools/oxc/test/no-unused-internal.test.ts +129 -0
- package/repos/effect/packages/tools/utils/src/bin.ts +0 -0
- package/repos/effect/packages/vitest/CHANGELOG.md +63 -0
- package/repos/effect/packages/vitest/package.json +1 -1
- package/repos/effect/scripts/bundle-analyze.sh +61 -0
- package/repos/effect/scripts/bundle-compare-selected.sh +97 -0
- package/repos/effect/scripts/bundle-compare.sh +0 -0
- package/repos/effect/scripts/worktree-setup.sh +0 -0
- package/repos/effect/tsconfig.json +3 -0
- package/repos/effect/tsconfig.packages.json +1 -0
- package/repos/effect.subtree.json +36 -12
- package/repos/tsgo/.changeset/config.json +22 -0
- package/repos/tsgo/.cuggino.json +1 -0
- package/repos/tsgo/.gitattributes +1 -0
- package/repos/tsgo/.github/workflows/ci.yml +105 -0
- package/repos/tsgo/.github/workflows/generate-stable-branch.yml +173 -0
- package/repos/tsgo/.github/workflows/refresh-flake-hash.yml +90 -0
- package/repos/tsgo/.github/workflows/release.yml +148 -0
- package/repos/tsgo/.github/workflows/update-typescript-go.yml +315 -0
- package/repos/tsgo/.github/workflows/validate-generated-stable.yml +152 -0
- package/repos/tsgo/.github/workflows/version.yml +48 -0
- package/repos/tsgo/.gitmodules +4 -0
- package/repos/tsgo/.golangci.yml +92 -0
- package/repos/tsgo/.opencode/commands/port-commit.md +25 -0
- package/repos/tsgo/.specs/ast-navigation-utilities.md +118 -0
- package/repos/tsgo/.specs/auto-import-style-overrides.md +75 -0
- package/repos/tsgo/.specs/cli-platform-filesystem.md +24 -0
- package/repos/tsgo/.specs/completion-infrastructure.md +105 -0
- package/repos/tsgo/.specs/deterministic-keys.md +138 -0
- package/repos/tsgo/.specs/diagnostic-metadata-generation.md +131 -0
- package/repos/tsgo/.specs/diagnostic-metadata-previews.md +97 -0
- package/repos/tsgo/.specs/diagnostics-and-quickfixes-patterns.md +231 -0
- package/repos/tsgo/.specs/document-symbol-postprocessing.md +68 -0
- package/repos/tsgo/.specs/duplicate-package.md +52 -0
- package/repos/tsgo/.specs/effect-fn-opportunity-layer-members.md +31 -0
- package/repos/tsgo/.specs/effect-links-type-cache.md +144 -0
- package/repos/tsgo/.specs/effect-type-version-detection.md +37 -0
- package/repos/tsgo/.specs/fixable-context.md +123 -0
- package/repos/tsgo/.specs/inlay-hints-gen-suppression.md +53 -0
- package/repos/tsgo/.specs/layer-info-mermaid-links.md +59 -0
- package/repos/tsgo/.specs/missed-pipeable-opportunity.md +82 -0
- package/repos/tsgo/.specs/missing-effect-error-return-awareness.md +21 -0
- package/repos/tsgo/.specs/path-scoped-diagnostic-config.md +265 -0
- package/repos/tsgo/.specs/perf-replace-iterchildren-with-foreachchild.md +124 -0
- package/repos/tsgo/.specs/quick-fix-baselines.md +59 -0
- package/repos/tsgo/.specs/refactor-infrastructure.md +93 -0
- package/repos/tsgo/.specs/release-prepare.md +39 -0
- package/repos/tsgo/.specs/rule-context.md +82 -0
- package/repos/tsgo/.specs/scope-aware-global-diagnostics.md +68 -0
- package/repos/tsgo/.specs/setup-diagnostic-prompt-parity.md +47 -0
- package/repos/tsgo/.specs/setup-implicit-prepare-script.md +27 -0
- package/repos/tsgo/.specs/setup-unified-pipeline.md +41 -0
- package/repos/tsgo/.specs/tsconfig-schema-generation.md +46 -0
- package/repos/tsgo/.specs/tsgo-cli-only.md +33 -0
- package/repos/tsgo/.specs/wildcard-directives.md +45 -0
- package/repos/tsgo/.vscode/settings.json +33 -0
- package/repos/tsgo/AGENTS.md +63 -0
- package/repos/tsgo/LICENSE +21 -0
- package/repos/tsgo/README.md +297 -0
- package/repos/tsgo/_packages/tsgo/CHANGELOG.md +619 -0
- package/repos/tsgo/_packages/tsgo/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo/package.json +50 -0
- package/repos/tsgo/_packages/tsgo/src/ansi.ts +29 -0
- package/repos/tsgo/_packages/tsgo/src/cli.ts +348 -0
- package/repos/tsgo/_packages/tsgo/src/config.ts +38 -0
- package/repos/tsgo/_packages/tsgo/src/metadata.json +2020 -0
- package/repos/tsgo/_packages/tsgo/src/presets.ts +133 -0
- package/repos/tsgo/_packages/tsgo/src/setup/assessment.ts +233 -0
- package/repos/tsgo/_packages/tsgo/src/setup/changes.ts +969 -0
- package/repos/tsgo/_packages/tsgo/src/setup/consts.ts +55 -0
- package/repos/tsgo/_packages/tsgo/src/setup/diff-renderer.ts +295 -0
- package/repos/tsgo/_packages/tsgo/src/setup/errors.ts +26 -0
- package/repos/tsgo/_packages/tsgo/src/setup/index.ts +31 -0
- package/repos/tsgo/_packages/tsgo/src/setup/rule-info.ts +69 -0
- package/repos/tsgo/_packages/tsgo/src/setup/rule-prompt.ts +614 -0
- package/repos/tsgo/_packages/tsgo/src/setup/target-prompt.ts +169 -0
- package/repos/tsgo/_packages/tsgo/src/setup/target.ts +34 -0
- package/repos/tsgo/_packages/tsgo/src/setup/tsconfig-prompt.ts +93 -0
- package/repos/tsgo/_packages/tsgo/src/setup/types.ts +98 -0
- package/repos/tsgo/_packages/tsgo/test/config-cli.test.ts +84 -0
- package/repos/tsgo/_packages/tsgo/test/presets.test.ts +48 -0
- package/repos/tsgo/_packages/tsgo/test/setup/__snapshots__/setup-cli.test.ts.snap +866 -0
- package/repos/tsgo/_packages/tsgo/test/setup/changes.test.ts +668 -0
- package/repos/tsgo/_packages/tsgo/test/setup/consts.test.ts +38 -0
- package/repos/tsgo/_packages/tsgo/test/setup/diff-renderer.test.ts +225 -0
- package/repos/tsgo/_packages/tsgo/test/setup/setup-cli.test.ts +797 -0
- package/repos/tsgo/_packages/tsgo/tsconfig.json +7 -0
- package/repos/tsgo/_packages/tsgo/tsconfig.src.json +17 -0
- package/repos/tsgo/_packages/tsgo/tsconfig.test.json +18 -0
- package/repos/tsgo/_packages/tsgo/tsdown.config.ts +37 -0
- package/repos/tsgo/_packages/tsgo/vitest.config.ts +7 -0
- package/repos/tsgo/_packages/tsgo-darwin-arm64/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-darwin-arm64/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-darwin-arm64/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-darwin-arm64/package.json +29 -0
- package/repos/tsgo/_packages/tsgo-darwin-x64/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-darwin-x64/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-darwin-x64/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-darwin-x64/package.json +29 -0
- package/repos/tsgo/_packages/tsgo-linux-arm/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-linux-arm/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-linux-arm/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-linux-arm/package.json +29 -0
- package/repos/tsgo/_packages/tsgo-linux-arm64/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-linux-arm64/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-linux-arm64/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-linux-arm64/package.json +29 -0
- package/repos/tsgo/_packages/tsgo-linux-x64/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-linux-x64/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-linux-x64/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-linux-x64/package.json +29 -0
- package/repos/tsgo/_packages/tsgo-win32-arm64/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-win32-arm64/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-win32-arm64/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-win32-arm64/package.json +29 -0
- package/repos/tsgo/_packages/tsgo-win32-x64/CHANGELOG.md +193 -0
- package/repos/tsgo/_packages/tsgo-win32-x64/LICENSE +21 -0
- package/repos/tsgo/_packages/tsgo-win32-x64/README.md +1 -0
- package/repos/tsgo/_packages/tsgo-win32-x64/package.json +29 -0
- package/repos/tsgo/_patches/001-cmd-tsgo-main.patch +16 -0
- package/repos/tsgo/_patches/002-checker-checker.patch +74 -0
- package/repos/tsgo/_patches/003-checker-exports.patch +27 -0
- package/repos/tsgo/_patches/004-checker-relater.patch +23 -0
- package/repos/tsgo/_patches/005-checker-types.patch +26 -0
- package/repos/tsgo/_patches/006-compiler-program.patch +15 -0
- package/repos/tsgo/_patches/007-core-compileroptions.patch +23 -0
- package/repos/tsgo/_patches/008-diagnostics-generate.patch +20 -0
- package/repos/tsgo/_patches/009-execute-tsc-emit.patch +69 -0
- package/repos/tsgo/_patches/010-fourslash-fourslash.patch +417 -0
- package/repos/tsgo/_patches/011-ls-codeactions.patch +117 -0
- package/repos/tsgo/_patches/012-ls-hover.patch +41 -0
- package/repos/tsgo/_patches/013-tsoptions-parsinghelpers.patch +69 -0
- package/repos/tsgo/_patches/014-ast-utilities-nil-check.patch +13 -0
- package/repos/tsgo/_patches/015-ls-inlay-hints.patch +36 -0
- package/repos/tsgo/_patches/017-ls-server-refactor-capability.patch +12 -0
- package/repos/tsgo/_patches/018-ls-autoimport-stylepolicy.patch +170 -0
- package/repos/tsgo/_patches/021-core-version-suffix.patch +18 -0
- package/repos/tsgo/_patches/022-ls-completions.patch +55 -0
- package/repos/tsgo/_patches/023-checker-effect-links.patch +12 -0
- package/repos/tsgo/_patches/024-ls-document-symbols.patch +36 -0
- package/repos/tsgo/_patches/025-tsoptions-diagnostic-scopes.patch +31 -0
- package/repos/tsgo/_patches/027-ls-autoimport-view.patch +42 -0
- package/repos/tsgo/_tools/gen_shims/main.go +516 -0
- package/repos/tsgo/_tools/perf-check-tsgo.sh +166 -0
- package/repos/tsgo/_tools/release-prepare.sh +190 -0
- package/repos/tsgo/_tools/setup-repo.sh +129 -0
- package/repos/tsgo/_tools/tsconfig-base-schema.json +1383 -0
- package/repos/tsgo/_tools/update-flake-vendor-hash.sh +137 -0
- package/repos/tsgo/_tools/version-prepare.sh +24 -0
- package/repos/tsgo/etscheckerhooks/doc.go +6 -0
- package/repos/tsgo/etscheckerhooks/external_library_test.go +98 -0
- package/repos/tsgo/etscheckerhooks/init.go +42 -0
- package/repos/tsgo/etscore/climode.go +23 -0
- package/repos/tsgo/etscore/climode_test.go +59 -0
- package/repos/tsgo/etscore/consts.go +5 -0
- package/repos/tsgo/etscore/go.mod +7 -0
- package/repos/tsgo/etscore/options.go +367 -0
- package/repos/tsgo/etscore/options_parser.go +488 -0
- package/repos/tsgo/etscore/options_schema_test.go +423 -0
- package/repos/tsgo/etscore/options_test.go +685 -0
- package/repos/tsgo/etscore/severity.go +79 -0
- package/repos/tsgo/etscore/version_generated.go +5 -0
- package/repos/tsgo/etscore/version_generated_test.go +36 -0
- package/repos/tsgo/etsexecutehooks/doc.go +11 -0
- package/repos/tsgo/etsexecutehooks/init.go +58 -0
- package/repos/tsgo/etsexecutehooks/init_test.go +292 -0
- package/repos/tsgo/etslshooks/doc.go +15 -0
- package/repos/tsgo/etslshooks/document_symbols.go +556 -0
- package/repos/tsgo/etslshooks/init.go +359 -0
- package/repos/tsgo/etslshooks/inlay_hints.go +108 -0
- package/repos/tsgo/etstesthooks/doc.go +10 -0
- package/repos/tsgo/etstesthooks/init.go +45 -0
- package/repos/tsgo/etstesthooks/init_test.go +71 -0
- package/repos/tsgo/flake.lock +80 -0
- package/repos/tsgo/flake.nix +189 -0
- package/repos/tsgo/go.mod +107 -0
- package/repos/tsgo/go.sum +24 -0
- package/repos/tsgo/go.work +47 -0
- package/repos/tsgo/go.work.sum +34 -0
- package/repos/tsgo/internal/autoimportstyle/stylepolicy.go +266 -0
- package/repos/tsgo/internal/autoimportstyle/stylepolicy_test.go +462 -0
- package/repos/tsgo/internal/bundledeffect/effect.go +105 -0
- package/repos/tsgo/internal/codefixes/disable_diagnostics.go +44 -0
- package/repos/tsgo/internal/codegen/codegen.go +21 -0
- package/repos/tsgo/internal/codegens/codegens.go +27 -0
- package/repos/tsgo/internal/completion/completion.go +25 -0
- package/repos/tsgo/internal/completion/context.go +46 -0
- package/repos/tsgo/internal/completion/position.go +136 -0
- package/repos/tsgo/internal/completion/position_test.go +121 -0
- package/repos/tsgo/internal/completions/completions.go +33 -0
- package/repos/tsgo/internal/completions/context_self_in_classes.go +144 -0
- package/repos/tsgo/internal/completions/context_self_in_classes_test.go +162 -0
- package/repos/tsgo/internal/completions/duration_input.go +85 -0
- package/repos/tsgo/internal/completions/duration_input_test.go +95 -0
- package/repos/tsgo/internal/completions/effect_codegens_comment.go +57 -0
- package/repos/tsgo/internal/completions/effect_codegens_comment_test.go +121 -0
- package/repos/tsgo/internal/completions/effect_data_classes.go +66 -0
- package/repos/tsgo/internal/completions/effect_diagnostics_comment.go +68 -0
- package/repos/tsgo/internal/completions/effect_diagnostics_comment_test.go +145 -0
- package/repos/tsgo/internal/completions/effect_jsdoc_comment.go +42 -0
- package/repos/tsgo/internal/completions/effect_jsdoc_comment_test.go +112 -0
- package/repos/tsgo/internal/completions/effect_rpc_make_classes.go +56 -0
- package/repos/tsgo/internal/completions/effect_rpc_make_classes_test.go +67 -0
- package/repos/tsgo/internal/completions/effect_schema_self_in_classes.go +200 -0
- package/repos/tsgo/internal/completions/effect_self_in_classes.go +78 -0
- package/repos/tsgo/internal/completions/effect_self_in_classes_test.go +67 -0
- package/repos/tsgo/internal/completions/effect_sql_model_self_in_classes.go +62 -0
- package/repos/tsgo/internal/completions/effect_sql_model_self_in_classes_test.go +67 -0
- package/repos/tsgo/internal/completions/fn_function_star.go +90 -0
- package/repos/tsgo/internal/completions/fn_function_star_test.go +125 -0
- package/repos/tsgo/internal/completions/fourslash_test.go +177 -0
- package/repos/tsgo/internal/completions/gen_function_star.go +59 -0
- package/repos/tsgo/internal/completions/schema_brand.go +63 -0
- package/repos/tsgo/internal/completions/schema_brand_test.go +54 -0
- package/repos/tsgo/internal/diagnostics/effectDiagnosticMessages.json +390 -0
- package/repos/tsgo/internal/directives/parser.go +344 -0
- package/repos/tsgo/internal/directives/parser_test.go +926 -0
- package/repos/tsgo/internal/effectconfigraw/hooks.go +338 -0
- package/repos/tsgo/internal/effecttest/autoimport_style_consistency_test.go +435 -0
- package/repos/tsgo/internal/effecttest/baseline.go +638 -0
- package/repos/tsgo/internal/effecttest/completion_test.go +134 -0
- package/repos/tsgo/internal/effecttest/document_symbols_baseline.go +99 -0
- package/repos/tsgo/internal/effecttest/document_symbols_runner.go +234 -0
- package/repos/tsgo/internal/effecttest/document_symbols_runner_test.go +64 -0
- package/repos/tsgo/internal/effecttest/effect_in_failure_ts2589_test.go +216 -0
- package/repos/tsgo/internal/effecttest/feature_flags_test.go +266 -0
- package/repos/tsgo/internal/effecttest/hover_test.go +310 -0
- package/repos/tsgo/internal/effecttest/inlay_hints_baseline_test.go +177 -0
- package/repos/tsgo/internal/effecttest/inlay_hints_test.go +214 -0
- package/repos/tsgo/internal/effecttest/issue_173_test.go +84 -0
- package/repos/tsgo/internal/effecttest/quickfix_baseline.go +161 -0
- package/repos/tsgo/internal/effecttest/quickfix_runner.go +132 -0
- package/repos/tsgo/internal/effecttest/quickfix_runner_test.go +67 -0
- package/repos/tsgo/internal/effecttest/refactor_baseline.go +122 -0
- package/repos/tsgo/internal/effecttest/refactor_runner.go +251 -0
- package/repos/tsgo/internal/effecttest/refactor_runner_test.go +67 -0
- package/repos/tsgo/internal/effecttest/runner.go +401 -0
- package/repos/tsgo/internal/effecttest/runner_test.go +62 -0
- package/repos/tsgo/internal/effecttest/vfs.go +87 -0
- package/repos/tsgo/internal/fixable/context.go +89 -0
- package/repos/tsgo/internal/fixable/fixable.go +38 -0
- package/repos/tsgo/internal/fixables/catch_all_to_map_error.go +51 -0
- package/repos/tsgo/internal/fixables/catch_to_or_else_succeed.go +44 -0
- package/repos/tsgo/internal/fixables/class_self_mismatch.go +54 -0
- package/repos/tsgo/internal/fixables/deterministic_keys.go +47 -0
- package/repos/tsgo/internal/fixables/disable.go +126 -0
- package/repos/tsgo/internal/fixables/effect_fn_iife.go +90 -0
- package/repos/tsgo/internal/fixables/effect_fn_opportunity.go +480 -0
- package/repos/tsgo/internal/fixables/effect_map_void.go +56 -0
- package/repos/tsgo/internal/fixables/effect_succeed_with_void.go +56 -0
- package/repos/tsgo/internal/fixables/fixables.go +88 -0
- package/repos/tsgo/internal/fixables/instance_of_schema.go +73 -0
- package/repos/tsgo/internal/fixables/layer_merge_all_with_dependencies.go +90 -0
- package/repos/tsgo/internal/fixables/missed_pipeable_opportunity.go +161 -0
- package/repos/tsgo/internal/fixables/missing_effect_error_catch.go +192 -0
- package/repos/tsgo/internal/fixables/missing_return_yield_star.go +54 -0
- package/repos/tsgo/internal/fixables/missing_star_in_yield_effect_gen.go +52 -0
- package/repos/tsgo/internal/fixables/multiple_effect_provide.go +97 -0
- package/repos/tsgo/internal/fixables/new_schema_class.go +64 -0
- package/repos/tsgo/internal/fixables/overridden_schema_constructor.go +145 -0
- package/repos/tsgo/internal/fixables/redundant_schema_tag_identifier.go +50 -0
- package/repos/tsgo/internal/fixables/return_effect_in_gen.go +55 -0
- package/repos/tsgo/internal/fixables/run_effect_inside_effect.go +178 -0
- package/repos/tsgo/internal/fixables/schema_number.go +52 -0
- package/repos/tsgo/internal/fixables/schema_struct_with_tag.go +82 -0
- package/repos/tsgo/internal/fixables/schema_union_of_literals.go +59 -0
- package/repos/tsgo/internal/fixables/scope_in_layer_effect.go +47 -0
- package/repos/tsgo/internal/fixables/service_not_as_class.go +115 -0
- package/repos/tsgo/internal/fixables/unnecessary_arrow_block.go +45 -0
- package/repos/tsgo/internal/fixables/unnecessary_effect_gen.go +79 -0
- package/repos/tsgo/internal/fixables/unnecessary_fail_yieldable_error.go +48 -0
- package/repos/tsgo/internal/fixables/unnecessary_pipe.go +54 -0
- package/repos/tsgo/internal/fixables/unnecessary_pipe_chain.go +83 -0
- package/repos/tsgo/internal/fixables/unnecessary_typeof_type.go +39 -0
- package/repos/tsgo/internal/fixables/unsafe_effect_type_assertion.go +39 -0
- package/repos/tsgo/internal/graph/graph.go +789 -0
- package/repos/tsgo/internal/graph/graph_test.go +1099 -0
- package/repos/tsgo/internal/keybuilder/keybuilder.go +131 -0
- package/repos/tsgo/internal/keybuilder/keybuilder_test.go +226 -0
- package/repos/tsgo/internal/layergraph/extract.go +435 -0
- package/repos/tsgo/internal/layergraph/format.go +370 -0
- package/repos/tsgo/internal/layergraph/format_test.go +145 -0
- package/repos/tsgo/internal/layergraph/magic.go +171 -0
- package/repos/tsgo/internal/layergraph/magic_test.go +168 -0
- package/repos/tsgo/internal/layergraph/mermaidurl.go +32 -0
- package/repos/tsgo/internal/layergraph/mermaidurl_test.go +109 -0
- package/repos/tsgo/internal/layergraph/outline.go +80 -0
- package/repos/tsgo/internal/layergraph/providers.go +144 -0
- package/repos/tsgo/internal/layergraph/providers_test.go +132 -0
- package/repos/tsgo/internal/layergraph/types.go +112 -0
- package/repos/tsgo/internal/layergraph/types_test.go +60 -0
- package/repos/tsgo/internal/pluginoptions/resolver.go +158 -0
- package/repos/tsgo/internal/refactor/context.go +83 -0
- package/repos/tsgo/internal/refactor/refactor.go +28 -0
- package/repos/tsgo/internal/refactors/async_await_to_fn.go +179 -0
- package/repos/tsgo/internal/refactors/async_await_to_fn_try_promise.go +111 -0
- package/repos/tsgo/internal/refactors/async_await_to_gen.go +377 -0
- package/repos/tsgo/internal/refactors/async_await_to_gen_try_promise.go +263 -0
- package/repos/tsgo/internal/refactors/effect_gen_to_fn.go +308 -0
- package/repos/tsgo/internal/refactors/function_to_arrow.go +226 -0
- package/repos/tsgo/internal/refactors/layer_magic.go +407 -0
- package/repos/tsgo/internal/refactors/make_schema_opaque.go +308 -0
- package/repos/tsgo/internal/refactors/make_schema_opaque_with_ns.go +151 -0
- package/repos/tsgo/internal/refactors/pipeable_to_datafirst.go +189 -0
- package/repos/tsgo/internal/refactors/refactors.go +31 -0
- package/repos/tsgo/internal/refactors/remove_unnecessary_effect_gen.go +90 -0
- package/repos/tsgo/internal/refactors/structural_type_to_schema.go +65 -0
- package/repos/tsgo/internal/refactors/toggle_lazy_const.go +104 -0
- package/repos/tsgo/internal/refactors/toggle_pipe_style.go +105 -0
- package/repos/tsgo/internal/refactors/toggle_return_type_annotation.go +155 -0
- package/repos/tsgo/internal/refactors/toggle_type_annotation.go +122 -0
- package/repos/tsgo/internal/refactors/type_to_effect_schema.go +87 -0
- package/repos/tsgo/internal/refactors/type_to_effect_schema_class.go +45 -0
- package/repos/tsgo/internal/refactors/wrap_with_effect_gen.go +97 -0
- package/repos/tsgo/internal/refactors/wrap_with_pipe.go +38 -0
- package/repos/tsgo/internal/refactors/write_tag_class_accessors.go +381 -0
- package/repos/tsgo/internal/rewriter/tracker.go +149 -0
- package/repos/tsgo/internal/rule/context.go +67 -0
- package/repos/tsgo/internal/rule/metadata.go +15 -0
- package/repos/tsgo/internal/rule/rule.go +73 -0
- package/repos/tsgo/internal/rule/rule_test.go +93 -0
- package/repos/tsgo/internal/rulerunner/diagnostics.go +249 -0
- package/repos/tsgo/internal/rules/any_unknown_in_error_context.go +174 -0
- package/repos/tsgo/internal/rules/async_function.go +45 -0
- package/repos/tsgo/internal/rules/catch_all_to_map_error.go +109 -0
- package/repos/tsgo/internal/rules/catch_to_or_else_succeed.go +105 -0
- package/repos/tsgo/internal/rules/catch_unfailable_effect.go +73 -0
- package/repos/tsgo/internal/rules/class_self_mismatch.go +160 -0
- package/repos/tsgo/internal/rules/crypto_random_uuid.go +88 -0
- package/repos/tsgo/internal/rules/deterministic_keys.go +264 -0
- package/repos/tsgo/internal/rules/duplicate_package.go +131 -0
- package/repos/tsgo/internal/rules/effect_do_notation.go +70 -0
- package/repos/tsgo/internal/rules/effect_fn_iife.go +122 -0
- package/repos/tsgo/internal/rules/effect_fn_implicit_any.go +131 -0
- package/repos/tsgo/internal/rules/effect_fn_opportunity.go +220 -0
- package/repos/tsgo/internal/rules/effect_gen_uses_adapter.go +55 -0
- package/repos/tsgo/internal/rules/effect_in_failure.go +97 -0
- package/repos/tsgo/internal/rules/effect_in_void_success.go +66 -0
- package/repos/tsgo/internal/rules/effect_map_flatten.go +78 -0
- package/repos/tsgo/internal/rules/effect_map_void.go +123 -0
- package/repos/tsgo/internal/rules/effect_succeed_with_void.go +99 -0
- package/repos/tsgo/internal/rules/extends_native_error.go +112 -0
- package/repos/tsgo/internal/rules/floating_effect.go +150 -0
- package/repos/tsgo/internal/rules/generic_effect_services.go +61 -0
- package/repos/tsgo/internal/rules/global_console.go +88 -0
- package/repos/tsgo/internal/rules/global_date.go +96 -0
- package/repos/tsgo/internal/rules/global_error_in_effect_catch.go +116 -0
- package/repos/tsgo/internal/rules/global_error_in_effect_failure.go +85 -0
- package/repos/tsgo/internal/rules/global_fetch.go +81 -0
- package/repos/tsgo/internal/rules/global_random.go +75 -0
- package/repos/tsgo/internal/rules/global_timers.go +105 -0
- package/repos/tsgo/internal/rules/instance_of_schema.go +80 -0
- package/repos/tsgo/internal/rules/layer_merge_all_with_dependencies.go +195 -0
- package/repos/tsgo/internal/rules/lazy_effect.go +213 -0
- package/repos/tsgo/internal/rules/lazy_promise_in_effect_sync.go +65 -0
- package/repos/tsgo/internal/rules/leaking_requirements.go +353 -0
- package/repos/tsgo/internal/rules/metadata.go +37 -0
- package/repos/tsgo/internal/rules/missed_pipeable_opportunity.go +203 -0
- package/repos/tsgo/internal/rules/missing_effect_context.go +273 -0
- package/repos/tsgo/internal/rules/missing_effect_error.go +115 -0
- package/repos/tsgo/internal/rules/missing_effect_service_dependency.go +190 -0
- package/repos/tsgo/internal/rules/missing_layer_context.go +87 -0
- package/repos/tsgo/internal/rules/missing_return_yield_star.go +98 -0
- package/repos/tsgo/internal/rules/missing_star_in_yield_effect_gen.go +77 -0
- package/repos/tsgo/internal/rules/multiple_catch_tag.go +229 -0
- package/repos/tsgo/internal/rules/multiple_effect_provide.go +119 -0
- package/repos/tsgo/internal/rules/nested_effect_gen_yield.go +72 -0
- package/repos/tsgo/internal/rules/new_promise.go +50 -0
- package/repos/tsgo/internal/rules/new_schema_class.go +102 -0
- package/repos/tsgo/internal/rules/node_builtin_import.go +160 -0
- package/repos/tsgo/internal/rules/non_object_effect_service_type.go +187 -0
- package/repos/tsgo/internal/rules/outdated_api.go +163 -0
- package/repos/tsgo/internal/rules/outdated_api_db.go +375 -0
- package/repos/tsgo/internal/rules/overridden_schema_constructor.go +175 -0
- package/repos/tsgo/internal/rules/prefer_schema_over_json.go +217 -0
- package/repos/tsgo/internal/rules/process_env.go +96 -0
- package/repos/tsgo/internal/rules/redundant_map_error.go +380 -0
- package/repos/tsgo/internal/rules/redundant_or_die.go +194 -0
- package/repos/tsgo/internal/rules/redundant_schema_tag_identifier.go +103 -0
- package/repos/tsgo/internal/rules/return_effect_in_gen.go +97 -0
- package/repos/tsgo/internal/rules/rules.go +92 -0
- package/repos/tsgo/internal/rules/rules_json_test.go +856 -0
- package/repos/tsgo/internal/rules/run_effect_inside_effect.go +155 -0
- package/repos/tsgo/internal/rules/schema_number.go +106 -0
- package/repos/tsgo/internal/rules/schema_struct_with_tag.go +162 -0
- package/repos/tsgo/internal/rules/schema_sync_in_effect.go +107 -0
- package/repos/tsgo/internal/rules/schema_union_of_literals.go +122 -0
- package/repos/tsgo/internal/rules/scope_in_layer_effect.go +201 -0
- package/repos/tsgo/internal/rules/service_not_as_class.go +179 -0
- package/repos/tsgo/internal/rules/strict_boolean_expressions.go +123 -0
- package/repos/tsgo/internal/rules/strict_effect_provide.go +77 -0
- package/repos/tsgo/internal/rules/try_catch_in_effect_gen.go +55 -0
- package/repos/tsgo/internal/rules/unknown_in_effect_catch.go +116 -0
- package/repos/tsgo/internal/rules/unnecessary_arrow_block.go +99 -0
- package/repos/tsgo/internal/rules/unnecessary_effect_gen.go +139 -0
- package/repos/tsgo/internal/rules/unnecessary_fail_yieldable_error.go +85 -0
- package/repos/tsgo/internal/rules/unnecessary_pipe.go +71 -0
- package/repos/tsgo/internal/rules/unnecessary_pipe_chain.go +74 -0
- package/repos/tsgo/internal/rules/unnecessary_typeof_type.go +206 -0
- package/repos/tsgo/internal/rules/unsafe_effect_type_assertion.go +170 -0
- package/repos/tsgo/internal/schemagen/schemagen.go +740 -0
- package/repos/tsgo/internal/schemagen/structural.go +703 -0
- package/repos/tsgo/internal/typeparser/context_tag.go +72 -0
- package/repos/tsgo/internal/typeparser/context_type.go +38 -0
- package/repos/tsgo/internal/typeparser/data_first_signature.go +158 -0
- package/repos/tsgo/internal/typeparser/data_first_signature_test.go +324 -0
- package/repos/tsgo/internal/typeparser/data_type.go +41 -0
- package/repos/tsgo/internal/typeparser/discover.go +223 -0
- package/repos/tsgo/internal/typeparser/effect_context.go +237 -0
- package/repos/tsgo/internal/typeparser/effect_fn.go +248 -0
- package/repos/tsgo/internal/typeparser/effect_fn_opportunity.go +840 -0
- package/repos/tsgo/internal/typeparser/effect_fn_test.go +197 -0
- package/repos/tsgo/internal/typeparser/effect_gen.go +60 -0
- package/repos/tsgo/internal/typeparser/effect_gen_test.go +113 -0
- package/repos/tsgo/internal/typeparser/effect_model_type.go +49 -0
- package/repos/tsgo/internal/typeparser/effect_type.go +257 -0
- package/repos/tsgo/internal/typeparser/effect_yieldable_type.go +51 -0
- package/repos/tsgo/internal/typeparser/execution_flow.go +396 -0
- package/repos/tsgo/internal/typeparser/expected_and_real_type.go +333 -0
- package/repos/tsgo/internal/typeparser/expected_and_real_type_test.go +447 -0
- package/repos/tsgo/internal/typeparser/extends_context_service.go +102 -0
- package/repos/tsgo/internal/typeparser/extends_context_tag.go +102 -0
- package/repos/tsgo/internal/typeparser/extends_data_tagged.go +85 -0
- package/repos/tsgo/internal/typeparser/extends_effect_model_class.go +86 -0
- package/repos/tsgo/internal/typeparser/extends_effect_service.go +113 -0
- package/repos/tsgo/internal/typeparser/extends_effect_tag.go +101 -0
- package/repos/tsgo/internal/typeparser/extends_schema_class.go +114 -0
- package/repos/tsgo/internal/typeparser/extends_schema_tagged.go +144 -0
- package/repos/tsgo/internal/typeparser/extends_sql_model_class.go +84 -0
- package/repos/tsgo/internal/typeparser/function_node.go +98 -0
- package/repos/tsgo/internal/typeparser/get_type_at_location.go +98 -0
- package/repos/tsgo/internal/typeparser/global_error.go +35 -0
- package/repos/tsgo/internal/typeparser/helpers.go +111 -0
- package/repos/tsgo/internal/typeparser/helpers_test.go +427 -0
- package/repos/tsgo/internal/typeparser/layer_type.go +145 -0
- package/repos/tsgo/internal/typeparser/lazy_expression.go +90 -0
- package/repos/tsgo/internal/typeparser/module_export_reference.go +94 -0
- package/repos/tsgo/internal/typeparser/module_identifier.go +183 -0
- package/repos/tsgo/internal/typeparser/module_identifier_test.go +111 -0
- package/repos/tsgo/internal/typeparser/packagejson.go +40 -0
- package/repos/tsgo/internal/typeparser/pipeable.go +114 -0
- package/repos/tsgo/internal/typeparser/piping_flow.go +531 -0
- package/repos/tsgo/internal/typeparser/promise_type.go +31 -0
- package/repos/tsgo/internal/typeparser/reconstruct.go +84 -0
- package/repos/tsgo/internal/typeparser/schema_type.go +207 -0
- package/repos/tsgo/internal/typeparser/scope_type.go +59 -0
- package/repos/tsgo/internal/typeparser/service_type.go +66 -0
- package/repos/tsgo/internal/typeparser/service_type_test.go +110 -0
- package/repos/tsgo/internal/typeparser/sql_model_type.go +42 -0
- package/repos/tsgo/internal/typeparser/stream_type.go +28 -0
- package/repos/tsgo/internal/typeparser/type_parser.go +95 -0
- package/repos/tsgo/internal/typeparser/unique_types_map.go +66 -0
- package/repos/tsgo/internal/typeparser/unroll_members.go +15 -0
- package/repos/tsgo/internal/typeparser/yieldable_error.go +85 -0
- package/repos/tsgo/package.json +22 -0
- package/repos/tsgo/pnpm-lock.yaml +2762 -0
- package/repos/tsgo/pnpm-workspace.yaml +7 -0
- package/repos/tsgo/schema.json +2812 -0
- package/repos/tsgo/shim/api/go.mod +5 -0
- package/repos/tsgo/shim/api/shim.go +262 -0
- package/repos/tsgo/shim/ast/go.mod +5 -0
- package/repos/tsgo/shim/ast/shim.go +2725 -0
- package/repos/tsgo/shim/astnav/go.mod +5 -0
- package/repos/tsgo/shim/astnav/shim.go +27 -0
- package/repos/tsgo/shim/bundled/go.mod +5 -0
- package/repos/tsgo/shim/bundled/shim.go +19 -0
- package/repos/tsgo/shim/checker/extra-shim.json +10 -0
- package/repos/tsgo/shim/checker/go.mod +5 -0
- package/repos/tsgo/shim/checker/shim.go +1159 -0
- package/repos/tsgo/shim/collections/go.mod +5 -0
- package/repos/tsgo/shim/collections/shim.go +16 -0
- package/repos/tsgo/shim/compiler/go.mod +5 -0
- package/repos/tsgo/shim/compiler/shim.go +50 -0
- package/repos/tsgo/shim/core/go.mod +5 -0
- package/repos/tsgo/shim/core/shim.go +200 -0
- package/repos/tsgo/shim/diagnostics/go.mod +5 -0
- package/repos/tsgo/shim/diagnostics/shim.go +2272 -0
- package/repos/tsgo/shim/execute/tsc/go.mod +5 -0
- package/repos/tsgo/shim/execute/tsc/shim.go +62 -0
- package/repos/tsgo/shim/format/go.mod +5 -0
- package/repos/tsgo/shim/format/shim.go +72 -0
- package/repos/tsgo/shim/fourslash/extra-shim.json +8 -0
- package/repos/tsgo/shim/fourslash/go.mod +5 -0
- package/repos/tsgo/shim/fourslash/shim.go +59 -0
- package/repos/tsgo/shim/ls/autoimport/go.mod +5 -0
- package/repos/tsgo/shim/ls/autoimport/shim.go +64 -0
- package/repos/tsgo/shim/ls/change/extra-shim.json +5 -0
- package/repos/tsgo/shim/ls/change/go.mod +5 -0
- package/repos/tsgo/shim/ls/change/shim.go +30 -0
- package/repos/tsgo/shim/ls/extra-shim.json +8 -0
- package/repos/tsgo/shim/ls/go.mod +5 -0
- package/repos/tsgo/shim/ls/lsconv/go.mod +5 -0
- package/repos/tsgo/shim/ls/lsconv/shim.go +28 -0
- package/repos/tsgo/shim/ls/lsutil/go.mod +5 -0
- package/repos/tsgo/shim/ls/lsutil/shim.go +202 -0
- package/repos/tsgo/shim/ls/shim.go +154 -0
- package/repos/tsgo/shim/lsp/go.mod +5 -0
- package/repos/tsgo/shim/lsp/lsproto/go.mod +5 -0
- package/repos/tsgo/shim/lsp/lsproto/shim.go +1271 -0
- package/repos/tsgo/shim/lsp/shim.go +19 -0
- package/repos/tsgo/shim/module/go.mod +5 -0
- package/repos/tsgo/shim/module/shim.go +76 -0
- package/repos/tsgo/shim/modulespecifiers/go.mod +5 -0
- package/repos/tsgo/shim/modulespecifiers/shim.go +87 -0
- package/repos/tsgo/shim/packagejson/go.mod +5 -0
- package/repos/tsgo/shim/packagejson/shim.go +32 -0
- package/repos/tsgo/shim/parser/go.mod +5 -0
- package/repos/tsgo/shim/parser/shim.go +55 -0
- package/repos/tsgo/shim/project/go.mod +5 -0
- package/repos/tsgo/shim/project/logging/go.mod +3 -0
- package/repos/tsgo/shim/project/logging/shim.go +20 -0
- package/repos/tsgo/shim/project/shim.go +101 -0
- package/repos/tsgo/shim/repo/go.mod +5 -0
- package/repos/tsgo/shim/repo/shim.go +19 -0
- package/repos/tsgo/shim/scanner/go.mod +5 -0
- package/repos/tsgo/shim/scanner/shim.go +98 -0
- package/repos/tsgo/shim/sourcemap/go.mod +5 -0
- package/repos/tsgo/shim/sourcemap/shim.go +37 -0
- package/repos/tsgo/shim/testrunner/go.mod +5 -0
- package/repos/tsgo/shim/testrunner/shim.go +16 -0
- package/repos/tsgo/shim/testutil/baseline/go.mod +5 -0
- package/repos/tsgo/shim/testutil/baseline/shim.go +19 -0
- package/repos/tsgo/shim/testutil/go.mod +5 -0
- package/repos/tsgo/shim/testutil/harnessutil/go.mod +5 -0
- package/repos/tsgo/shim/testutil/harnessutil/shim.go +46 -0
- package/repos/tsgo/shim/testutil/lsptestutil/go.mod +5 -0
- package/repos/tsgo/shim/testutil/lsptestutil/shim.go +17 -0
- package/repos/tsgo/shim/testutil/shim.go +15 -0
- package/repos/tsgo/shim/testutil/tsbaseline/go.mod +5 -0
- package/repos/tsgo/shim/testutil/tsbaseline/shim.go +26 -0
- package/repos/tsgo/shim/tsoptions/go.mod +5 -0
- package/repos/tsgo/shim/tsoptions/shim.go +126 -0
- package/repos/tsgo/shim/tspath/go.mod +5 -0
- package/repos/tsgo/shim/tspath/shim.go +165 -0
- package/repos/tsgo/shim/vfs/cachedvfs/go.mod +5 -0
- package/repos/tsgo/shim/vfs/cachedvfs/shim.go +12 -0
- package/repos/tsgo/shim/vfs/go.mod +5 -0
- package/repos/tsgo/shim/vfs/iovfs/go.mod +5 -0
- package/repos/tsgo/shim/vfs/iovfs/shim.go +14 -0
- package/repos/tsgo/shim/vfs/osvfs/go.mod +5 -0
- package/repos/tsgo/shim/vfs/osvfs/shim.go +13 -0
- package/repos/tsgo/shim/vfs/shim.go +19 -0
- package/repos/tsgo/shim/vfs/vfsmatch/shim.go +21 -0
- package/repos/tsgo/shim/vfs/vfstest/go.mod +5 -0
- package/repos/tsgo/shim/vfs/vfstest/shim.go +16 -0
- package/repos/tsgo/testdata/baselines/reference/README.md +297 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/anyUnknownInErrorContext.errors.txt +154 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/anyUnknownInErrorContext.flows.anyUnknownInErrorContext.mermaid +77 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/anyUnknownInErrorContext.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/anyUnknownInErrorContext.layers.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/anyUnknownInErrorContext.pipings.txt +197 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/anyUnknownInErrorContext.quickfixes.txt +407 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToFn.refactors.txt +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToFnTryPromise.refactors.txt +124 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToFn_fetch.refactors.txt +112 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToFn_generics.refactors.txt +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToGen.refactors.txt +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToGenTryPromise.refactors.txt +130 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToGenTryPromise_anonymous.refactors.txt +370 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToGen_anonymous.refactors.txt +370 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncAwaitToGen_namedImport.refactors.txt +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction.errors.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction.flows.asyncFunction.mermaid +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction_preview.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction_preview.flows.asyncFunction_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/asyncFunction_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError.errors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError.flows.catchAllToMapError.mermaid +164 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError.pipings.txt +289 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError.quickfixes.txt +413 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFn.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFn.flows.catchAllToMapError_effectFn.mermaid +87 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFn.pipings.txt +169 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFn.quickfixes.txt +129 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFnRegular.errors.txt +38 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFnRegular.flows.catchAllToMapError_effectFnRegular.mermaid +66 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFnRegular.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFnRegular.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFnRegular.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchAllToMapError_effectFnRegular.quickfixes.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed.errors.txt +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed.flows.catchToOrElseSucceed.mermaid +131 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed.pipings.txt +239 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed.quickfixes.txt +251 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed_preview.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed_preview.flows.catchToOrElseSucceed_preview.mermaid +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed_preview.pipings.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchToOrElseSucceed_preview.quickfixes.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect.errors.txt +63 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect.flows.catchUnfailableEffect.mermaid +157 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect.pipings.txt +265 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFn.errors.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFn.flows.catchUnfailableEffect_effectFn.mermaid +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFn.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFn.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFnRegular.errors.txt +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFnRegular.flows.catchUnfailableEffect_effectFnRegular.mermaid +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFnRegular.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFnRegular.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFnRegular.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_effectFnRegular.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_variants.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_variants.flows.catchUnfailableEffect_variants.mermaid +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_variants.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_variants.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_variants.pipings.txt +105 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/catchUnfailableEffect_variants.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch.errors.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch.flows.classSelfMismatch.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch.quickfixes.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_contextTag.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_contextTag.flows.classSelfMismatch_contextTag.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_contextTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_contextTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_contextTag.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_contextTag.quickfixes.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_effectTag.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_effectTag.flows.classSelfMismatch_effectTag.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_effectTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_effectTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_effectTag.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_effectTag.quickfixes.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_preview.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_preview.flows.classSelfMismatch_preview.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_preview.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schema.errors.txt +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schema.flows.classSelfMismatch_schema.mermaid +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schema.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schema.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schema.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schema.quickfixes.txt +713 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schemaFalsePositive.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schemaFalsePositive.flows.classSelfMismatch_schemaFalsePositive.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schemaFalsePositive.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schemaFalsePositive.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schemaFalsePositive.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_schemaFalsePositive.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_unionGiven.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_unionGiven.flows.classSelfMismatch_unionGiven.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_unionGiven.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_unionGiven.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_unionGiven.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/classSelfMismatch_unionGiven.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.errors.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.flows.test.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.pipings.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.errors.txt +80 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.flows.test.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.flows.txt +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.flows.utils.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.layers.txt +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.pipings.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_custom.quickfixes.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.errors.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.flows.test.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.pipings.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_defaultHashed.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.errors.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.flows.test.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.pipings.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/deterministicKeys_packageIdentifier.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/duplicatePackage_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/duplicatePackage_preview.flows.duplicatePackage_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/duplicatePackage_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/duplicatePackage_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/duplicatePackage_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/duplicatePackage_preview.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation.errors.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation.flows.effectDoNotation.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation_preview.flows.effectDoNotation_preview.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation_preview.pipings.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectDoNotation_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnIife.errors.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnIife.flows.effectFnIife.mermaid +135 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnIife.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnIife.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnIife.pipings.txt +309 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnIife.quickfixes.txt +435 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_alreadyEffectFn.errors.txt +34 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_alreadyEffectFn.flows.effectFnOpportunity_alreadyEffectFn.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_alreadyEffectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_alreadyEffectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_alreadyEffectFn.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_alreadyEffectFn.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_basic.errors.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_basic.flows.effectFnOpportunity_basic.mermaid +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_basic.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_basic.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_basic.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_basic.quickfixes.txt +514 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_genWithThis.errors.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_genWithThis.flows.effectFnOpportunity_genWithThis.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_genWithThis.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_genWithThis.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_genWithThis.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_genWithThis.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferred.errors.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferred.flows.effectFnOpportunity_inferred.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferred.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferred.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferred.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferred.quickfixes.txt +80 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferredLayer.errors.txt +63 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferredLayer.flows.effectFnOpportunity_inferredLayer.mermaid +89 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferredLayer.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferredLayer.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferredLayer.pipings.txt +163 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_inferredLayer.quickfixes.txt +541 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_invalid.errors.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_invalid.flows.effectFnOpportunity_invalid.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_invalid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_invalid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_invalid.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_invalid.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_multipleReturns.errors.txt +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_multipleReturns.flows.effectFnOpportunity_multipleReturns.mermaid +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_multipleReturns.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_multipleReturns.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_multipleReturns.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_multipleReturns.quickfixes.txt +135 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_noPipeWithSpan.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_noPipeWithSpan.flows.effectFnOpportunity_noPipeWithSpan.mermaid +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_noPipeWithSpan.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_noPipeWithSpan.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_noPipeWithSpan.pipings.txt +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_noPipeWithSpan.quickfixes.txt +425 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsNever.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsNever.flows.effectFnOpportunity_overloadsNever.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsNever.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsNever.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsNever.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsNever.quickfixes.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsOk.errors.txt +94 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsOk.flows.effectFnOpportunity_overloadsOk.mermaid +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsOk.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsOk.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsOk.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_overloadsOk.quickfixes.txt +773 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_params.errors.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_params.flows.effectFnOpportunity_params.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_params.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_params.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_params.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_params.quickfixes.txt +303 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_paramsInPipe.errors.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_paramsInPipe.flows.effectFnOpportunity_paramsInPipe.mermaid +91 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_paramsInPipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_paramsInPipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_paramsInPipe.pipings.txt +143 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_paramsInPipe.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_pipeWithSpan.errors.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_pipeWithSpan.flows.effectFnOpportunity_pipeWithSpan.mermaid +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_pipeWithSpan.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_pipeWithSpan.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_pipeWithSpan.pipings.txt +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_pipeWithSpan.quickfixes.txt +437 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainFew.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainFew.flows.effectFnOpportunity_plainFew.mermaid +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainFew.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainFew.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainFew.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainFew.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainMany.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainMany.flows.effectFnOpportunity_plainMany.mermaid +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainMany.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainMany.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainMany.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_plainMany.quickfixes.txt +315 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_returnType.errors.txt +62 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_returnType.flows.effectFnOpportunity_returnType.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_returnType.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_returnType.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_returnType.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_returnType.quickfixes.txt +126 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_typeParams.errors.txt +111 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_typeParams.flows.effectFnOpportunity_typeParams.mermaid +64 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_typeParams.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_typeParams.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_typeParams.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectFnOpportunity_typeParams.quickfixes.txt +1266 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenToFn.refactors.txt +569 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenToFn_classMethod.refactors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenToFn_mixedPipes.refactors.txt +80 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenToFn_returns.refactors.txt +104 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenToFn_withPipes.refactors.txt +77 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter.errors.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter.flows.effectGenUsesAdapter.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter_preview.flows.effectGenUsesAdapter_preview.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectGenUsesAdapter_preview.quickfixes.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectInFailure.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectInFailure.flows.effectInFailure.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectInFailure.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectInFailure.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectInFailure.pipings.txt +159 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectInFailure.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten.flows.effectMapFlatten.mermaid +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten.pipings.txt +217 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten_preview.flows.effectMapFlatten_preview.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten_preview.pipings.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapFlatten_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapVoid.errors.txt +79 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapVoid.flows.effectMapVoid.mermaid +123 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapVoid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapVoid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapVoid.pipings.txt +181 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectMapVoid.quickfixes.txt +423 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectSucceedWithVoid.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectSucceedWithVoid.flows.effectSucceedWithVoid.mermaid +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectSucceedWithVoid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectSucceedWithVoid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectSucceedWithVoid.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/effectSucceedWithVoid.quickfixes.txt +243 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/extendsNativeError.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/extendsNativeError.flows.extendsNativeError.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/extendsNativeError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/extendsNativeError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/extendsNativeError.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/extendsNativeError.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect.errors.txt +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect.flows.floatingEffect.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect.pipings.txt +125 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect.quickfixes.txt +124 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect_stream.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect_stream.flows.floatingEffect_stream.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect_stream.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect_stream.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect_stream.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/floatingEffect_stream.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/functionToArrow.refactors.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices.flows.genericEffectServices.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices_preview.flows.genericEffectServices_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/genericEffectServices_preview.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole.errors.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole.flows.globalConsole.mermaid +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole.pipings.txt +141 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole.quickfixes.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect.flows.globalConsoleInEffect.mermaid +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect.pipings.txt +225 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect.quickfixes.txt +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_preview.flows.globalConsoleInEffect_preview.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_thunks.flows.globalConsoleInEffect_thunks.mermaid +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_thunks.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsoleInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole_preview.flows.globalConsole_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalConsole_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate.flows.globalDate.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate.quickfixes.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect.errors.txt +60 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect.flows.globalDateInEffect.mermaid +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect.quickfixes.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_preview.flows.globalDateInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_thunks.flows.globalDateInEffect_thunks.mermaid +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDateInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate_preview.flows.globalDate_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalDate_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectCatch.errors.txt +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectCatch.flows.globalErrorInEffectCatch.mermaid +62 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectCatch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectCatch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectCatch.pipings.txt +135 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectCatch.quickfixes.txt +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectFailure.errors.txt +87 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectFailure.flows.globalErrorInEffectFailure.mermaid +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectFailure.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectFailure.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectFailure.pipings.txt +191 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalErrorInEffectFailure.quickfixes.txt +254 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch.flows.globalFetch.mermaid +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch.quickfixes.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect.errors.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect.flows.globalFetchInEffect.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_preview.flows.globalFetchInEffect_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_thunks.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_thunks.flows.globalFetchInEffect_thunks.mermaid +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_thunks.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetchInEffect_thunks.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch_preview.flows.globalFetch_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalFetch_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom.flows.globalRandom.mermaid +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect.flows.globalRandomInEffect.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_preview.flows.globalRandomInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_thunks.flows.globalRandomInEffect_thunks.mermaid +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandomInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom_preview.flows.globalRandom_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalRandom_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers.flows.globalTimers.mermaid +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect.flows.globalTimersInEffect.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect.quickfixes.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_preview.flows.globalTimersInEffect_preview.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_thunks.flows.globalTimersInEffect_thunks.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimersInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers_preview.flows.globalTimers_preview.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/globalTimers_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/instanceOfSchema.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/instanceOfSchema.flows.instanceOfSchema.mermaid +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/instanceOfSchema.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/instanceOfSchema.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/instanceOfSchema.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/instanceOfSchema.quickfixes.txt +105 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMagic_build.refactors.txt +1176 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMagic_prepare.refactors.txt +390 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMergeAllWithDependencies.errors.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMergeAllWithDependencies.flows.layerMergeAllWithDependencies.mermaid +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMergeAllWithDependencies.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMergeAllWithDependencies.layers.txt +349 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMergeAllWithDependencies.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/layerMergeAllWithDependencies.quickfixes.txt +223 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync.flows.lazyPromiseInEffectSync.mermaid +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync_preview.flows.lazyPromiseInEffectSync_preview.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/lazyPromiseInEffectSync_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements.errors.txt +68 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements.flows.leakingRequirements.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements.quickfixes.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_allowJsdoc.errors.txt +104 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_allowJsdoc.flows.leakingRequirements_allowJsdoc.mermaid +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_allowJsdoc.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_allowJsdoc.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_allowJsdoc.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_allowJsdoc.quickfixes.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_genericTag.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_genericTag.flows.leakingRequirements_genericTag.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_genericTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_genericTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_genericTag.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_genericTag.quickfixes.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_heuristic.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_heuristic.flows.leakingRequirements_heuristic.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_heuristic.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_heuristic.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_heuristic.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_heuristic.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_leakableJsDoc.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_leakableJsDoc.flows.leakingRequirements_leakableJsDoc.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_leakableJsDoc.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_leakableJsDoc.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_leakableJsDoc.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_leakableJsDoc.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_noScope.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_noScope.flows.leakingRequirements_noScope.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_noScope.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_noScope.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_noScope.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/leakingRequirements_noScope.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/makeSchemaOpaque.refactors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/makeSchemaOpaqueWithNs_shortImport.refactors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/makeSchemaOpaque_brand.refactors.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/makeSchemaOpaque_shortImport.refactors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/makeSchemaOpaque_shortImportAlias.refactors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/makeSchemaOpaque_union.refactors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity.errors.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity.flows.missedPipeableOpportunity.mermaid +182 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity.pipings.txt +303 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity.quickfixes.txt +253 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_error.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_error.flows.missedPipeableOpportunity_error.mermaid +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_error.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_error.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_error.pipings.txt +133 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_error.quickfixes.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_safer.errors.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_safer.flows.missedPipeableOpportunity_safer.mermaid +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_safer.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_safer.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_safer.pipings.txt +87 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missedPipeableOpportunity_safer.quickfixes.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_arrowReturnType.errors.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_arrowReturnType.flows.missingEffectContext_arrowReturnType.mermaid +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_arrowReturnType.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_arrowReturnType.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_arrowReturnType.pipings.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_arrowReturnType.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_callExpression.errors.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_callExpression.flows.missingEffectContext_callExpression.mermaid +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_callExpression.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_callExpression.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_callExpression.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_callExpression.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_conciseBody.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_conciseBody.flows.missingEffectContext_conciseBody.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_conciseBody.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_conciseBody.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_conciseBody.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_conciseBody.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_lazy.errors.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_lazy.flows.missingEffectContext_lazy.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_lazy.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_lazy.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_lazy.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_lazy.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_pipe.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_pipe.flows.missingEffectContext_pipe.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_pipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_pipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_pipe.pipings.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_pipe.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_plainAssignment.errors.txt +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_plainAssignment.flows.missingEffectContext_plainAssignment.mermaid +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_plainAssignment.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_plainAssignment.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_plainAssignment.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_plainAssignment.quickfixes.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_returnSignature.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_returnSignature.flows.missingEffectContext_returnSignature.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_returnSignature.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_returnSignature.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_returnSignature.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_returnSignature.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_skipArrowDefaults.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_skipArrowDefaults.flows.missingEffectContext_skipArrowDefaults.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_skipArrowDefaults.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_skipArrowDefaults.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_skipArrowDefaults.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectContext_skipArrowDefaults.quickfixes.txt +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_callExpression.errors.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_callExpression.flows.missingEffectError_callExpression.mermaid +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_callExpression.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_callExpression.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_callExpression.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_callExpression.quickfixes.txt +90 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_plainAssignment.errors.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_plainAssignment.flows.missingEffectError_plainAssignment.mermaid +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_plainAssignment.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_plainAssignment.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_plainAssignment.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_plainAssignment.quickfixes.txt +211 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_returnSignature.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_returnSignature.flows.missingEffectError_returnSignature.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_returnSignature.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_returnSignature.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_returnSignature.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_returnSignature.quickfixes.txt +111 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_tagged.errors.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_tagged.flows.missingEffectError_tagged.mermaid +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_tagged.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_tagged.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_tagged.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectError_tagged.quickfixes.txt +110 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency.errors.txt +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency.flows.missingEffectServiceDependency.mermaid +80 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency.pipings.txt +141 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency_preview.flows.missingEffectServiceDependency_preview.mermaid +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingEffectServiceDependency_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingLayerContext.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingLayerContext.flows.missingLayerContext.mermaid +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingLayerContext.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingLayerContext.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingLayerContext.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingLayerContext.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar.errors.txt +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar.flows.missingReturnYieldStar.mermaid +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar.quickfixes.txt +178 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar_yieldable.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar_yieldable.flows.missingReturnYieldStar_yieldable.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar_yieldable.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar_yieldable.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar_yieldable.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingReturnYieldStar_yieldable.quickfixes.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingStarInYieldEffectGen.errors.txt +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingStarInYieldEffectGen.flows.missingStarInYieldEffectGen.mermaid +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingStarInYieldEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingStarInYieldEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingStarInYieldEffectGen.pipings.txt +183 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/missingStarInYieldEffectGen.quickfixes.txt +538 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide.errors.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide.flows.multipleEffectProvide.mermaid +63 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide.quickfixes.txt +201 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFn.errors.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFn.flows.multipleEffectProvide_effectFn.mermaid +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFn.pipings.txt +77 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFn.quickfixes.txt +254 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFnRegular.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFnRegular.flows.multipleEffectProvide_effectFnRegular.mermaid +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFnRegular.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFnRegular.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFnRegular.pipings.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/multipleEffectProvide_effectFnRegular.quickfixes.txt +149 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield.errors.txt +89 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield.flows.nestedEffectGenYield.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield.pipings.txt +201 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield.quickfixes.txt +286 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield_preview.flows.nestedEffectGenYield_preview.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nestedEffectGenYield_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise.flows.newPromise.mermaid +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise_preview.flows.newPromise_preview.mermaid +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/newPromise_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nodeBuiltinImport.errors.txt +103 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nodeBuiltinImport.flows.nodeBuiltinImport.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nodeBuiltinImport.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nodeBuiltinImport.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nodeBuiltinImport.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nodeBuiltinImport.quickfixes.txt +217 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType.errors.txt +81 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType.flows.nonObjectEffectServiceType.mermaid +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType.quickfixes.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType_preview.flows.nonObjectEffectServiceType_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/nonObjectEffectServiceType_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/outdatedApi.errors.txt +34 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/outdatedApi.flows.outdatedApi.mermaid +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/outdatedApi.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/outdatedApi.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/outdatedApi.pipings.txt +121 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/outdatedApi.quickfixes.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor.errors.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor.flows.overriddenSchemaConstructor.mermaid +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor.quickfixes.txt +202 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_static.errors.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_static.flows.overriddenSchemaConstructor_static.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_static.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_static.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_static.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_static.quickfixes.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_valid.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_valid.flows.overriddenSchemaConstructor_valid.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_valid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_valid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_valid.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/overriddenSchemaConstructor_valid.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/pipeableToDatafirst.refactors.txt +378 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/preferSchemaOverJson.errors.txt +107 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/preferSchemaOverJson.flows.preferSchemaOverJson.mermaid +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/preferSchemaOverJson.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/preferSchemaOverJson.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/preferSchemaOverJson.pipings.txt +295 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/preferSchemaOverJson.quickfixes.txt +126 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv.errors.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv.flows.processEnv.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect.errors.txt +38 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect.flows.processEnvInEffect.mermaid +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_preview.flows.processEnvInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_thunks.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_thunks.flows.processEnvInEffect_thunks.mermaid +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnvInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv_preview.flows.processEnv_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/processEnv_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie.errors.txt +81 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie.flows.redundantOrDie.mermaid +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie.pipings.txt +285 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie_preview.errors.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie_preview.flows.redundantOrDie_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantOrDie_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier.errors.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier.flows.redundantSchemaTagIdentifier.mermaid +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier.quickfixes.txt +156 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier_preview.flows.redundantSchemaTagIdentifier_preview.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/redundantSchemaTagIdentifier_preview.quickfixes.txt +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/removeUnnecessaryEffectGen.refactors.txt +93 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGen.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGen.flows.returnEffectInGen.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGen.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGen.quickfixes.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGenNoDiagnostics.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGenNoDiagnostics.flows.returnEffectInGenNoDiagnostics.mermaid +68 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGenNoDiagnostics.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGenNoDiagnostics.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGenNoDiagnostics.pipings.txt +169 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/returnEffectInGenNoDiagnostics.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect.flows.runEffectInsideEffect.mermaid +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect.pipings.txt +131 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect.quickfixes.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect_preview.flows.runEffectInsideEffect_preview.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect_preview.pipings.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/runEffectInsideEffect_preview.quickfixes.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaStructWithTag.errors.txt +34 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaStructWithTag.flows.schemaStructWithTag.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaStructWithTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaStructWithTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaStructWithTag.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaStructWithTag.quickfixes.txt +35 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect.errors.txt +84 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect.flows.schemaSyncInEffect.mermaid +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect.pipings.txt +225 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect.quickfixes.txt +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_preview.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_preview.flows.schemaSyncInEffect_preview.mermaid +12 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_preview.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_thunks.errors.txt +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_thunks.flows.schemaSyncInEffect_thunks.mermaid +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_thunks.pipings.txt +169 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaSyncInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals.flows.schemaUnionOfLiterals.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals.pipings.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals_preview.flows.schemaUnionOfLiterals_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/schemaUnionOfLiterals_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect.errors.txt +84 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect.flows.scopeInLayerEffect.mermaid +121 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect.layers.txt +102 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect.pipings.txt +251 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect.quickfixes.txt +165 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect_preview.errors.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect_preview.flows.scopeInLayerEffect_preview.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect_preview.layers.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect_preview.pipings.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/scopeInLayerEffect_preview.quickfixes.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictBooleanExpressions.errors.txt +82 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictBooleanExpressions.flows.strictBooleanExpressions.mermaid +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictBooleanExpressions.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictBooleanExpressions.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictBooleanExpressions.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictBooleanExpressions.quickfixes.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictEffectProvide.errors.txt +68 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictEffectProvide.flows.strictEffectProvide.mermaid +77 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictEffectProvide.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictEffectProvide.layers.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictEffectProvide.pipings.txt +121 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/strictEffectProvide.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema.refactors.txt +268 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema_avoidConflict.refactors.txt +117 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema_externalType.refactors.txt +62 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema_reuse.refactors.txt +112 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema_symbolNames.refactors.txt +129 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema_typeAlias.refactors.txt +86 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/structuralTypeToSchema_union.refactors.txt +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/toggleLazyConst.refactors.txt +140 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/togglePipeStyle.refactors.txt +94 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/toggleReturnTypeAnnotation.refactors.txt +335 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/toggleTypeAnnotation.refactors.txt +754 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen.errors.txt +76 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen.flows.tryCatchInEffectGen.mermaid +76 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen.pipings.txt +197 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen_finally.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen_finally.flows.tryCatchInEffectGen_finally.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen_finally.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen_finally.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen_finally.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/tryCatchInEffectGen_finally.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/typeToEffectSchema.refactors.txt +319 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/typeToEffectSchemaClass.refactors.txt +303 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unknownInEffectCatch.errors.txt +64 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unknownInEffectCatch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unknownInEffectCatch.flows.unknownInEffectCatch.mermaid +87 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unknownInEffectCatch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unknownInEffectCatch.pipings.txt +209 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unknownInEffectCatch.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock.flows.unnecessaryArrowBlock.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock.quickfixes.txt +102 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock_preview.flows.unnecessaryArrowBlock_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryArrowBlock_preview.quickfixes.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen.errors.txt +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen.flows.unnecessaryEffectGen.mermaid +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen.quickfixes.txt +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_ifBlock.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_ifBlock.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_ifBlock.flows.unnecessaryEffectGen_ifBlock.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_ifBlock.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_ifBlock.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_ifBlock.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_noReturn.errors.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_noReturn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_noReturn.flows.unnecessaryEffectGen_noReturn.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_noReturn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_noReturn.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryEffectGen_noReturn.quickfixes.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryFailYieldableError.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryFailYieldableError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryFailYieldableError.flows.unnecessaryFailYieldableError.mermaid +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryFailYieldableError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryFailYieldableError.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryFailYieldableError.quickfixes.txt +129 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe.errors.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe.flows.unnecessaryPipe.mermaid +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe.pipings.txt +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe.quickfixes.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipeChain.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipeChain.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipeChain.flows.unnecessaryPipeChain.mermaid +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipeChain.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipeChain.pipings.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipeChain.quickfixes.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_disableMidObject.errors.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_disableMidObject.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_disableMidObject.flows.unnecessaryPipe_disableMidObject.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_disableMidObject.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_disableMidObject.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_disableMidObject.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_namespace.errors.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_namespace.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_namespace.flows.unnecessaryPipe_namespace.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_namespace.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_namespace.pipings.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unnecessaryPipe_namespace.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unsafeEffectTypeAssertion.errors.txt +62 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unsafeEffectTypeAssertion.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unsafeEffectTypeAssertion.flows.unsafeEffectTypeAssertion.mermaid +12 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unsafeEffectTypeAssertion.layers.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unsafeEffectTypeAssertion.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/unsafeEffectTypeAssertion.quickfixes.txt +283 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/wrapWithEffectGen.refactors.txt +425 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/wrapWithEffectGen_noclass.refactors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v3/writeTagClassAccessors.refactors.txt +86 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext.errors.txt +153 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext.flows.anyUnknownInErrorContext.mermaid +77 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext.layers.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext.pipings.txt +197 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext.quickfixes.txt +403 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext_preview.errors.txt +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext_preview.flows.anyUnknownInErrorContext_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/anyUnknownInErrorContext_preview.quickfixes.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToFn.refactors.txt +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToFnTryPromise.refactors.txt +118 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToFn_fetch.refactors.txt +106 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToFn_generics.refactors.txt +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToGen.refactors.txt +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToGenTryPromise.refactors.txt +124 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToGenTryPromise_anonymous.refactors.txt +358 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToGen_anonymous.refactors.txt +290 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncAwaitToGen_namedImport.refactors.txt +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction.errors.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction.flows.asyncFunction.mermaid +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction_preview.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction_preview.flows.asyncFunction_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/asyncFunction_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/callExpPipeable.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/callExpPipeable.flows.callExpPipeable.mermaid +34 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/callExpPipeable.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/callExpPipeable.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/callExpPipeable.pipings.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/callExpPipeable.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError.errors.txt +86 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError.flows.catchAllToMapError.mermaid +164 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError.pipings.txt +289 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError.quickfixes.txt +403 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_effectFn.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_effectFn.flows.catchAllToMapError_effectFn.mermaid +87 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_effectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_effectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_effectFn.pipings.txt +169 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_effectFn.quickfixes.txt +126 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_preview.flows.catchAllToMapError_preview.mermaid +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_preview.pipings.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchAllToMapError_preview.quickfixes.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed.errors.txt +63 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed.flows.catchToOrElseSucceed.mermaid +131 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed.pipings.txt +239 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed.quickfixes.txt +243 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed_preview.flows.catchToOrElseSucceed_preview.mermaid +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed_preview.pipings.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchToOrElseSucceed_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect.errors.txt +93 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect.flows.catchUnfailableEffect.mermaid +152 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect.pipings.txt +215 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect.quickfixes.txt +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect_preview.flows.catchUnfailableEffect_preview.mermaid +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect_preview.pipings.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/catchUnfailableEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classImplementsIssue.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classImplementsIssue.flows.classImplementsIssue.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classImplementsIssue.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classImplementsIssue.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classImplementsIssue.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classImplementsIssue.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_contextTag.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_contextTag.flows.classSelfMismatch_contextTag.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_contextTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_contextTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_contextTag.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_contextTag.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_schema.errors.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_schema.flows.classSelfMismatch_schema.mermaid +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_schema.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_schema.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_schema.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_schema.quickfixes.txt +117 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_service.errors.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_service.flows.classSelfMismatch_service.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_service.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_service.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_service.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_service.quickfixes.txt +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_sqlClass.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_sqlClass.flows.classSelfMismatch_sqlClass.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_sqlClass.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_sqlClass.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_sqlClass.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/classSelfMismatch_sqlClass.quickfixes.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID.flows.cryptoRandomUUID.mermaid +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect.errors.txt +38 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect.flows.cryptoRandomUUIDInEffect.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_preview.flows.cryptoRandomUUIDInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_thunks.flows.cryptoRandomUUIDInEffect_thunks.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUIDInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID_preview.flows.cryptoRandomUUID_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/cryptoRandomUUID_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/debugDocumentSymbolFlows.symbols.txt +35 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.flows.test.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.pipings.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys.quickfixes.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.errors.txt +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.flows.test.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.flows.txt +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.flows.utils.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.layers.txt +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.pipings.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_custom.quickfixes.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.flows.test.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.pipings.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_defaultHashed.quickfixes.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.flows.package.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.flows.test.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.pipings.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_packageIdentifier.quickfixes.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_preview.flows.deterministicKeys_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/deterministicKeys_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/documentSymbolEffectStub.symbols.txt +123 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage.flows.duplicatePackage.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_detected.errors.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_detected.flows.test.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_detected.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_detected.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_detected.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_detected.quickfixes.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_suppressed.errors.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_suppressed.flows.test.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_suppressed.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_suppressed.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_suppressed.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/duplicatePackage_suppressed.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation.errors.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation.flows.effectDoNotation.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation_preview.flows.effectDoNotation_preview.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation_preview.pipings.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectDoNotation_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFn.errors.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFn.flows.effectFn.mermaid +153 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFn.pipings.txt +233 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFn.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife.errors.txt +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife.flows.effectFnIife.mermaid +135 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife.pipings.txt +309 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife.quickfixes.txt +429 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife_preview.flows.effectFnIife_preview.mermaid +12 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnIife_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny.errors.txt +117 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny.flows.effectFnImplicitAny.mermaid +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny.pipings.txt +213 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny.quickfixes.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAnyNonGen.errors.txt +97 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAnyNonGen.flows.effectFnImplicitAnyNonGen.mermaid +135 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAnyNonGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAnyNonGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAnyNonGen.pipings.txt +325 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAnyNonGen.quickfixes.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_noDiags.errors.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_noDiags.flows.effectFnImplicitAny_noDiags.mermaid +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_noDiags.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_noDiags.layers.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_noDiags.pipings.txt +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_noDiags.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_preview.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_preview.flows.effectFnImplicitAny_preview.mermaid +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnImplicitAny_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_alreadyEffectFn.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_alreadyEffectFn.flows.effectFnOpportunity_alreadyEffectFn.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_alreadyEffectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_alreadyEffectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_alreadyEffectFn.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_alreadyEffectFn.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_basic.errors.txt +66 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_basic.flows.effectFnOpportunity_basic.mermaid +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_basic.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_basic.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_basic.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_basic.quickfixes.txt +502 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_defaultConfig.errors.txt +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_defaultConfig.flows.effectFnOpportunity_defaultConfig.mermaid +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_defaultConfig.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_defaultConfig.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_defaultConfig.pipings.txt +93 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_defaultConfig.quickfixes.txt +153 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_genWithThis.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_genWithThis.flows.effectFnOpportunity_genWithThis.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_genWithThis.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_genWithThis.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_genWithThis.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_genWithThis.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferred.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferred.flows.effectFnOpportunity_inferred.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferred.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferred.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferred.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferred.quickfixes.txt +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayer.errors.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayer.flows.effectFnOpportunity_inferredLayer.mermaid +83 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayer.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayer.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayer.pipings.txt +163 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayer.quickfixes.txt +493 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayerThis.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayerThis.flows.effectFnOpportunity_inferredLayerThis.mermaid +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayerThis.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayerThis.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayerThis.pipings.txt +117 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredLayerThis.quickfixes.txt +279 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredOf.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredOf.flows.effectFnOpportunity_inferredOf.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredOf.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredOf.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredOf.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredOf.quickfixes.txt +63 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredServiceMake.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredServiceMake.flows.effectFnOpportunity_inferredServiceMake.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredServiceMake.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredServiceMake.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredServiceMake.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_inferredServiceMake.quickfixes.txt +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_invalid.errors.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_invalid.flows.effectFnOpportunity_invalid.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_invalid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_invalid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_invalid.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_invalid.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_multipleReturns.errors.txt +64 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_multipleReturns.flows.effectFnOpportunity_multipleReturns.mermaid +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_multipleReturns.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_multipleReturns.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_multipleReturns.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_multipleReturns.quickfixes.txt +132 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_noPipeWithSpan.errors.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_noPipeWithSpan.flows.effectFnOpportunity_noPipeWithSpan.mermaid +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_noPipeWithSpan.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_noPipeWithSpan.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_noPipeWithSpan.pipings.txt +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_noPipeWithSpan.quickfixes.txt +413 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsNever.errors.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsNever.flows.effectFnOpportunity_overloadsNever.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsNever.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsNever.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsNever.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsNever.quickfixes.txt +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsOk.errors.txt +93 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsOk.flows.effectFnOpportunity_overloadsOk.mermaid +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsOk.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsOk.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsOk.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_overloadsOk.quickfixes.txt +761 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_params.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_params.flows.effectFnOpportunity_params.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_params.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_params.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_params.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_params.quickfixes.txt +294 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_paramsInPipe.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_paramsInPipe.flows.effectFnOpportunity_paramsInPipe.mermaid +91 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_paramsInPipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_paramsInPipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_paramsInPipe.pipings.txt +143 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_paramsInPipe.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_pipeWithSpan.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_pipeWithSpan.flows.effectFnOpportunity_pipeWithSpan.mermaid +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_pipeWithSpan.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_pipeWithSpan.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_pipeWithSpan.pipings.txt +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_pipeWithSpan.quickfixes.txt +425 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainFew.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainFew.flows.effectFnOpportunity_plainFew.mermaid +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainFew.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainFew.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainFew.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainFew.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainMany.errors.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainMany.flows.effectFnOpportunity_plainMany.mermaid +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainMany.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainMany.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainMany.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_plainMany.quickfixes.txt +309 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_preview.flows.effectFnOpportunity_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_preview.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_returnType.errors.txt +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_returnType.flows.effectFnOpportunity_returnType.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_returnType.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_returnType.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_returnType.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_returnType.quickfixes.txt +123 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_typeParams.errors.txt +110 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_typeParams.flows.effectFnOpportunity_typeParams.mermaid +64 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_typeParams.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_typeParams.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_typeParams.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnOpportunity_typeParams.quickfixes.txt +1248 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnRegular.errors.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnRegular.flows.effectFnRegular.mermaid +60 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnRegular.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnRegular.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnRegular.pipings.txt +89 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnRegular.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedEagerImplicitAny.errors.txt +107 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedEagerImplicitAny.flows.effectFnUntracedEagerImplicitAny.mermaid +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedEagerImplicitAny.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedEagerImplicitAny.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedEagerImplicitAny.pipings.txt +213 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedEagerImplicitAny.quickfixes.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedImplicitAny.errors.txt +107 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedImplicitAny.flows.effectFnUntracedImplicitAny.mermaid +109 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedImplicitAny.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedImplicitAny.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedImplicitAny.pipings.txt +213 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectFnUntracedImplicitAny.quickfixes.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectGenToFn.refactors.txt +555 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectGenToFn_classMethod.refactors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectGenToFn_mixedPipes.refactors.txt +76 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectGenToFn_withPipes.refactors.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure.flows.effectInFailure.mermaid +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure.pipings.txt +159 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure_preview.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure_preview.flows.effectInFailure_preview.mermaid +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInFailure_preview.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess.errors.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess.flows.effectInVoidSuccess.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess.pipings.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess_preview.flows.effectInVoidSuccess_preview.mermaid +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess_preview.pipings.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectInVoidSuccess_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten.flows.effectMapFlatten.mermaid +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten.pipings.txt +217 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten_preview.flows.effectMapFlatten_preview.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten_preview.pipings.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapFlatten_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid.errors.txt +76 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid.flows.effectMapVoid.mermaid +123 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid.pipings.txt +181 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid.quickfixes.txt +405 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid_preview.flows.effectMapVoid_preview.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid_preview.pipings.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectMapVoid_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid.errors.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid.flows.effectSucceedWithVoid.mermaid +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid.quickfixes.txt +238 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid_preview.flows.effectSucceedWithVoid_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effectSucceedWithVoid_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effect_fn_opportunity_panic.errors.txt +154 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effect_fn_opportunity_panic.flows.effect_fn_opportunity_panic.mermaid +207 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effect_fn_opportunity_panic.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effect_fn_opportunity_panic.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effect_fn_opportunity_panic.pipings.txt +429 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/effect_fn_opportunity_panic.quickfixes.txt +267 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/emptyArgs.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/emptyArgs.flows.emptyArgs.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/emptyArgs.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/emptyArgs.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/emptyArgs.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/emptyArgs.quickfixes.txt +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError.errors.txt +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError.flows.extendsNativeError.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError_preview.flows.extendsNativeError_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/extendsNativeError_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect.errors.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect.flows.floatingEffect.mermaid +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect.quickfixes.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectGen.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectGen.flows.floatingEffectGen.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectGen.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectGen.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectSuppressed.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectSuppressed.flows.floatingEffectSuppressed.mermaid +46 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectSuppressed.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectSuppressed.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectSuppressed.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffectSuppressed.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_disabledWildcard.errors.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_disabledWildcard.flows.floatingEffect_disabledWildcard.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_disabledWildcard.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_disabledWildcard.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_disabledWildcard.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_disabledWildcard.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_preview.flows.floatingEffect_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_stream.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_stream.flows.floatingEffect_stream.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_stream.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_stream.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_stream.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_stream.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_subtypes.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_subtypes.flows.floatingEffect_subtypes.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_subtypes.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_subtypes.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_subtypes.pipings.txt +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/floatingEffect_subtypes.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionCalls.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionCalls.flows.functionCalls.mermaid +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionCalls.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionCalls.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionCalls.pipings.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionCalls.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/functionToArrow.refactors.txt +278 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole.errors.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole.flows.globalConsole.mermaid +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole.pipings.txt +141 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole.quickfixes.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect.flows.globalConsoleInEffect.mermaid +63 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect.pipings.txt +225 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect.quickfixes.txt +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_preview.flows.globalConsoleInEffect_preview.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_thunks.flows.globalConsoleInEffect_thunks.mermaid +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_thunks.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsoleInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole_preview.flows.globalConsole_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalConsole_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate.flows.globalDate.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate.quickfixes.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect.errors.txt +60 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect.flows.globalDateInEffect.mermaid +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect.quickfixes.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_preview.flows.globalDateInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_thunks.flows.globalDateInEffect_thunks.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDateInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate_preview.flows.globalDate_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalDate_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch.errors.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch.flows.globalErrorInEffectCatch.mermaid +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch_preview.flows.globalErrorInEffectCatch_preview.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectCatch_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure.errors.txt +86 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure.flows.globalErrorInEffectFailure.mermaid +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure.pipings.txt +191 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure.quickfixes.txt +251 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure_preview.flows.globalErrorInEffectFailure_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalErrorInEffectFailure_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch.flows.globalFetch.mermaid +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch.quickfixes.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect.errors.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect.flows.globalFetchInEffect.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_preview.flows.globalFetchInEffect_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_thunks.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_thunks.flows.globalFetchInEffect_thunks.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_thunks.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetchInEffect_thunks.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch_preview.flows.globalFetch_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalFetch_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom.flows.globalRandom.mermaid +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect.flows.globalRandomInEffect.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_preview.flows.globalRandomInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_thunks.flows.globalRandomInEffect_thunks.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandomInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom_preview.flows.globalRandom_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalRandom_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers.flows.globalTimers.mermaid +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers.quickfixes.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect.flows.globalTimersInEffect.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect.quickfixes.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_preview.flows.globalTimersInEffect_preview.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_thunks.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_thunks.flows.globalTimersInEffect_thunks.mermaid +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimersInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers_preview.flows.globalTimers_preview.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/globalTimers_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema.flows.instanceOfSchema.mermaid +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema.quickfixes.txt +103 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema_preview.flows.instanceOfSchema_preview.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/instanceOfSchema_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssue.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssue.flows.interfaceExtendsIssue.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssue.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssue.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssue.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssue.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssueNoPlugin.errors.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssueNoPlugin.flows.interfaceExtendsIssueNoPlugin.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssueNoPlugin.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssueNoPlugin.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssueNoPlugin.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/interfaceExtendsIssueNoPlugin.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_nestedEffectGenThis.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_nestedEffectGenThis.flows.issue179_nestedEffectGenThis.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_nestedEffectGenThis.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_nestedEffectGenThis.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_nestedEffectGenThis.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_nestedEffectGenThis.quickfixes.txt +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_remainingCases.errors.txt +89 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_remainingCases.flows.issue179_remainingCases.mermaid +126 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_remainingCases.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_remainingCases.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_remainingCases.pipings.txt +145 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/issue179_remainingCases.quickfixes.txt +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/jsxIntrinsicElements.errors.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/jsxIntrinsicElements.flows.test.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/jsxIntrinsicElements.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/jsxIntrinsicElements.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/jsxIntrinsicElements.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/jsxIntrinsicElements.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDocumented.errors.txt +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDocumented.flows.layerGraphDocumented.mermaid +93 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDocumented.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDocumented.layers.txt +240 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDocumented.pipings.txt +153 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDocumented.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDuplicated.errors.txt +66 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDuplicated.flows.layerGraphDuplicated.mermaid +176 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDuplicated.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDuplicated.layers.txt +480 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDuplicated.pipings.txt +261 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphDuplicated.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphEffect.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphEffect.flows.layerGraphEffect.mermaid +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphEffect.layers.txt +64 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphEffect.pipings.txt +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphEffect.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.errors.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.flows.followSymbols.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.flows.simple.mermaid +95 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.layers.txt +920 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.pipings.txt +196 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbols.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.flows.base.mermaid +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.flows.deep.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.flows.middle.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.flows.txt +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.layers.txt +628 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.pipings.txt +101 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsDeep.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.errors.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.flows.followSymbols.mermaid +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.flows.simple.mermaid +81 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.layers.txt +396 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.pipings.txt +178 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphFollowSymbolsOff.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphMultiple.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphMultiple.flows.layerGraphMultiple.mermaid +165 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphMultiple.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphMultiple.layers.txt +377 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphMultiple.pipings.txt +243 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphMultiple.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSimple.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSimple.flows.layerGraphSimple.mermaid +95 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSimple.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSimple.layers.txt +359 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSimple.pipings.txt +163 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSimple.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSpecialChars.errors.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSpecialChars.flows.layerGraphSpecialChars.mermaid +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSpecialChars.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSpecialChars.layers.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSpecialChars.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerGraphSpecialChars.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMagic_build.refactors.txt +1314 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMagic_prepare.refactors.txt +467 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMagic_prepareReuse.refactors.txt +330 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies.errors.txt +66 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies.flows.layerMergeAllWithDependencies.mermaid +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies.layers.txt +349 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies.pipings.txt +131 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies.quickfixes.txt +251 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.flows.layerMergeAllWithDependenciesNonPropertyAccess.mermaid +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.layers.txt +90 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies_preview.flows.layerMergeAllWithDependencies_preview.mermaid +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies_preview.layers.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies_preview.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerMergeAllWithDependencies_preview.quickfixes.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerServiceTypes.errors.txt +60 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerServiceTypes.flows.layerServiceTypes.mermaid +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerServiceTypes.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerServiceTypes.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerServiceTypes.pipings.txt +209 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/layerServiceTypes.quickfixes.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect.errors.txt +139 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect.flows.lazyEffect.mermaid +112 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect.quickfixes.txt +103 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect_preview.flows.lazyEffect_preview.mermaid +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync.flows.lazyPromiseInEffectSync.mermaid +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync_preview.flows.lazyPromiseInEffectSync_preview.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/lazyPromiseInEffectSync_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements.errors.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements.flows.leakingRequirements.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements.quickfixes.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_allowJsdoc.errors.txt +72 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_allowJsdoc.flows.leakingRequirements_allowJsdoc.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_allowJsdoc.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_allowJsdoc.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_allowJsdoc.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_allowJsdoc.quickfixes.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_genericTag.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_genericTag.flows.leakingRequirements_genericTag.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_genericTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_genericTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_genericTag.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_genericTag.quickfixes.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_heuristic.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_heuristic.flows.leakingRequirements_heuristic.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_heuristic.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_heuristic.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_heuristic.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_heuristic.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_leakableJsDoc.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_leakableJsDoc.flows.leakingRequirements_leakableJsDoc.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_leakableJsDoc.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_leakableJsDoc.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_leakableJsDoc.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_leakableJsDoc.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_noScope.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_noScope.flows.leakingRequirements_noScope.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_noScope.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_noScope.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_noScope.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_noScope.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_preview.errors.txt +39 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_preview.flows.leakingRequirements_preview.mermaid +3 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/leakingRequirements_preview.quickfixes.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/makeSchemaOpaque.refactors.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/makeSchemaOpaqueWithNs_shortImport.refactors.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/makeSchemaOpaque_brand.refactors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/makeSchemaOpaque_shortImport.refactors.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/makeSchemaOpaque_shortImportAlias.refactors.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/makeSchemaOpaque_union.refactors.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity.flows.missedPipeableOpportunity.mermaid +182 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity.pipings.txt +303 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity.quickfixes.txt +258 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_error.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_error.flows.missedPipeableOpportunity_error.mermaid +60 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_error.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_error.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_error.pipings.txt +143 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_error.quickfixes.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_preview.flows.missedPipeableOpportunity_preview.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_preview.pipings.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_safer.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_safer.flows.missedPipeableOpportunity_safer.mermaid +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_safer.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_safer.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_safer.pipings.txt +87 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missedPipeableOpportunity_safer.quickfixes.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext.errors.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext.flows.missingEffectContext.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext.quickfixes.txt +35 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_preview.flows.missingEffectContext_preview.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_sugg.errors.txt +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_sugg.flows.missingEffectContext_sugg.mermaid +115 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_sugg.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_sugg.layers.txt +170 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_sugg.pipings.txt +203 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectContext_sugg.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError.errors.txt +38 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError.flows.missingEffectError.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError.quickfixes.txt +110 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError_preview.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError_preview.flows.missingEffectError_preview.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingEffectError_preview.quickfixes.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext.flows.missingLayerContext.mermaid +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext_preview.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext_preview.flows.missingLayerContext_preview.mermaid +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext_preview.layers.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingLayerContext_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar.errors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar.flows.missingReturnYieldStar.mermaid +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar.pipings.txt +159 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar.quickfixes.txt +210 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFn.errors.txt +47 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFn.flows.missingReturnYieldStarFn.mermaid +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFn.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFn.quickfixes.txt +208 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFnUntraced.errors.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFnUntraced.flows.missingReturnYieldStarFnUntraced.mermaid +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFnUntraced.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFnUntraced.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFnUntraced.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStarFnUntraced.quickfixes.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar_preview.flows.missingReturnYieldStar_preview.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYieldStar_preview.quickfixes.txt +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYiesStarGenThis.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYiesStarGenThis.flows.missingReturnYiesStarGenThis.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYiesStarGenThis.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYiesStarGenThis.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYiesStarGenThis.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingReturnYiesStarGenThis.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen.errors.txt +95 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen.flows.missingStarInYieldEffectGen.mermaid +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen.pipings.txt +183 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen.quickfixes.txt +575 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen_preview.flows.missingStarInYieldEffectGen_preview.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/missingStarInYieldEffectGen_preview.quickfixes.txt +27 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag.errors.txt +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag.flows.multipleCatchTag.mermaid +240 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag.pipings.txt +397 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_preview.errors.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_preview.flows.multipleCatchTag_preview.mermaid +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_preview.pipings.txt +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_stream.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_stream.flows.multipleCatchTag_stream.mermaid +149 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_stream.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_stream.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_stream.pipings.txt +245 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleCatchTag_stream.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide.errors.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide.flows.multipleEffectProvide.mermaid +102 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide.pipings.txt +155 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide.quickfixes.txt +214 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFn.errors.txt +72 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFn.flows.multipleEffectProvide_effectFn.mermaid +117 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFn.pipings.txt +161 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFn.quickfixes.txt +274 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFnRegular.errors.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFnRegular.flows.multipleEffectProvide_effectFnRegular.mermaid +100 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFnRegular.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFnRegular.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFnRegular.pipings.txt +143 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_effectFnRegular.quickfixes.txt +164 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_preview.flows.multipleEffectProvide_preview.mermaid +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_preview.pipings.txt +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleEffectProvide_preview.quickfixes.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleFlows.errors.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleFlows.flows.multipleFlows.mermaid +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleFlows.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleFlows.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleFlows.pipings.txt +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/multipleFlows.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield.errors.txt +89 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield.flows.nestedEffectGenYield.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield.pipings.txt +201 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield.quickfixes.txt +286 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield_preview.flows.nestedEffectGenYield_preview.mermaid +7 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedEffectGenYield_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedPipe.errors.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedPipe.flows.nestedPipe.mermaid +82 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedPipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedPipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedPipe.pipings.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nestedPipe.quickfixes.txt +141 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise.errors.txt +44 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise.flows.newPromise.mermaid +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise.pipings.txt +71 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise_preview.errors.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise_preview.flows.newPromise_preview.mermaid +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newPromise_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass.flows.newSchemaClass.mermaid +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass.quickfixes.txt +147 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass_preview.flows.newSchemaClass_preview.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/newSchemaClass_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport.errors.txt +102 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport.flows.nodeBuiltinImport.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport.quickfixes.txt +217 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport_preview.flows.nodeBuiltinImport_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/nodeBuiltinImport_preview.quickfixes.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi.errors.txt +223 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi.flows.outdatedApi.mermaid +236 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi.pipings.txt +557 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi.quickfixes.txt +352 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi_preview.flows.outdatedApi_preview.mermaid +4 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/outdatedApi_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor.flows.overriddenSchemaConstructor.mermaid +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor.quickfixes.txt +86 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_preview.flows.overriddenSchemaConstructor_preview.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_preview.quickfixes.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_static.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_static.flows.overriddenSchemaConstructor_static.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_static.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_static.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_static.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_static.quickfixes.txt +49 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_valid.errors.txt +16 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_valid.flows.overriddenSchemaConstructor_valid.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_valid.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_valid.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_valid.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/overriddenSchemaConstructor_valid.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/parsingGen.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/parsingGen.flows.parsingGen.mermaid +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/parsingGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/parsingGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/parsingGen.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/parsingGen.quickfixes.txt +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pipeableToDatafirst.refactors.txt +366 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pluginDisabled.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pluginDisabled.flows.test.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pluginDisabled.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pluginDisabled.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pluginDisabled.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/pluginDisabled.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson.errors.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson.flows.preferSchemaOverJson.mermaid +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson.pipings.txt +211 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson.quickfixes.txt +96 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson_preview.flows.preferSchemaOverJson_preview.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/preferSchemaOverJson_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv.errors.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv.flows.processEnv.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect.errors.txt +38 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect.flows.processEnvInEffect.mermaid +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_preview.flows.processEnvInEffect_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_thunks.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_thunks.flows.processEnvInEffect_thunks.mermaid +55 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_thunks.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnvInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv_preview.flows.processEnv_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/processEnv_preview.quickfixes.txt +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError.errors.txt +86 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError.flows.redundantMapError.mermaid +136 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError.pipings.txt +235 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError_preview.errors.txt +32 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError_preview.flows.redundantMapError_preview.mermaid +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantMapError_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie.errors.txt +80 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie.flows.redundantOrDie.mermaid +92 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie.pipings.txt +285 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie_preview.errors.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie_preview.flows.redundantOrDie_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/redundantOrDie_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/removeUnnecessaryEffectGen.refactors.txt +90 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen.flows.returnEffectInGen.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGenNoDiagnostics.errors.txt +37 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGenNoDiagnostics.flows.returnEffectInGenNoDiagnostics.mermaid +64 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGenNoDiagnostics.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGenNoDiagnostics.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGenNoDiagnostics.pipings.txt +169 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGenNoDiagnostics.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen_preview.flows.returnEffectInGen_preview.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/returnEffectInGen_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect.errors.txt +38 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect.flows.runEffectInsideEffect.mermaid +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect.pipings.txt +131 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect.quickfixes.txt +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect_preview.flows.runEffectInsideEffect_preview.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect_preview.pipings.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/runEffectInsideEffect_preview.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322.errors.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322.flows.schemaMutableKey_ts2322.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322_pluginDisabled.errors.txt +48 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322_pluginDisabled.flows.schemaMutableKey_ts2322_pluginDisabled.mermaid +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322_pluginDisabled.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322_pluginDisabled.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322_pluginDisabled.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaMutableKey_ts2322_pluginDisabled.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber.errors.txt +50 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber.flows.schemaNumber.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber.quickfixes.txt +187 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber_preview.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber_preview.flows.schemaNumber_preview.mermaid +6 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaNumber_preview.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag.errors.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag.flows.schemaStructWithTag.mermaid +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag.quickfixes.txt +34 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag_preview.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag_preview.flows.schemaStructWithTag_preview.mermaid +12 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaStructWithTag_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect.errors.txt +83 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect.flows.schemaSyncInEffect.mermaid +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect.pipings.txt +225 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect.quickfixes.txt +56 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect_thunks.errors.txt +45 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect_thunks.flows.schemaSyncInEffect_thunks.mermaid +60 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect_thunks.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect_thunks.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect_thunks.pipings.txt +169 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/schemaSyncInEffect_thunks.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass.errors.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass.flows.serviceNotAsClass.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass.quickfixes.txt +78 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass_preview.flows.serviceNotAsClass_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/serviceNotAsClass_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simpleEffect.errors.txt +52 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simpleEffect.flows.simpleEffect.mermaid +190 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simpleEffect.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simpleEffect.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simpleEffect.pipings.txt +193 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simpleEffect.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simplePipe.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simplePipe.flows.simplePipe.mermaid +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simplePipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simplePipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simplePipe.pipings.txt +73 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/simplePipe.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions.errors.txt +81 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions.flows.strictBooleanExpressions.mermaid +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions.quickfixes.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions_preview.flows.strictBooleanExpressions_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictBooleanExpressions_preview.quickfixes.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide.errors.txt +70 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide.flows.strictEffectProvide.mermaid +101 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide.layers.txt +59 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide.pipings.txt +177 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide.quickfixes.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide_preview.flows.strictEffectProvide_preview.mermaid +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/strictEffectProvide_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema.refactors.txt +264 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema_avoidConflict.refactors.txt +113 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema_externalType.refactors.txt +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema_reuse.refactors.txt +108 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema_symbolNames.refactors.txt +125 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema_typeAlias.refactors.txt +82 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/structuralTypeToSchema_union.refactors.txt +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/toggleLazyConst.refactors.txt +132 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/togglePipeStyle.refactors.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/togglePipeStyle_nestedCallback.refactors.txt +108 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/toggleReturnTypeAnnotation.refactors.txt +322 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/toggleTypeAnnotation.refactors.txt +728 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen.errors.txt +75 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen.flows.tryCatchInEffectGen.mermaid +76 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen.pipings.txt +197 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_finally.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_finally.flows.tryCatchInEffectGen_finally.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_finally.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_finally.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_finally.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_finally.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_preview.flows.tryCatchInEffectGen_preview.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tryCatchInEffectGen_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.errors.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.flows.tsExpectErrorDoesNotSuppressEffectDiagnostics.mermaid +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.quickfixes.txt +36 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/typeToEffectSchema.refactors.txt +315 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/typeToEffectSchemaClass.refactors.txt +299 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch.errors.txt +42 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch.flows.unknownInEffectCatch.mermaid +54 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch.quickfixes.txt +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch_preview.errors.txt +18 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch_preview.flows.unknownInEffectCatch_preview.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unknownInEffectCatch_preview.quickfixes.txt +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock.errors.txt +41 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock.flows.unnecessaryArrowBlock.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock.quickfixes.txt +102 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock_preview.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock_preview.flows.unnecessaryArrowBlock_preview.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryArrowBlock_preview.quickfixes.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen.errors.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen.flows.unnecessaryEffectGen.mermaid +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen.pipings.txt +85 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen.quickfixes.txt +31 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_ifBlock.errors.txt +17 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_ifBlock.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_ifBlock.flows.unnecessaryEffectGen_ifBlock.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_ifBlock.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_ifBlock.pipings.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_ifBlock.quickfixes.txt +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_noReturn.errors.txt +35 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_noReturn.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_noReturn.flows.unnecessaryEffectGen_noReturn.mermaid +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_noReturn.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_noReturn.pipings.txt +99 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_noReturn.quickfixes.txt +67 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_preview.flows.unnecessaryEffectGen_preview.mermaid +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_preview.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryEffectGen_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError.errors.txt +40 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError.flows.unnecessaryFailYieldableError.mermaid +51 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError.pipings.txt +127 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError.quickfixes.txt +89 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError_preview.flows.unnecessaryFailYieldableError_preview.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError_preview.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryFailYieldableError_preview.quickfixes.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe.errors.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe.flows.unnecessaryPipe.mermaid +33 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe.pipings.txt +61 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe.quickfixes.txt +65 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain.errors.txt +30 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain.flows.unnecessaryPipeChain.mermaid +98 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain.pipings.txt +107 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain.quickfixes.txt +69 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain_preview.flows.unnecessaryPipeChain_preview.mermaid +14 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain_preview.pipings.txt +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipeChain_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_disableMidObject.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_disableMidObject.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_disableMidObject.flows.unnecessaryPipe_disableMidObject.mermaid +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_disableMidObject.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_disableMidObject.pipings.txt +43 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_disableMidObject.quickfixes.txt +53 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_namespace.errors.txt +22 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_namespace.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_namespace.flows.unnecessaryPipe_namespace.mermaid +5 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_namespace.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_namespace.pipings.txt +25 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_namespace.quickfixes.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_preview.errors.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_preview.flows.unnecessaryPipe_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_preview.pipings.txt +11 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryPipe_preview.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.errors.txt +57 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.flows.schemas.mermaid +23 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.flows.test.mermaid +13 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.flows.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.layers.txt +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.pipings.txt +58 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType.quickfixes.txt +108 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType_preview.errors.txt +20 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType_preview.flows.unnecessaryTypeofType_preview.mermaid +9 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType_preview.pipings.txt +15 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unnecessaryTypeofType_preview.quickfixes.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion.errors.txt +62 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion.flows.unsafeEffectTypeAssertion.mermaid +12 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion.layers.txt +88 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion.quickfixes.txt +283 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion_preview.errors.txt +19 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion_preview.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion_preview.flows.unsafeEffectTypeAssertion_preview.mermaid +2 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion_preview.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion_preview.pipings.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unsafeEffectTypeAssertion_preview.quickfixes.txt +26 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unusedDirective.errors.txt +21 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unusedDirective.flows.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unusedDirective.flows.unusedDirective.mermaid +8 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unusedDirective.layers.txt +1 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unusedDirective.pipings.txt +29 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/unusedDirective.quickfixes.txt +24 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/wrapWithEffectGen.refactors.txt +408 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/wrapWithEffectGen_nestedCallback.refactors.txt +10 -0
- package/repos/tsgo/testdata/baselines/reference/effect-v4/wrapWithPipe.refactors.txt +28 -0
- package/repos/tsgo/testdata/baselines/reference/inlayHints/effectInlayHintsDisabledPassthrough.baseline +105 -0
- package/repos/tsgo/testdata/baselines/reference/inlayHints/effectInlayHintsFnSuppression.baseline +18 -0
- package/repos/tsgo/testdata/baselines/reference/inlayHints/effectInlayHintsFnUntracedSuppression.baseline +18 -0
- package/repos/tsgo/testdata/baselines/reference/inlayHints/effectInlayHintsGenSuppression.baseline +18 -0
- package/repos/tsgo/testdata/baselines/reference/inlayHints/effectInlayHintsNonEffectNotSuppressed.baseline +18 -0
- package/repos/tsgo/testdata/baselines/reference/metadata.json +2020 -0
- package/repos/tsgo/testdata/baselines/reference/schema.json +2812 -0
- package/repos/tsgo/testdata/tests/cli-test/package.json +7 -0
- package/repos/tsgo/testdata/tests/cli-test/pnpm-lock.yaml +87 -0
- package/repos/tsgo/testdata/tests/effect-v3/anyUnknownInErrorContext.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v3/asyncFunction.ts +33 -0
- package/repos/tsgo/testdata/tests/effect-v3/asyncFunction_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchAllToMapError.ts +66 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchAllToMapError_effectFn.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchAllToMapError_effectFnRegular.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchToOrElseSucceed.ts +46 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchToOrElseSucceed_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchUnfailableEffect.ts +44 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchUnfailableEffect_effectFn.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchUnfailableEffect_effectFnRegular.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v3/catchUnfailableEffect_variants.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch_contextTag.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch_effectTag.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch_preview.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch_schema.ts +55 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch_schemaFalsePositive.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v3/classSelfMismatch_unionGiven.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/deterministicKeys.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v3/deterministicKeys_custom.ts +65 -0
- package/repos/tsgo/testdata/tests/effect-v3/deterministicKeys_defaultHashed.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v3/deterministicKeys_packageIdentifier.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v3/duplicatePackage_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectDoNotation.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectDoNotation_preview.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnIife.ts +53 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_alreadyEffectFn.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_basic.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_genWithThis.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_inferred.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_inferredLayer.ts +44 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_invalid.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_multipleReturns.ts +43 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_noPipeWithSpan.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_overloadsNever.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_overloadsOk.ts +65 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_params.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_paramsInPipe.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_pipeWithSpan.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_plainFew.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_plainMany.ts +54 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_returnType.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectFnOpportunity_typeParams.ts +71 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectGenUsesAdapter.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectGenUsesAdapter_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectInFailure.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectMapFlatten.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectMapFlatten_preview.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectMapVoid.ts +54 -0
- package/repos/tsgo/testdata/tests/effect-v3/effectSucceedWithVoid.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v3/extendsNativeError.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v3/floatingEffect.ts +28 -0
- package/repos/tsgo/testdata/tests/effect-v3/floatingEffect_stream.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/genericEffectServices.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/genericEffectServices_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalConsole.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalConsoleInEffect.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalConsoleInEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalConsoleInEffect_thunks.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalConsole_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalDate.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalDateInEffect.ts +41 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalDateInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalDateInEffect_thunks.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalDate_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalErrorInEffectCatch.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalErrorInEffectFailure.ts +49 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalFetch.ts +23 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalFetchInEffect.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalFetchInEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalFetchInEffect_thunks.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalFetch_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalRandom.ts +30 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalRandomInEffect.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalRandomInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalRandomInEffect_thunks.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalRandom_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalTimers.ts +30 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalTimersInEffect.ts +33 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalTimersInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalTimersInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v3/globalTimers_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v3/instanceOfSchema.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v3/layerMergeAllWithDependencies.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v3/lazyPromiseInEffectSync.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3/lazyPromiseInEffectSync_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/leakingRequirements.ts +23 -0
- package/repos/tsgo/testdata/tests/effect-v3/leakingRequirements_allowJsdoc.ts +59 -0
- package/repos/tsgo/testdata/tests/effect-v3/leakingRequirements_genericTag.ts +14 -0
- package/repos/tsgo/testdata/tests/effect-v3/leakingRequirements_heuristic.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v3/leakingRequirements_leakableJsDoc.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v3/leakingRequirements_noScope.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v3/missedPipeableOpportunity.ts +49 -0
- package/repos/tsgo/testdata/tests/effect-v3/missedPipeableOpportunity_error.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v3/missedPipeableOpportunity_safer.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_arrowReturnType.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_callExpression.ts +30 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_conciseBody.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_lazy.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_pipe.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_plainAssignment.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_returnSignature.ts +28 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectContext_skipArrowDefaults.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectError_callExpression.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectError_plainAssignment.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectError_returnSignature.ts +28 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectError_tagged.ts +23 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectServiceDependency.ts +82 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingEffectServiceDependency_preview.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingLayerContext.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingReturnYieldStar.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingReturnYieldStar_yieldable.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v3/missingStarInYieldEffectGen.ts +44 -0
- package/repos/tsgo/testdata/tests/effect-v3/multipleEffectProvide.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v3/multipleEffectProvide_effectFn.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v3/multipleEffectProvide_effectFnRegular.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v3/nestedEffectGenYield.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v3/nestedEffectGenYield_preview.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/newPromise.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v3/newPromise_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3/nodeBuiltinImport.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v3/nonObjectEffectServiceType.ts +53 -0
- package/repos/tsgo/testdata/tests/effect-v3/nonObjectEffectServiceType_preview.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v3/outdatedApi.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v3/overriddenSchemaConstructor.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v3/overriddenSchemaConstructor_static.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v3/overriddenSchemaConstructor_valid.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/package.json +11 -0
- package/repos/tsgo/testdata/tests/effect-v3/preferSchemaOverJson.ts +64 -0
- package/repos/tsgo/testdata/tests/effect-v3/processEnv.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v3/processEnvInEffect.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v3/processEnvInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/processEnvInEffect_thunks.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v3/processEnv_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/redundantOrDie.ts +59 -0
- package/repos/tsgo/testdata/tests/effect-v3/redundantOrDie_preview.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v3/redundantSchemaTagIdentifier.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v3/redundantSchemaTagIdentifier_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3/returnEffectInGen.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/returnEffectInGenNoDiagnostics.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v3/runEffectInsideEffect.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v3/runEffectInsideEffect_preview.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v3/schemaStructWithTag.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v3/schemaSyncInEffect.ts +62 -0
- package/repos/tsgo/testdata/tests/effect-v3/schemaSyncInEffect_preview.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/schemaSyncInEffect_thunks.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v3/schemaUnionOfLiterals.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/schemaUnionOfLiterals_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/scopeInLayerEffect.ts +52 -0
- package/repos/tsgo/testdata/tests/effect-v3/scopeInLayerEffect_preview.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/strictBooleanExpressions.ts +42 -0
- package/repos/tsgo/testdata/tests/effect-v3/strictEffectProvide.ts +49 -0
- package/repos/tsgo/testdata/tests/effect-v3/tryCatchInEffectGen.ts +47 -0
- package/repos/tsgo/testdata/tests/effect-v3/tryCatchInEffectGen_finally.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v3/unknownInEffectCatch.ts +42 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryArrowBlock.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryArrowBlock_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryEffectGen.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryEffectGen_ifBlock.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryEffectGen_noReturn.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryFailYieldableError.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryPipe.ts +16 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryPipeChain.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryPipe_disableMidObject.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3/unnecessaryPipe_namespace.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v3/unsafeEffectTypeAssertion.ts +24 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToFn.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToFnTryPromise.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToFn_fetch.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToFn_generics.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToGen.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToGenTryPromise.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToGenTryPromise_anonymous.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToGen_anonymous.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/asyncAwaitToGen_namedImport.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/effectGenToFn.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/effectGenToFn_classMethod.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/effectGenToFn_mixedPipes.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/effectGenToFn_returns.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/effectGenToFn_withPipes.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/functionToArrow.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/layerMagic_build.ts +45 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/layerMagic_prepare.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/makeSchemaOpaque.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/makeSchemaOpaqueWithNs_shortImport.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/makeSchemaOpaque_brand.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/makeSchemaOpaque_shortImport.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/makeSchemaOpaque_shortImportAlias.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/makeSchemaOpaque_union.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/package.json +11 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/pipeableToDatafirst.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/removeUnnecessaryEffectGen.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema_avoidConflict.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema_externalType.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema_reuse.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema_symbolNames.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema_typeAlias.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/structuralTypeToSchema_union.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/toggleLazyConst.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/togglePipeStyle.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/toggleReturnTypeAnnotation.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/toggleTypeAnnotation.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/typeToEffectSchema.ts +42 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/typeToEffectSchemaClass.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/wrapWithEffectGen.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/wrapWithEffectGen_noclass.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v3-refactors/writeTagClassAccessors.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v4/anyUnknownInErrorContext.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v4/anyUnknownInErrorContext_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/asyncFunction.ts +33 -0
- package/repos/tsgo/testdata/tests/effect-v4/asyncFunction_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4/callExpPipeable.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchAllToMapError.ts +64 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchAllToMapError_effectFn.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchAllToMapError_preview.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchToOrElseSucceed.ts +44 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchToOrElseSucceed_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchUnfailableEffect.ts +56 -0
- package/repos/tsgo/testdata/tests/effect-v4/catchUnfailableEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/classImplementsIssue.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v4/classSelfMismatch_contextTag.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/classSelfMismatch_schema.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v4/classSelfMismatch_service.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v4/classSelfMismatch_sqlClass.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4/cryptoRandomUUID.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v4/cryptoRandomUUIDInEffect.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/cryptoRandomUUIDInEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/cryptoRandomUUIDInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/cryptoRandomUUID_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/deterministicKeys.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v4/deterministicKeys_custom.ts +63 -0
- package/repos/tsgo/testdata/tests/effect-v4/deterministicKeys_defaultHashed.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v4/deterministicKeys_packageIdentifier.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v4/deterministicKeys_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/duplicatePackage.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4/duplicatePackage_detected.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4/duplicatePackage_suppressed.ts +37 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectDoNotation.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectDoNotation_preview.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFn.ts +45 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnIife.ts +52 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnIife_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnImplicitAny.ts +92 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnImplicitAnyNonGen.ts +72 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnImplicitAny_noDiags.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnImplicitAny_preview.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_alreadyEffectFn.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_basic.ts +47 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_defaultConfig.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_genWithThis.ts +37 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_inferred.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_inferredLayer.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_inferredLayerThis.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_inferredOf.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_inferredServiceMake.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_invalid.ts +37 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_multipleReturns.ts +42 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_noPipeWithSpan.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_overloadsNever.ts +37 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_overloadsOk.ts +64 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_params.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_paramsInPipe.ts +47 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_pipeWithSpan.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_plainFew.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_plainMany.ts +53 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_returnType.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnOpportunity_typeParams.ts +70 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnRegular.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnUntracedEagerImplicitAny.ts +82 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectFnUntracedImplicitAny.ts +82 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectInFailure.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectInFailure_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectInVoidSuccess.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectInVoidSuccess_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectMapFlatten.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectMapFlatten_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectMapVoid.ts +51 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectMapVoid_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectSucceedWithVoid.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v4/effectSucceedWithVoid_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/effect_fn_opportunity_panic.ts +141 -0
- package/repos/tsgo/testdata/tests/effect-v4/emptyArgs.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/extendsNativeError.ts +16 -0
- package/repos/tsgo/testdata/tests/effect-v4/extendsNativeError_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffect.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffectGen.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffectSuppressed.ts +28 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffect_disabledWildcard.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffect_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffect_stream.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/floatingEffect_subtypes.ts +14 -0
- package/repos/tsgo/testdata/tests/effect-v4/functionCalls.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalConsole.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalConsoleInEffect.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalConsoleInEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalConsoleInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalConsole_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalDate.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalDateInEffect.ts +41 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalDateInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalDateInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalDate_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalErrorInEffectCatch.ts +16 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalErrorInEffectCatch_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalErrorInEffectFailure.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalErrorInEffectFailure_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalFetch.ts +23 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalFetchInEffect.ts +24 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalFetchInEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalFetchInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalFetch_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalRandom.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalRandomInEffect.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalRandomInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalRandomInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalRandom_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalTimers.ts +29 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalTimersInEffect.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalTimersInEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalTimersInEffect_thunks.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/globalTimers_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/instanceOfSchema.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v4/instanceOfSchema_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/interfaceExtendsIssue.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4/interfaceExtendsIssueNoPlugin.ts +16 -0
- package/repos/tsgo/testdata/tests/effect-v4/issue179_nestedEffectGenThis.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/issue179_remainingCases.ts +82 -0
- package/repos/tsgo/testdata/tests/effect-v4/jsxIntrinsicElements.ts +41 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphDocumented.ts +51 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphDuplicated.ts +59 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphEffect.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphFollowSymbols.ts +59 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphFollowSymbolsDeep.ts +53 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphFollowSymbolsOff.ts +56 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphMultiple.ts +63 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphSimple.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerGraphSpecialChars.ts +23 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerMergeAllWithDependencies.ts +47 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerMergeAllWithDependenciesNonPropertyAccess.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerMergeAllWithDependencies_preview.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/layerServiceTypes.ts +53 -0
- package/repos/tsgo/testdata/tests/effect-v4/lazyEffect.ts +102 -0
- package/repos/tsgo/testdata/tests/effect-v4/lazyEffect_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/lazyPromiseInEffectSync.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/lazyPromiseInEffectSync_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements_allowJsdoc.ts +46 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements_genericTag.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements_heuristic.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements_leakableJsDoc.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements_noScope.ts +14 -0
- package/repos/tsgo/testdata/tests/effect-v4/leakingRequirements_preview.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v4/missedPipeableOpportunity.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v4/missedPipeableOpportunity_error.ts +34 -0
- package/repos/tsgo/testdata/tests/effect-v4/missedPipeableOpportunity_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/missedPipeableOpportunity_safer.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingEffectContext.ts +24 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingEffectContext_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingEffectContext_sugg.ts +43 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingEffectError.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingEffectError_preview.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingLayerContext.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingLayerContext_preview.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingReturnYieldStar.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingReturnYieldStarFn.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingReturnYieldStarFnUntraced.ts +13 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingReturnYieldStar_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingReturnYiesStarGenThis.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingStarInYieldEffectGen.ts +48 -0
- package/repos/tsgo/testdata/tests/effect-v4/missingStarInYieldEffectGen_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleCatchTag.ts +58 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleCatchTag_preview.ts +14 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleCatchTag_stream.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleEffectProvide.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleEffectProvide_effectFn.ts +53 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleEffectProvide_effectFnRegular.ts +39 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleEffectProvide_preview.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/multipleFlows.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v4/nestedEffectGenYield.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4/nestedEffectGenYield_preview.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4/nestedPipe.ts +22 -0
- package/repos/tsgo/testdata/tests/effect-v4/newPromise.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/newPromise_preview.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4/newSchemaClass.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v4/newSchemaClass_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/nodeBuiltinImport.ts +47 -0
- package/repos/tsgo/testdata/tests/effect-v4/nodeBuiltinImport_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/outdatedApi.ts +87 -0
- package/repos/tsgo/testdata/tests/effect-v4/outdatedApi_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/overriddenSchemaConstructor.ts +32 -0
- package/repos/tsgo/testdata/tests/effect-v4/overriddenSchemaConstructor_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/overriddenSchemaConstructor_static.ts +14 -0
- package/repos/tsgo/testdata/tests/effect-v4/overriddenSchemaConstructor_valid.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4/package.json +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/parsingGen.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/pluginDisabled.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/preferSchemaOverJson.ts +51 -0
- package/repos/tsgo/testdata/tests/effect-v4/preferSchemaOverJson_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/processEnv.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/processEnvInEffect.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/processEnvInEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/processEnvInEffect_thunks.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v4/processEnv_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/redundantMapError.ts +68 -0
- package/repos/tsgo/testdata/tests/effect-v4/redundantMapError_preview.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4/redundantOrDie.ts +58 -0
- package/repos/tsgo/testdata/tests/effect-v4/redundantOrDie_preview.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4/returnEffectInGen.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/returnEffectInGenNoDiagnostics.ts +30 -0
- package/repos/tsgo/testdata/tests/effect-v4/returnEffectInGen_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/runEffectInsideEffect.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/runEffectInsideEffect_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaMutableKey_ts2322.ts +30 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaMutableKey_ts2322_pluginDisabled.ts +41 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaNumber.ts +25 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaNumber_preview.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaStructWithTag.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaStructWithTag_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaSyncInEffect.ts +61 -0
- package/repos/tsgo/testdata/tests/effect-v4/schemaSyncInEffect_thunks.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/serviceNotAsClass.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v4/serviceNotAsClass_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/simpleEffect.ts +38 -0
- package/repos/tsgo/testdata/tests/effect-v4/simplePipe.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v4/strictBooleanExpressions.ts +41 -0
- package/repos/tsgo/testdata/tests/effect-v4/strictBooleanExpressions_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/strictEffectProvide.ts +51 -0
- package/repos/tsgo/testdata/tests/effect-v4/strictEffectProvide_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/tryCatchInEffectGen.ts +46 -0
- package/repos/tsgo/testdata/tests/effect-v4/tryCatchInEffectGen_finally.ts +11 -0
- package/repos/tsgo/testdata/tests/effect-v4/tryCatchInEffectGen_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/tsExpectErrorDoesNotSuppressEffectDiagnostics.ts +24 -0
- package/repos/tsgo/testdata/tests/effect-v4/unknownInEffectCatch.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4/unknownInEffectCatch_preview.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryArrowBlock.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryArrowBlock_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryEffectGen.ts +14 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryEffectGen_ifBlock.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryEffectGen_noReturn.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryEffectGen_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryFailYieldableError.ts +27 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryFailYieldableError_preview.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryPipe.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryPipeChain.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryPipeChain_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryPipe_disableMidObject.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryPipe_namespace.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryPipe_preview.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryTypeofType.ts +40 -0
- package/repos/tsgo/testdata/tests/effect-v4/unnecessaryTypeofType_preview.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4/unsafeEffectTypeAssertion.ts +24 -0
- package/repos/tsgo/testdata/tests/effect-v4/unsafeEffectTypeAssertion_preview.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4/unusedDirective.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4-document-symbols/debugDocumentSymbolFlows.ts +23 -0
- package/repos/tsgo/testdata/tests/effect-v4-document-symbols/documentSymbolEffectStub.ts +70 -0
- package/repos/tsgo/testdata/tests/effect-v4-document-symbols/package.json +11 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToFn.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToFnTryPromise.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToFn_fetch.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToFn_generics.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToGen.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToGenTryPromise.ts +10 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToGenTryPromise_anonymous.ts +20 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToGen_anonymous.ts +15 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/asyncAwaitToGen_namedImport.ts +6 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/effectGenToFn.ts +33 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/effectGenToFn_classMethod.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/effectGenToFn_mixedPipes.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/effectGenToFn_withPipes.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/functionToArrow.ts +24 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/layerMagic_build.ts +51 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/layerMagic_prepare.ts +36 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/layerMagic_prepareReuse.ts +35 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/makeSchemaOpaque.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/makeSchemaOpaqueWithNs_shortImport.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/makeSchemaOpaque_brand.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/makeSchemaOpaque_shortImport.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/makeSchemaOpaque_shortImportAlias.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/makeSchemaOpaque_union.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/package.json +11 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/pipeableToDatafirst.ts +26 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/removeUnnecessaryEffectGen.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema.ts +31 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema_avoidConflict.ts +16 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema_externalType.ts +5 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema_reuse.ts +16 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema_symbolNames.ts +17 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema_typeAlias.ts +8 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/structuralTypeToSchema_union.ts +4 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/toggleLazyConst.ts +9 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/togglePipeStyle.ts +7 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/togglePipeStyle_nestedCallback.ts +19 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/toggleReturnTypeAnnotation.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/toggleTypeAnnotation.ts +21 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/typeToEffectSchema.ts +41 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/typeToEffectSchemaClass.ts +37 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/wrapWithEffectGen.ts +18 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/wrapWithEffectGen_nestedCallback.ts +12 -0
- package/repos/tsgo/testdata/tests/effect-v4-refactors/wrapWithPipe.ts +4 -0
- package/repos/tsgo.subtree.json +40 -0
- package/dist/src/harness/CraftSkills.d.ts +0 -14
- package/dist/src/harness/CraftSkills.js +0 -164
- package/dist/src/harness/CraftSkills.js.map +0 -1
- package/dist/src/harness/GuardrailRules.d.ts +0 -6
- package/dist/src/harness/GuardrailRules.js +0 -303
- package/dist/src/harness/GuardrailRules.js.map +0 -1
- package/dist/src/harness/Init.d.ts +0 -9
- package/dist/src/harness/Init.js +0 -234
- package/dist/src/harness/Init.js.map +0 -1
- package/dist/src/harness/PnpmWorkspace.d.ts +0 -2
- package/dist/src/harness/PnpmWorkspace.js +0 -23
- package/dist/src/harness/PnpmWorkspace.js.map +0 -1
- package/dist/src/harness/Publish.d.ts +0 -53
- package/dist/src/harness/Publish.js +0 -282
- package/dist/src/harness/Publish.js.map +0 -1
- package/dist/src/harness/SelfVerify.d.ts +0 -4
- package/dist/src/harness/SelfVerify.js +0 -56
- package/dist/src/harness/SelfVerify.js.map +0 -1
- package/dist/src/harness/Status.d.ts +0 -12
- package/dist/src/harness/Status.js +0 -88
- package/dist/src/harness/Status.js.map +0 -1
- package/dist/src/harness/TargetVerify.d.ts +0 -8
- package/dist/src/harness/TargetVerify.js +0 -432
- package/dist/src/harness/TargetVerify.js.map +0 -1
- package/dist/src/harness/TestContract.d.ts +0 -6
- package/dist/src/harness/TestContract.js +0 -45
- package/dist/src/harness/TestContract.js.map +0 -1
- package/dist/src/platform/ManagedFiles.d.ts +0 -8
- package/dist/src/platform/ManagedFiles.js +0 -59
- package/dist/src/platform/ManagedFiles.js.map +0 -1
- package/guide/default-capabilities.md +0 -38
- package/guide/index.md +0 -49
- package/guide/setup.md +0 -64
- package/harness/default-capabilities.md +0 -32
- package/harness/exposure.md +0 -46
- package/harness/feedback/index.md +0 -60
- package/harness/official-inventory.md +0 -85
- package/harness/runtime/codex/AGENTS.fragment.md +0 -28
- package/harness/runtime/codex/agents/effect-worker.md +0 -26
- package/harness/runtime/codex/skills/effect-code/SKILL.md +0 -72
- package/harness/runtime/codex/skills/effect-code/agents/openai.yaml +0 -4
- package/harness/runtime/codex/skills/effect-feedback/SKILL.md +0 -66
- package/harness/runtime/codex/skills/effect-feedback/agents/openai.yaml +0 -4
- package/harness/target-agent-contract.md +0 -205
- package/repos/craft-skills.manifest.json +0 -34
- package/repos/effect/packages/effect/src/internal/concurrency.ts +0 -52
- package/repos/effect/scripts/check-cookbook-schedule.ts +0 -390
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProviderProfile.js","sourceRoot":"","sources":["../../../../src/harness/verify/ProviderProfile.ts"],"names":[],"mappings":"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","sourcesContent":["import { Effect, FileSystem } from 'effect'\nimport { readJson } from '../../platform/Json.ts'\nimport { HarnessError } from '../Errors.ts'\nimport { isRecord } from './JsonFields.ts'\nimport {\n expectedPackageBaseline,\n expectedPrepareCommand,\n expectedTypecheckCommand,\n strictDiagnosticGate,\n strictDiagnosticSeverity,\n} from './TsgoPolicy.ts'\nimport { verifyStageSpecs } from './VerifyStage.ts'\n\nfunction decodeJsonRecord(value: unknown, source: string): Effect.Effect<Record<string, unknown>, HarnessError> {\n return isRecord(value)\n ? Effect.succeed(value)\n : Effect.fail(new HarnessError({ message: `${source} must be a JSON object` }))\n}\n\nfunction recordField(\n errors: Array<string>,\n record: Record<string, unknown> | undefined,\n key: string,\n source: string,\n): Record<string, unknown> | undefined {\n if (record === undefined) {\n return undefined\n }\n const value = record[key]\n if (!isRecord(value)) {\n errors.push(`${source}.${key} must be an object.`)\n return undefined\n }\n return value\n}\n\nfunction stringField(\n errors: Array<string>,\n record: Record<string, unknown> | undefined,\n key: string,\n source: string,\n): string | undefined {\n if (record === undefined) {\n return undefined\n }\n const value = record[key]\n if (typeof value !== 'string') {\n errors.push(`${source}.${key} must be a string.`)\n return undefined\n }\n return value\n}\n\nfunction booleanField(\n errors: Array<string>,\n record: Record<string, unknown> | undefined,\n key: string,\n source: string,\n): boolean | undefined {\n if (record === undefined) {\n return undefined\n }\n const value = record[key]\n if (typeof value !== 'boolean') {\n errors.push(`${source}.${key} must be a boolean.`)\n return undefined\n }\n return value\n}\n\nfunction arrayField(\n errors: Array<string>,\n record: Record<string, unknown> | undefined,\n key: string,\n source: string,\n): ReadonlyArray<unknown> | undefined {\n if (record === undefined) {\n return undefined\n }\n const value = record[key]\n if (!Array.isArray(value)) {\n errors.push(`${source}.${key} must be an array.`)\n return undefined\n }\n return value\n}\n\nfunction assertStringValue(errors: Array<string>, actual: string | undefined, expected: string, source: string): void {\n if (actual !== undefined && actual !== expected) {\n errors.push(`${source} is ${actual}; expected ${expected}.`)\n }\n}\n\nfunction assertBooleanValue(errors: Array<string>, actual: boolean | undefined, expected: boolean, source: string): void {\n if (actual !== undefined && actual !== expected) {\n errors.push(`${source} is ${String(actual)}; expected ${String(expected)}.`)\n }\n}\n\nfunction assertArrayContainsString(\n errors: Array<string>,\n values: ReadonlyArray<unknown> | undefined,\n expected: string,\n source: string,\n): void {\n if (values !== undefined && !values.includes(expected)) {\n errors.push(`${source} must include ${expected}.`)\n }\n}\n\nfunction assertArrayDoesNotContainText(\n errors: Array<string>,\n values: ReadonlyArray<unknown> | undefined,\n text: string,\n source: string,\n): void {\n if (values?.some(value => typeof value === 'string' && value.includes(text)) === true) {\n errors.push(`${source} must not include text containing ${text}.`)\n }\n}\n\nfunction assertRecordDoesNotContain(\n errors: Array<string>,\n record: Record<string, unknown> | undefined,\n key: string,\n source: string,\n): void {\n if (record !== undefined && key in record) {\n errors.push(`${source} must not contain field ${key}.`)\n }\n}\n\nfunction stableJson(value: unknown): string {\n if (Array.isArray(value)) {\n return `[${value.map(stableJson).join(',')}]`\n }\n if (isRecord(value)) {\n return `{${Object.keys(value).sort().map(key => `${JSON.stringify(key)}:${stableJson(value[key])}`).join(',')}}`\n }\n return JSON.stringify(value)\n}\n\nfunction assertJsonValue(errors: Array<string>, actual: unknown, expected: unknown, source: string): void {\n if (stableJson(actual) !== stableJson(expected)) {\n errors.push(`${source} does not match the expected provider contract value.`)\n }\n}\n\ninterface ExpectedManagedFile {\n readonly id: string\n readonly requiredKeywords?: ReadonlyArray<string>\n readonly sourcePath: string\n readonly targetPath: string\n readonly targetUsage?: string\n}\n\nconst expectedSelfMaterializationForbiddenSurfaces = [\n '.prelude',\n '.prelude/providers',\n '.prelude/providers/effect-harness',\n '.prelude/providers/effect-harness/provider.json',\n '.prelude/providers/effect-harness/docs',\n '.prelude/providers/effect-harness/snippets',\n] as const\n\nfunction fileRecordById(\n files: ReadonlyArray<unknown> | undefined,\n id: string,\n): Record<string, unknown> | undefined {\n return files?.find(file => isRecord(file) && file.id === id) as Record<string, unknown> | undefined\n}\n\nconst forbiddenTargetLocalSourceClaims = [\n 'target SHOULD receive `repos/',\n 'target MUST receive `repos/',\n 'target 应该接收 `repos/',\n 'target 必须接收 `repos/',\n] as const\n\nconst assertManagedFileContribution = Effect.fnUntraced(function* (\n errors: Array<string>,\n harness: string,\n files: ReadonlyArray<unknown> | undefined,\n expected: ExpectedManagedFile,\n source: string,\n) {\n const file = fileRecordById(files, expected.id)\n if (file === undefined) {\n errors.push(`${source}.files must include ${expected.id}.`)\n return\n }\n\n assertStringValue(errors, stringField(errors, file, 'sourcePath', `${source}.files[${expected.id}]`), expected.sourcePath, `${source}.files[${expected.id}].sourcePath`)\n assertStringValue(errors, stringField(errors, file, 'targetPath', `${source}.files[${expected.id}]`), expected.targetPath, `${source}.files[${expected.id}].targetPath`)\n assertStringValue(errors, stringField(errors, file, 'contentType', `${source}.files[${expected.id}]`), 'text/markdown', `${source}.files[${expected.id}].contentType`)\n assertBooleanValue(errors, booleanField(errors, file, 'managed', `${source}.files[${expected.id}]`), true, `${source}.files[${expected.id}].managed`)\n if (expected.targetUsage !== undefined) {\n assertStringValue(errors, stringField(errors, file, 'targetUsage', `${source}.files[${expected.id}]`), expected.targetUsage, `${source}.files[${expected.id}].targetUsage`)\n }\n\n const fs = yield* FileSystem.FileSystem\n const path = `${harness}/${expected.sourcePath}`\n if (!(yield* fs.exists(path))) {\n errors.push(`${source}.files[${expected.id}].sourcePath does not exist: ${expected.sourcePath}.`)\n return\n }\n\n const text = yield* fs.readFileString(path)\n for (const keyword of expected.requiredKeywords ?? []) {\n if (!text.includes(keyword)) {\n errors.push(`${expected.sourcePath} must contain managed docs topic ${keyword}.`)\n }\n }\n for (const phrase of forbiddenTargetLocalSourceClaims) {\n if (text.includes(phrase)) {\n errors.push(`${expected.sourcePath} must not describe provider-internal repos as target-local content.`)\n }\n }\n})\n\nconst assertManagedFileBundle = Effect.fnUntraced(function* (\n errors: Array<string>,\n harness: string,\n bundle: Record<string, unknown> | undefined,\n expectedBasePath: string,\n expectedFiles: ReadonlyArray<ExpectedManagedFile>,\n source: string,\n) {\n if (bundle === undefined) {\n return\n }\n\n assertStringValue(errors, stringField(errors, bundle, 'mode', source), 'managed-files', `${source}.mode`)\n assertStringValue(errors, stringField(errors, bundle, 'targetBasePath', source), expectedBasePath, `${source}.targetBasePath`)\n\n const files = arrayField(errors, bundle, 'files', source)\n for (const expected of expectedFiles) {\n yield* assertManagedFileContribution(errors, harness, files, expected, source)\n }\n})\n\ntype PackageName = keyof typeof expectedPackageBaseline\ntype PackageField = 'dependencies' | 'devDependencies'\n\ninterface ExpectedPackageGroup {\n readonly field: PackageField\n readonly packageNames: ReadonlyArray<PackageName>\n}\n\nconst expectedPackageGroups = {\n runtime: {\n field: 'dependencies',\n packageNames: ['effect', '@effect/platform-node'],\n },\n testing: {\n field: 'devDependencies',\n packageNames: ['@effect/vitest'],\n },\n diagnostics: {\n field: 'devDependencies',\n packageNames: ['@effect/tsgo', '@effect/language-service'],\n },\n nativeBackend: {\n field: 'devDependencies',\n packageNames: ['@typescript/native-preview'],\n },\n} as const satisfies Readonly<Record<string, ExpectedPackageGroup>>\n\nconst expectedLintCommand = 'pnpm lint --max-warnings 0'\nconst expectedLintScript = 'eslint'\nconst expectedTestCommand = 'pnpm test'\nconst expectedTestScript = 'vitest run tests/*.test.ts'\nconst expectedVerifyCommand = 'pnpm verify'\nconst expectedVerifyScript = 'node bin/effect-harness.ts verify --harness .'\n\nfunction assertPackageBaseline(\n errors: Array<string>,\n profileBaseline: Record<string, unknown> | undefined,\n): void {\n if (profileBaseline === undefined) {\n return\n }\n\n for (const [name, expected] of Object.entries(expectedPackageBaseline)) {\n const actual = profileBaseline[name]\n if (actual !== expected) {\n errors.push(`provider profile packageBaseline.${name} is ${String(actual ?? 'missing')}; expected ${expected}.`)\n }\n }\n}\n\nfunction assertSourceEntryEditorPolicy(\n errors: Array<string>,\n sourceContract: Record<string, unknown>,\n sourceEntryId: string,\n filesExclude: 'disabled' | 'enabled',\n): void {\n const editorPolicy = recordField(errors, sourceContract, 'editorPolicy', `${sourceEntryId} source contract`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'autoImportExclude', `${sourceEntryId} source contract.editorPolicy`), 'block', `${sourceEntryId} source contract.editorPolicy.autoImportExclude`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'watcherExclude', `${sourceEntryId} source contract.editorPolicy`), 'recommended', `${sourceEntryId} source contract.editorPolicy.watcherExclude`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'searchExclude', `${sourceEntryId} source contract.editorPolicy`), 'recommended', `${sourceEntryId} source contract.editorPolicy.searchExclude`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'filesExclude', `${sourceEntryId} source contract.editorPolicy`), filesExclude, `${sourceEntryId} source contract.editorPolicy.filesExclude`)\n}\n\nfunction assertEditorPolicyContribution(\n errors: Array<string>,\n contributions: Record<string, unknown> | undefined,\n effectContract: Record<string, unknown>,\n tsgoContract: Record<string, unknown>,\n vscodeSettings: Record<string, unknown>,\n): void {\n const editorPolicy = recordField(errors, contributions, 'editorPolicy', 'provider profile.profiles.codex-effect-v4.contributions')\n assertStringValue(errors, stringField(errors, editorPolicy, 'mode', 'provider profile editorPolicy contribution'), 'structured-merge', 'provider profile editorPolicy.mode')\n assertArrayContainsString(errors, arrayField(errors, editorPolicy, 'targetPaths', 'provider profile editorPolicy contribution'), '.vscode/settings.json', 'provider profile editorPolicy.targetPaths')\n assertArrayContainsString(errors, arrayField(errors, editorPolicy, 'targetPaths', 'provider profile editorPolicy contribution'), '.zed/settings.json', 'provider profile editorPolicy.targetPaths')\n\n const sourceIdentity = recordField(errors, editorPolicy, 'sourceIdentity', 'provider profile editorPolicy contribution')\n assertArrayContainsString(errors, arrayField(errors, sourceIdentity, 'providerInternalPatterns', 'provider profile editorPolicy.sourceIdentity'), 'repos/**', 'provider profile editorPolicy.sourceIdentity.providerInternalPatterns')\n assertBooleanValue(errors, booleanField(errors, sourceIdentity, 'targetReceivesSourceTrees', 'provider profile editorPolicy.sourceIdentity'), false, 'provider profile editorPolicy.sourceIdentity.targetReceivesSourceTrees')\n\n const policies = recordField(errors, editorPolicy, 'policies', 'provider profile editorPolicy contribution')\n const autoImport = recordField(errors, policies, 'autoImportExclude', 'provider profile editorPolicy.policies')\n assertStringValue(errors, stringField(errors, autoImport, 'level', 'provider profile editorPolicy.policies.autoImportExclude'), 'hard-boundary', 'provider profile editorPolicy.policies.autoImportExclude.level')\n assertStringValue(errors, stringField(errors, autoImport, 'sourceEntryContractField', 'provider profile editorPolicy.policies.autoImportExclude'), 'editorPolicy.autoImportExclude', 'provider profile editorPolicy.policies.autoImportExclude.sourceEntryContractField')\n assertStringValue(errors, stringField(errors, autoImport, 'expectedContractValue', 'provider profile editorPolicy.policies.autoImportExclude'), 'block', 'provider profile editorPolicy.policies.autoImportExclude.expectedContractValue')\n assertArrayContainsString(errors, arrayField(errors, autoImport, 'patterns', 'provider profile editorPolicy.policies.autoImportExclude'), 'repos/**', 'provider profile editorPolicy.policies.autoImportExclude.patterns')\n const vscodeAutoImport = recordField(errors, autoImport, 'vscode', 'provider profile editorPolicy.policies.autoImportExclude')\n assertArrayContainsString(errors, arrayField(errors, vscodeAutoImport, 'typescript.preferences.autoImportFileExcludePatterns', 'provider profile editorPolicy.policies.autoImportExclude.vscode'), 'repos/**', 'provider profile editorPolicy.policies.autoImportExclude.vscode.typescript.preferences.autoImportFileExcludePatterns')\n assertArrayContainsString(errors, arrayField(errors, vscodeAutoImport, 'javascript.preferences.autoImportFileExcludePatterns', 'provider profile editorPolicy.policies.autoImportExclude.vscode'), 'repos/**', 'provider profile editorPolicy.policies.autoImportExclude.vscode.javascript.preferences.autoImportFileExcludePatterns')\n const zedAutoImport = recordField(errors, autoImport, 'zed', 'provider profile editorPolicy.policies.autoImportExclude')\n assertStringValue(errors, stringField(errors, zedAutoImport, 'settingsPath', 'provider profile editorPolicy.policies.autoImportExclude.zed'), '.zed/settings.json', 'provider profile editorPolicy.policies.autoImportExclude.zed.settingsPath')\n if (recordField(errors, zedAutoImport, 'lsp', 'provider profile editorPolicy.policies.autoImportExclude.zed') === undefined) {\n errors.push('provider profile editorPolicy.policies.autoImportExclude.zed must use a Zed-specific lsp settings shape.')\n }\n\n const watchExclude = recordField(errors, policies, 'watchExclude', 'provider profile editorPolicy.policies')\n assertStringValue(errors, stringField(errors, watchExclude, 'level', 'provider profile editorPolicy.policies.watchExclude'), 'recommended', 'provider profile editorPolicy.policies.watchExclude.level')\n assertStringValue(errors, stringField(errors, watchExclude, 'sourceEntryContractField', 'provider profile editorPolicy.policies.watchExclude'), 'editorPolicy.watcherExclude', 'provider profile editorPolicy.policies.watchExclude.sourceEntryContractField')\n assertStringValue(errors, stringField(errors, watchExclude, 'expectedContractValue', 'provider profile editorPolicy.policies.watchExclude'), 'recommended', 'provider profile editorPolicy.policies.watchExclude.expectedContractValue')\n assertBooleanValue(errors, booleanField(errors, watchExclude, 'requiresConfiguration', 'provider profile editorPolicy.policies.watchExclude'), true, 'provider profile editorPolicy.policies.watchExclude.requiresConfiguration')\n assertArrayContainsString(errors, arrayField(errors, watchExclude, 'patterns', 'provider profile editorPolicy.policies.watchExclude'), 'repos/**', 'provider profile editorPolicy.policies.watchExclude.patterns')\n assertBooleanValue(errors, booleanField(errors, recordField(errors, recordField(errors, watchExclude, 'vscode', 'provider profile editorPolicy.policies.watchExclude'), 'files.watcherExclude', 'provider profile editorPolicy.policies.watchExclude.vscode'), 'repos/**', 'provider profile editorPolicy.policies.watchExclude.vscode.files.watcherExclude'), true, 'provider profile editorPolicy.policies.watchExclude.vscode.files.watcherExclude[\"repos/**\"]')\n\n const searchExclude = recordField(errors, policies, 'searchExclude', 'provider profile editorPolicy.policies')\n assertStringValue(errors, stringField(errors, searchExclude, 'level', 'provider profile editorPolicy.policies.searchExclude'), 'recommended', 'provider profile editorPolicy.policies.searchExclude.level')\n assertStringValue(errors, stringField(errors, searchExclude, 'sourceEntryContractField', 'provider profile editorPolicy.policies.searchExclude'), 'editorPolicy.searchExclude', 'provider profile editorPolicy.policies.searchExclude.sourceEntryContractField')\n assertStringValue(errors, stringField(errors, searchExclude, 'expectedContractValue', 'provider profile editorPolicy.policies.searchExclude'), 'recommended', 'provider profile editorPolicy.policies.searchExclude.expectedContractValue')\n assertBooleanValue(errors, booleanField(errors, searchExclude, 'requiresConfiguration', 'provider profile editorPolicy.policies.searchExclude'), true, 'provider profile editorPolicy.policies.searchExclude.requiresConfiguration')\n assertArrayContainsString(errors, arrayField(errors, searchExclude, 'patterns', 'provider profile editorPolicy.policies.searchExclude'), 'repos/**', 'provider profile editorPolicy.policies.searchExclude.patterns')\n assertBooleanValue(errors, booleanField(errors, recordField(errors, recordField(errors, searchExclude, 'vscode', 'provider profile editorPolicy.policies.searchExclude'), 'search.exclude', 'provider profile editorPolicy.policies.searchExclude.vscode'), 'repos/**', 'provider profile editorPolicy.policies.searchExclude.vscode.search.exclude'), true, 'provider profile editorPolicy.policies.searchExclude.vscode.search.exclude[\"repos/**\"]')\n\n const filesExclude = recordField(errors, policies, 'filesExclude', 'provider profile editorPolicy.policies')\n assertStringValue(errors, stringField(errors, filesExclude, 'level', 'provider profile editorPolicy.policies.filesExclude'), 'preference', 'provider profile editorPolicy.policies.filesExclude.level')\n assertStringValue(errors, stringField(errors, filesExclude, 'sourceEntryContractField', 'provider profile editorPolicy.policies.filesExclude'), 'editorPolicy.filesExclude', 'provider profile editorPolicy.policies.filesExclude.sourceEntryContractField')\n assertBooleanValue(errors, booleanField(errors, filesExclude, 'requiresExplicitOptIn', 'provider profile editorPolicy.policies.filesExclude'), true, 'provider profile editorPolicy.policies.filesExclude.requiresExplicitOptIn')\n const sourceEntryDefaults = recordField(errors, filesExclude, 'sourceEntryDefaults', 'provider profile editorPolicy.policies.filesExclude')\n assertStringValue(errors, stringField(errors, sourceEntryDefaults, 'effect-official-source', 'provider profile editorPolicy.policies.filesExclude.sourceEntryDefaults'), 'enabled', 'provider profile editorPolicy.policies.filesExclude.sourceEntryDefaults.effect-official-source')\n assertStringValue(errors, stringField(errors, sourceEntryDefaults, 'tsgo-official-source', 'provider profile editorPolicy.policies.filesExclude.sourceEntryDefaults'), 'disabled', 'provider profile editorPolicy.policies.filesExclude.sourceEntryDefaults.tsgo-official-source')\n const contributionFilesExclude = recordField(errors, recordField(errors, filesExclude, 'vscode', 'provider profile editorPolicy.policies.filesExclude'), 'files.exclude', 'provider profile editorPolicy.policies.filesExclude.vscode')\n assertBooleanValue(errors, booleanField(errors, contributionFilesExclude, 'repos/effect/**', 'provider profile editorPolicy.policies.filesExclude.vscode.files.exclude'), true, 'provider profile editorPolicy.policies.filesExclude.vscode.files.exclude[\"repos/effect/**\"]')\n assertRecordDoesNotContain(errors, contributionFilesExclude, 'repos/tsgo/**', 'provider profile editorPolicy.policies.filesExclude.vscode.files.exclude')\n assertRecordDoesNotContain(errors, contributionFilesExclude, 'repos/**', 'provider profile editorPolicy.policies.filesExclude.vscode.files.exclude')\n\n assertArrayContainsString(errors, arrayField(errors, vscodeSettings, 'typescript.preferences.autoImportFileExcludePatterns', '.vscode/settings.json'), 'repos/**', '.vscode/settings.json.typescript.preferences.autoImportFileExcludePatterns')\n assertArrayContainsString(errors, arrayField(errors, vscodeSettings, 'javascript.preferences.autoImportFileExcludePatterns', '.vscode/settings.json'), 'repos/**', '.vscode/settings.json.javascript.preferences.autoImportFileExcludePatterns')\n assertBooleanValue(errors, booleanField(errors, recordField(errors, vscodeSettings, 'files.watcherExclude', '.vscode/settings.json'), 'repos/**', '.vscode/settings.json.files.watcherExclude'), true, '.vscode/settings.json.files.watcherExclude[\"repos/**\"]')\n assertBooleanValue(errors, booleanField(errors, recordField(errors, vscodeSettings, 'search.exclude', '.vscode/settings.json'), 'repos/**', '.vscode/settings.json.search.exclude'), true, '.vscode/settings.json.search.exclude[\"repos/**\"]')\n const vscodeFilesExclude = recordField(errors, vscodeSettings, 'files.exclude', '.vscode/settings.json')\n assertBooleanValue(errors, booleanField(errors, vscodeFilesExclude, 'repos/effect/**', '.vscode/settings.json.files.exclude'), true, '.vscode/settings.json.files.exclude[\"repos/effect/**\"]')\n assertRecordDoesNotContain(errors, vscodeFilesExclude, 'repos/tsgo/**', '.vscode/settings.json.files.exclude')\n assertRecordDoesNotContain(errors, vscodeFilesExclude, 'repos/**', '.vscode/settings.json.files.exclude')\n\n assertSourceEntryEditorPolicy(errors, effectContract, 'effect-official-source', 'enabled')\n assertSourceEntryEditorPolicy(errors, tsgoContract, 'tsgo-official-source', 'disabled')\n}\n\nfunction assertEslintConfigContains(errors: Array<string>, eslintText: string, marker: string): void {\n if (!eslintText.includes(marker)) {\n errors.push(`eslint.config.mjs must contain ${marker}.`)\n }\n}\n\nfunction assertLintGuardrailsContribution(\n errors: Array<string>,\n contributions: Record<string, unknown> | undefined,\n packageManifest: Record<string, unknown>,\n eslintText: string,\n): void {\n const lintGuardrails = recordField(errors, contributions, 'lintGuardrails', 'provider profile.profiles.codex-effect-v4.contributions')\n assertStringValue(errors, stringField(errors, lintGuardrails, 'mode', 'provider profile lintGuardrails contribution'), 'command-policy', 'provider profile lintGuardrails.mode')\n assertStringValue(errors, stringField(errors, lintGuardrails, 'stage', 'provider profile lintGuardrails contribution'), 'lint', 'provider profile lintGuardrails.stage')\n assertStringValue(errors, stringField(errors, lintGuardrails, 'command', 'provider profile lintGuardrails contribution'), expectedLintCommand, 'provider profile lintGuardrails.command')\n assertArrayContainsString(errors, arrayField(errors, lintGuardrails, 'configFiles', 'provider profile lintGuardrails contribution'), 'eslint.config.mjs', 'provider profile lintGuardrails.configFiles')\n\n const scripts = recordField(errors, packageManifest, 'scripts', 'package.json')\n assertStringValue(errors, stringField(errors, scripts, 'lint', 'package.json.scripts'), expectedLintScript, 'package.json.scripts.lint')\n\n const layers = recordField(errors, lintGuardrails, 'layers', 'provider profile lintGuardrails contribution')\n const owns = arrayField(errors, layers, 'owns', 'provider profile lintGuardrails.layers')\n assertArrayContainsString(errors, owns, 'repository import boundary', 'provider profile lintGuardrails.layers.owns')\n assertArrayContainsString(errors, owns, 'Effect v4 CLI import boundary', 'provider profile lintGuardrails.layers.owns')\n assertArrayContainsString(errors, owns, 'Effect test entry', 'provider profile lintGuardrails.layers.owns')\n assertArrayContainsString(errors, owns, 'syntax-level Effect guardrails', 'provider profile lintGuardrails.layers.owns')\n const doesNotOwn = arrayField(errors, layers, 'doesNotOwn', 'provider profile lintGuardrails.layers')\n assertArrayContainsString(errors, doesNotOwn, 'Effect semantic diagnostics', 'provider profile lintGuardrails.layers.doesNotOwn')\n assertArrayContainsString(errors, doesNotOwn, 'tsgo rule severity map', 'provider profile lintGuardrails.layers.doesNotOwn')\n\n const rules = recordField(errors, lintGuardrails, 'rules', 'provider profile lintGuardrails contribution')\n const restrictedImports = arrayField(errors, rules, 'restrictedImports', 'provider profile lintGuardrails.rules')\n for (const source of ['node:test', 'vitest', '@effect/cli', '@effect/cli/*', 'repos/effect/**', 'repos/tsgo/**']) {\n assertArrayContainsString(errors, restrictedImports, source, 'provider profile lintGuardrails.rules.restrictedImports')\n const eslintMarker = source.endsWith('/**')\n ? source.slice(0, -3)\n : source.endsWith('/*')\n ? source.slice(0, -2)\n : source\n assertEslintConfigContains(errors, eslintText, eslintMarker)\n }\n\n const restrictedSyntax = arrayField(errors, rules, 'restrictedSyntax', 'provider profile lintGuardrails.rules')\n for (const syntax of ['Context.Tag', 'Effect.catchAllCause', 'Effect.ignore', 'Effect.serviceOption', '{ disableValidation: true }', 'plain it() in tests']) {\n assertArrayContainsString(errors, restrictedSyntax, syntax, 'provider profile lintGuardrails.rules.restrictedSyntax')\n }\n for (const marker of [\n 'MemberExpression[object.name=\"Context\"][property.name=\"Tag\"]',\n 'catchAllCause|ignore|serviceOption',\n 'disableValidation',\n 'CallExpression[callee.name=\"it\"]',\n ]) {\n assertEslintConfigContains(errors, eslintText, marker)\n }\n}\n\nfunction assertTestPolicyContribution(\n errors: Array<string>,\n contributions: Record<string, unknown> | undefined,\n packageManifest: Record<string, unknown>,\n): void {\n const testPolicy = recordField(errors, contributions, 'testPolicy', 'provider profile.profiles.codex-effect-v4.contributions')\n assertStringValue(errors, stringField(errors, testPolicy, 'mode', 'provider profile testPolicy contribution'), 'command-policy', 'provider profile testPolicy.mode')\n assertStringValue(errors, stringField(errors, testPolicy, 'stage', 'provider profile testPolicy contribution'), 'tests', 'provider profile testPolicy.stage')\n assertStringValue(errors, stringField(errors, testPolicy, 'command', 'provider profile testPolicy contribution'), expectedTestCommand, 'provider profile testPolicy.command')\n assertStringValue(errors, stringField(errors, testPolicy, 'packageScript', 'provider profile testPolicy contribution'), expectedTestScript, 'provider profile testPolicy.packageScript')\n assertStringValue(errors, stringField(errors, testPolicy, 'framework', 'provider profile testPolicy contribution'), '@effect/vitest', 'provider profile testPolicy.framework')\n assertArrayContainsString(errors, arrayField(errors, testPolicy, 'expectedEntries', 'provider profile testPolicy contribution'), 'tests/*.test.ts', 'provider profile testPolicy.expectedEntries')\n assertArrayContainsString(errors, arrayField(errors, testPolicy, 'effectEntrypoints', 'provider profile testPolicy contribution'), 'it.effect', 'provider profile testPolicy.effectEntrypoints')\n assertArrayContainsString(errors, arrayField(errors, testPolicy, 'effectEntrypoints', 'provider profile testPolicy contribution'), 'it.live', 'provider profile testPolicy.effectEntrypoints')\n assertArrayContainsString(errors, arrayField(errors, testPolicy, 'effectEntrypoints', 'provider profile testPolicy contribution'), 'layer', 'provider profile testPolicy.effectEntrypoints')\n assertArrayContainsString(errors, arrayField(errors, testPolicy, 'disallowedImports', 'provider profile testPolicy contribution'), 'node:test', 'provider profile testPolicy.disallowedImports')\n assertArrayContainsString(errors, arrayField(errors, testPolicy, 'disallowedImports', 'provider profile testPolicy contribution'), 'vitest', 'provider profile testPolicy.disallowedImports')\n\n const scripts = recordField(errors, packageManifest, 'scripts', 'package.json')\n assertStringValue(errors, stringField(errors, scripts, 'test', 'package.json.scripts'), expectedTestScript, 'package.json.scripts.test')\n}\n\nfunction stageRecordByTag(\n stages: ReadonlyArray<unknown> | undefined,\n tag: string,\n): Record<string, unknown> | undefined {\n return stages?.find(stage => isRecord(stage) && stage.tag === tag) as Record<string, unknown> | undefined\n}\n\nfunction assertVerificationPolicyContribution(\n errors: Array<string>,\n contributions: Record<string, unknown> | undefined,\n packageManifest: Record<string, unknown>,\n): void {\n const verificationPolicy = recordField(errors, contributions, 'verificationPolicy', 'provider profile.profiles.codex-effect-v4.contributions')\n assertStringValue(errors, stringField(errors, verificationPolicy, 'mode', 'provider profile verificationPolicy contribution'), 'pipeline-policy', 'provider profile verificationPolicy.mode')\n assertStringValue(errors, stringField(errors, verificationPolicy, 'completionGate', 'provider profile verificationPolicy contribution'), expectedVerifyCommand, 'provider profile verificationPolicy.completionGate')\n assertStringValue(errors, stringField(errors, verificationPolicy, 'packageScript', 'provider profile verificationPolicy contribution'), expectedVerifyScript, 'provider profile verificationPolicy.packageScript')\n assertStringValue(errors, stringField(errors, verificationPolicy, 'lifecycleOwner', 'provider profile verificationPolicy contribution'), 'prelude', 'provider profile verificationPolicy.lifecycleOwner')\n\n const scripts = recordField(errors, packageManifest, 'scripts', 'package.json')\n assertStringValue(errors, stringField(errors, scripts, 'verify', 'package.json.scripts'), expectedVerifyScript, 'package.json.scripts.verify')\n\n const localCommands = recordField(errors, verificationPolicy, 'localCommands', 'provider profile verificationPolicy contribution')\n assertArrayContainsString(errors, arrayField(errors, localCommands, 'diagnostics', 'provider profile verificationPolicy.localCommands'), 'pnpm typecheck', 'provider profile verificationPolicy.localCommands.diagnostics')\n assertArrayContainsString(errors, arrayField(errors, localCommands, 'tests', 'provider profile verificationPolicy.localCommands'), expectedTestCommand, 'provider profile verificationPolicy.localCommands.tests')\n assertArrayContainsString(errors, arrayField(errors, localCommands, 'lint', 'provider profile verificationPolicy.localCommands'), expectedLintCommand, 'provider profile verificationPolicy.localCommands.lint')\n assertArrayContainsString(errors, arrayField(errors, localCommands, 'completion', 'provider profile verificationPolicy.localCommands'), expectedVerifyCommand, 'provider profile verificationPolicy.localCommands.completion')\n\n const stages = arrayField(errors, verificationPolicy, 'stages', 'provider profile verificationPolicy contribution')\n for (const spec of verifyStageSpecs) {\n const stage = stageRecordByTag(stages, spec.tag)\n if (stage === undefined) {\n errors.push(`provider profile verificationPolicy.stages must include ${spec.tag}.`)\n continue\n }\n assertStringValue(errors, stringField(errors, stage, 'summary', `provider profile verificationPolicy.stages[${spec.tag}]`), spec.summary, `provider profile verificationPolicy.stages[${spec.tag}].summary`)\n }\n}\n\nfunction assertPackageGroup(\n errors: Array<string>,\n dependencyGroups: Record<string, unknown> | undefined,\n groupName: string,\n expected: ExpectedPackageGroup,\n): void {\n const group = recordField(errors, dependencyGroups, groupName, 'provider profile packageJson.dependencyGroups')\n assertStringValue(errors, stringField(errors, group, 'field', `provider profile packageJson.dependencyGroups.${groupName}`), expected.field, `provider profile packageJson.dependencyGroups.${groupName}.field`)\n const packages = recordField(errors, group, 'packages', `provider profile packageJson.dependencyGroups.${groupName}`)\n if (packages === undefined) {\n return\n }\n\n const expectedNames = new Set<string>(expected.packageNames)\n for (const name of Object.keys(packages)) {\n if (!expectedNames.has(name)) {\n errors.push(`provider profile packageJson.dependencyGroups.${groupName}.packages must not include ${name}.`)\n }\n }\n\n for (const name of expected.packageNames) {\n assertStringValue(\n errors,\n stringField(errors, packages, name, `provider profile packageJson.dependencyGroups.${groupName}.packages`),\n expectedPackageBaseline[name],\n `provider profile packageJson.dependencyGroups.${groupName}.packages.${name}`,\n )\n }\n}\n\nfunction assertWorkspaceCatalogEntry(\n errors: Array<string>,\n workspaceText: string,\n name: PackageName,\n): void {\n const escapedName = name.replace(/[.*+?^${}()|[\\]\\\\]/gu, String.raw`\\$&`)\n const escapedVersion = expectedPackageBaseline[name].replace(/[.*+?^${}()|[\\]\\\\]/gu, String.raw`\\$&`)\n const pattern = new RegExp(`(?:^|\\\\n)\\\\s*['\"]?${escapedName}['\"]?:\\\\s*${escapedVersion}(?:\\\\n|$)`, 'u')\n if (!pattern.test(workspaceText)) {\n errors.push(`pnpm-workspace.yaml catalog must pin ${name} to ${expectedPackageBaseline[name]}.`)\n }\n}\n\nfunction assertPackageGroupSelfConformance(\n errors: Array<string>,\n dependencyGroups: Record<string, unknown> | undefined,\n packageManifest: Record<string, unknown>,\n workspaceText: string,\n groupName: keyof typeof expectedPackageGroups,\n selfConformanceSpecifier: string,\n): void {\n const expected = expectedPackageGroups[groupName]\n assertPackageGroup(errors, dependencyGroups, groupName, expected)\n\n const packageSection = recordField(errors, packageManifest, expected.field, 'package.json')\n for (const name of expected.packageNames) {\n assertStringValue(\n errors,\n stringField(errors, packageSection, name, `package.json.${expected.field}`),\n selfConformanceSpecifier,\n `package.json.${expected.field}.${name}`,\n )\n assertWorkspaceCatalogEntry(errors, workspaceText, name)\n }\n}\n\nfunction assertPackageScriptsContribution(\n errors: Array<string>,\n packageContribution: Record<string, unknown> | undefined,\n packageManifest: Record<string, unknown>,\n): void {\n const contributionScripts = recordField(errors, packageContribution, 'scripts', 'provider profile packageJson contribution')\n const prepare = recordField(errors, contributionScripts, 'prepare', 'provider profile packageJson.scripts')\n const typecheck = recordField(errors, contributionScripts, 'typecheck', 'provider profile packageJson.scripts')\n assertStringValue(errors, stringField(errors, prepare, 'defaultCommand', 'provider profile packageJson.scripts.prepare'), expectedPrepareCommand, 'provider profile packageJson.scripts.prepare.defaultCommand')\n assertStringValue(errors, stringField(errors, typecheck, 'defaultCommand', 'provider profile packageJson.scripts.typecheck'), expectedTypecheckCommand, 'provider profile packageJson.scripts.typecheck.defaultCommand')\n\n const manifestScripts = recordField(errors, packageManifest, 'scripts', 'package.json')\n assertStringValue(errors, stringField(errors, manifestScripts, 'prepare', 'package.json.scripts'), expectedPrepareCommand, 'package.json.scripts.prepare')\n assertStringValue(errors, stringField(errors, manifestScripts, 'typecheck', 'package.json.scripts'), expectedTypecheckCommand, 'package.json.scripts.typecheck')\n}\n\nfunction assertPackageJsonContribution(\n errors: Array<string>,\n contributions: Record<string, unknown> | undefined,\n packageManifest: Record<string, unknown>,\n workspaceText: string,\n): void {\n const packageJson = recordField(errors, contributions, 'packageJson', 'provider profile.profiles.codex-effect-v4.contributions')\n assertStringValue(errors, stringField(errors, packageJson, 'mode', 'provider profile packageJson contribution'), 'structured-merge', 'provider profile packageJson.mode')\n assertStringValue(errors, stringField(errors, packageJson, 'targetPath', 'provider profile packageJson contribution'), 'package.json', 'provider profile packageJson.targetPath')\n const selfConformanceSpecifier = stringField(errors, packageJson, 'selfConformanceSpecifier', 'provider profile packageJson contribution')\n assertStringValue(errors, selfConformanceSpecifier, 'catalog:', 'provider profile packageJson.selfConformanceSpecifier')\n assertRecordDoesNotContain(errors, packageJson, 'dependencies', 'provider profile packageJson contribution')\n assertRecordDoesNotContain(errors, packageJson, 'devDependencies', 'provider profile packageJson contribution')\n\n const dependencyGroups = recordField(errors, packageJson, 'dependencyGroups', 'provider profile packageJson contribution')\n assertPackageGroupSelfConformance(errors, dependencyGroups, packageManifest, workspaceText, 'runtime', selfConformanceSpecifier ?? '')\n assertPackageGroupSelfConformance(errors, dependencyGroups, packageManifest, workspaceText, 'testing', selfConformanceSpecifier ?? '')\n assertPackageGroupSelfConformance(errors, dependencyGroups, packageManifest, workspaceText, 'diagnostics', selfConformanceSpecifier ?? '')\n assertPackageGroupSelfConformance(errors, dependencyGroups, packageManifest, workspaceText, 'nativeBackend', selfConformanceSpecifier ?? '')\n assertPackageScriptsContribution(errors, packageJson, packageManifest)\n}\n\nfunction assertTsconfigContributionMetadata(errors: Array<string>, contributions: Record<string, unknown> | undefined): void {\n const tsconfig = recordField(errors, contributions, 'tsconfig', 'provider profile.profiles.codex-effect-v4.contributions')\n assertStringValue(errors, stringField(errors, tsconfig, 'mode', 'provider profile tsconfig contribution'), 'structured-merge', 'provider profile tsconfig.mode')\n assertStringValue(errors, stringField(errors, tsconfig, 'targetPath', 'provider profile tsconfig contribution'), 'tsconfig.json', 'provider profile tsconfig.targetPath')\n\n const tsgo = recordField(errors, tsconfig, 'tsgo', 'provider profile tsconfig contribution')\n assertStringValue(errors, stringField(errors, tsgo, 'diagnosticCommand', 'provider profile tsconfig.tsgo'), expectedTypecheckCommand, 'provider profile tsconfig.tsgo.diagnosticCommand')\n\n const nativeBackend = recordField(errors, tsgo, 'nativeBackend', 'provider profile tsconfig.tsgo')\n assertStringValue(errors, stringField(errors, nativeBackend, 'package', 'provider profile tsconfig.tsgo.nativeBackend'), '@typescript/native-preview', 'provider profile tsconfig.tsgo.nativeBackend.package')\n assertStringValue(errors, stringField(errors, nativeBackend, 'version', 'provider profile tsconfig.tsgo.nativeBackend'), expectedPackageBaseline['@typescript/native-preview'], 'provider profile tsconfig.tsgo.nativeBackend.version')\n assertStringValue(errors, stringField(errors, nativeBackend, 'setupCommand', 'provider profile tsconfig.tsgo.nativeBackend'), expectedPrepareCommand, 'provider profile tsconfig.tsgo.nativeBackend.setupCommand')\n\n assertJsonValue(errors, recordField(errors, tsgo, 'diagnosticGate', 'provider profile tsconfig.tsgo'), strictDiagnosticGate, 'provider profile tsconfig.tsgo.diagnosticGate')\n\n const ruleMapSource = recordField(errors, tsgo, 'ruleMapSource', 'provider profile tsconfig.tsgo')\n assertStringValue(errors, stringField(errors, ruleMapSource, 'metadata', 'provider profile tsconfig.tsgo.ruleMapSource'), 'repos/tsgo/_packages/tsgo/src/metadata.json', 'provider profile tsconfig.tsgo.ruleMapSource.metadata')\n assertStringValue(errors, stringField(errors, ruleMapSource, 'policy', 'provider profile tsconfig.tsgo.ruleMapSource'), 'harness/tsgo.md', 'provider profile tsconfig.tsgo.ruleMapSource.policy')\n assertStringValue(errors, stringField(errors, ruleMapSource, 'supportedEffect', 'provider profile tsconfig.tsgo.ruleMapSource'), 'v4', 'provider profile tsconfig.tsgo.ruleMapSource.supportedEffect')\n if (ruleMapSource?.ruleCount !== Object.keys(strictDiagnosticSeverity).length) {\n errors.push(`provider profile tsconfig.tsgo.ruleMapSource.ruleCount is ${String(ruleMapSource?.ruleCount ?? 'missing')}; expected ${Object.keys(strictDiagnosticSeverity).length}.`)\n }\n}\n\nfunction assertDeliveryModes(errors: Array<string>, providerProfile: Record<string, unknown>): void {\n const deliveryModes = recordField(errors, providerProfile, 'deliveryModes', 'provider profile')\n const internalHarness = recordField(errors, deliveryModes, 'internalHarness', 'provider profile.deliveryModes')\n const artifactReference = recordField(errors, deliveryModes, 'providerArtifactReference', 'provider profile.deliveryModes')\n const exportedHarness = recordField(errors, deliveryModes, 'exportedHarness', 'provider profile.deliveryModes')\n\n assertStringValue(errors, stringField(errors, internalHarness, 'mode', 'provider profile.deliveryModes.internalHarness'), 'internal-harness', 'provider profile.deliveryModes.internalHarness.mode')\n assertStringValue(errors, stringField(errors, artifactReference, 'mode', 'provider profile.deliveryModes.providerArtifactReference'), 'provider-artifact-reference', 'provider profile.deliveryModes.providerArtifactReference.mode')\n assertStringValue(errors, stringField(errors, exportedHarness, 'mode', 'provider profile.deliveryModes.exportedHarness'), 'exported-harness', 'provider profile.deliveryModes.exportedHarness.mode')\n}\n\nfunction assertSelfConformanceContract(errors: Array<string>, providerProfile: Record<string, unknown>): void {\n const selfConformance = recordField(errors, providerProfile, 'selfConformance', 'provider profile')\n assertStringValue(errors, stringField(errors, selfConformance, 'mode', 'provider profile.selfConformance'), 'provider-repository', 'provider profile.selfConformance.mode')\n assertStringValue(errors, stringField(errors, selfConformance, 'conformsTo', 'provider profile.selfConformance'), 'exported-harness', 'provider profile.selfConformance.conformsTo')\n assertStringValue(errors, stringField(errors, selfConformance, 'completionGate', 'provider profile.selfConformance'), 'pnpm verify', 'provider profile.selfConformance.completionGate')\n assertBooleanValue(errors, booleanField(errors, selfConformance, 'selfMaterialization', 'provider profile.selfConformance'), false, 'provider profile.selfConformance.selfMaterialization')\n assertStringValue(errors, stringField(errors, selfConformance, 'lifecycleOwner', 'provider profile.selfConformance'), 'prelude', 'provider profile.selfConformance.lifecycleOwner')\n\n const forbiddenSurfaces = arrayField(errors, selfConformance, 'forbiddenProviderRepositorySurfaces', 'provider profile.selfConformance')\n for (const surface of expectedSelfMaterializationForbiddenSurfaces) {\n assertArrayContainsString(errors, forbiddenSurfaces, surface, 'provider profile.selfConformance.forbiddenProviderRepositorySurfaces')\n }\n}\n\ninterface ExpectedArtifactReference {\n readonly id: string\n readonly path: string\n readonly sourceEntry: string\n}\n\nfunction assertArtifactReference(\n errors: Array<string>,\n references: Record<string, unknown> | undefined,\n expected: ExpectedArtifactReference,\n): void {\n const reference = recordField(errors, references, expected.id, 'provider profile.artifactReferences.references')\n assertStringValue(errors, stringField(errors, reference, 'sourceEntry', `provider profile.artifactReferences.references.${expected.id}`), expected.sourceEntry, `provider profile.artifactReferences.references.${expected.id}.sourceEntry`)\n assertStringValue(errors, stringField(errors, reference, 'path', `provider profile.artifactReferences.references.${expected.id}`), expected.path, `provider profile.artifactReferences.references.${expected.id}.path`)\n assertStringValue(errors, stringField(errors, reference, 'targetDelivery', `provider profile.artifactReferences.references.${expected.id}`), 'artifact-only', `provider profile.artifactReferences.references.${expected.id}.targetDelivery`)\n}\n\nfunction assertArtifactReferencesContract(\n errors: Array<string>,\n providerProfile: Record<string, unknown>,\n packageManifest: Record<string, unknown>,\n): void {\n const artifactReferences = recordField(errors, providerProfile, 'artifactReferences', 'provider profile')\n assertStringValue(errors, stringField(errors, artifactReferences, 'mode', 'provider profile.artifactReferences'), 'provider-artifact-reference', 'provider profile.artifactReferences.mode')\n assertStringValue(errors, stringField(errors, artifactReferences, 'targetDelivery', 'provider profile.artifactReferences'), 'identity-only', 'provider profile.artifactReferences.targetDelivery')\n\n const packageFiles = arrayField(errors, packageManifest, 'files', 'package.json')\n const packageSurface = arrayField(errors, artifactReferences, 'packageSurface', 'provider profile.artifactReferences')\n for (const path of ['provider', 'harness', 'repos', 'repos/effect.subtree.json', 'repos/tsgo.subtree.json']) {\n assertArrayContainsString(errors, packageFiles, path, 'package.json.files')\n assertArrayContainsString(errors, packageSurface, path, 'provider profile.artifactReferences.packageSurface')\n }\n\n const references = recordField(errors, artifactReferences, 'references', 'provider profile.artifactReferences')\n assertArtifactReference(errors, references, {\n id: 'effect-source-tree',\n path: 'repos/effect',\n sourceEntry: 'effect-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'effect-source-contract',\n path: 'repos/effect.subtree.json',\n sourceEntry: 'effect-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'effect-anchor-doc',\n path: 'repos/effect/LLMS.md',\n sourceEntry: 'effect-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'effect-route-doc',\n path: 'harness/effect-routes.md',\n sourceEntry: 'effect-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'tsgo-source-tree',\n path: 'repos/tsgo',\n sourceEntry: 'tsgo-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'tsgo-source-contract',\n path: 'repos/tsgo.subtree.json',\n sourceEntry: 'tsgo-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'tsgo-anchor-doc',\n path: 'repos/tsgo/README.md',\n sourceEntry: 'tsgo-official-source',\n })\n assertArtifactReference(errors, references, {\n id: 'tsgo-route-doc',\n path: 'harness/tsgo-routes.md',\n sourceEntry: 'tsgo-official-source',\n })\n}\n\nexport const verifyProviderProfileContract = Effect.fnUntraced(function* (errors: Array<string>, harness: string) {\n const fs = yield* FileSystem.FileSystem\n const providerProfile = yield* readJson(`${harness}/provider/effect-harness.provider.json`, decodeJsonRecord)\n const effectContract = yield* readJson(`${harness}/repos/effect.subtree.json`, decodeJsonRecord)\n const tsgoContract = yield* readJson(`${harness}/repos/tsgo.subtree.json`, decodeJsonRecord)\n const packageManifest = yield* readJson(`${harness}/package.json`, decodeJsonRecord)\n const vscodeSettings = yield* readJson(`${harness}/.vscode/settings.json`, decodeJsonRecord)\n const eslintText = yield* fs.readFileString(`${harness}/eslint.config.mjs`)\n const workspaceText = yield* fs.readFileString(`${harness}/pnpm-workspace.yaml`)\n\n const provider = recordField(errors, providerProfile, 'provider', 'provider profile')\n assertStringValue(errors, stringField(errors, provider, 'id', 'provider profile.provider'), 'effect-harness', 'provider profile.provider.id')\n assertStringValue(errors, stringField(errors, provider, 'defaultProfile', 'provider profile.provider'), 'codex-effect-v4', 'provider profile.provider.defaultProfile')\n assertDeliveryModes(errors, providerProfile)\n assertSelfConformanceContract(errors, providerProfile)\n assertArtifactReferencesContract(errors, providerProfile, packageManifest)\n\n const sourceEntries = recordField(errors, providerProfile, 'sourceEntries', 'provider profile')\n const profiles = recordField(errors, providerProfile, 'profiles', 'provider profile')\n const profile = recordField(errors, profiles, 'codex-effect-v4', 'provider profile.profiles')\n const sourceEntryId = stringField(errors, profile, 'sourceEntry', 'provider profile.profiles.codex-effect-v4')\n assertStringValue(errors, sourceEntryId, 'effect-official-source', 'provider profile.profiles.codex-effect-v4.sourceEntry')\n\n assertProviderSourceEntry(errors, sourceEntries, {\n contractPath: 'repos/effect.subtree.json',\n id: 'effect-official-source',\n updateCommand: 'partita pin update --contract repos/effect.subtree.json --name effect --prefix repos/effect --dry-run',\n verifyCommand: 'partita pin verify --contract repos/effect.subtree.json --name effect --prefix repos/effect',\n })\n assertProviderSourceEntry(errors, sourceEntries, {\n contractPath: 'repos/tsgo.subtree.json',\n id: 'tsgo-official-source',\n updateCommand: 'partita pin update --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo --dry-run',\n verifyCommand: 'partita pin verify --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo',\n })\n assertPartitaSubtreeContract(errors, effectContract, {\n anchor: 'repos/effect/LLMS.md',\n contractPath: 'repos/effect.subtree.json',\n filesExclude: 'enabled',\n name: 'effect',\n prefix: 'repos/effect',\n repository: 'https://github.com/Effect-TS/effect-smol',\n route: 'harness/effect-routes.md',\n updateCommand: 'partita pin update --contract repos/effect.subtree.json --name effect --prefix repos/effect --dry-run',\n verifyCommand: 'partita pin verify --contract repos/effect.subtree.json --name effect --prefix repos/effect',\n })\n assertPartitaSubtreeContract(errors, tsgoContract, {\n anchor: 'repos/tsgo/README.md',\n contractPath: 'repos/tsgo.subtree.json',\n filesExclude: 'disabled',\n name: 'tsgo',\n prefix: 'repos/tsgo',\n repository: 'https://github.com/Effect-TS/tsgo',\n route: 'harness/tsgo-routes.md',\n updateCommand: 'partita pin update --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo --dry-run',\n verifyCommand: 'partita pin verify --contract repos/tsgo.subtree.json --name tsgo --prefix repos/tsgo',\n })\n\n const providerRecord = recordField(errors, providerProfile, 'providerRecord', 'provider profile')\n const sourceDelivery = recordField(errors, providerRecord, 'sourceDelivery', 'provider profile.providerRecord')\n assertStringValue(errors, stringField(errors, sourceDelivery, 'mode', 'provider profile.providerRecord.sourceDelivery'), 'artifact-identity-only', 'provider profile.providerRecord.sourceDelivery.mode')\n assertArrayContainsString(errors, arrayField(errors, providerRecord, 'requiredFields', 'provider profile.providerRecord'), 'artifact.sourceIdentity', 'provider profile.providerRecord.requiredFields')\n assertArrayContainsString(errors, arrayField(errors, providerRecord, 'requiredFields', 'provider profile.providerRecord'), 'artifact.sourceIdentities', 'provider profile.providerRecord.requiredFields')\n assertArrayContainsString(errors, arrayField(errors, providerRecord, 'requiredFields', 'provider profile.providerRecord'), 'surfaces.documentationBundle', 'provider profile.providerRecord.requiredFields')\n assertArrayContainsString(errors, arrayField(errors, providerRecord, 'requiredFields', 'provider profile.providerRecord'), 'surfaces.snippets', 'provider profile.providerRecord.requiredFields')\n\n const sourceBoundary = recordField(errors, profile, 'sourceBoundary', 'provider profile.profiles.codex-effect-v4')\n assertBooleanValue(errors, booleanField(errors, sourceBoundary, 'providerRepoInternal', 'provider profile.profiles.codex-effect-v4.sourceBoundary'), true, 'provider profile.profiles.codex-effect-v4.sourceBoundary.providerRepoInternal')\n assertStringValue(errors, stringField(errors, sourceBoundary, 'targetDelivery', 'provider profile.profiles.codex-effect-v4.sourceBoundary'), 'identity-only', 'provider profile.profiles.codex-effect-v4.sourceBoundary.targetDelivery')\n assertArrayContainsString(errors, arrayField(errors, sourceBoundary, 'targetMustNotReceive', 'provider profile.profiles.codex-effect-v4.sourceBoundary'), 'repos/effect', 'provider profile.profiles.codex-effect-v4.sourceBoundary.targetMustNotReceive')\n assertArrayContainsString(errors, arrayField(errors, sourceBoundary, 'targetMustNotReceive', 'provider profile.profiles.codex-effect-v4.sourceBoundary'), 'repos/tsgo', 'provider profile.profiles.codex-effect-v4.sourceBoundary.targetMustNotReceive')\n assertArrayContainsString(errors, arrayField(errors, sourceBoundary, 'targetMustNotReceive', 'provider profile.profiles.codex-effect-v4.sourceBoundary'), 'harness/effect-routes.md', 'provider profile.profiles.codex-effect-v4.sourceBoundary.targetMustNotReceive')\n assertArrayContainsString(errors, arrayField(errors, sourceBoundary, 'targetMustNotReceive', 'provider profile.profiles.codex-effect-v4.sourceBoundary'), 'harness/tsgo-routes.md', 'provider profile.profiles.codex-effect-v4.sourceBoundary.targetMustNotReceive')\n\n const options = recordField(errors, profile, 'options', 'provider profile.profiles.codex-effect-v4')\n assertRecordDoesNotContain(errors, options, 'runtime', 'provider profile.profiles.codex-effect-v4.options')\n assertRecordDoesNotContain(errors, options, 'editorPolicy', 'provider profile.profiles.codex-effect-v4.options')\n\n assertPackageBaseline(errors, recordField(errors, profile, 'packageBaseline', 'provider profile.profiles.codex-effect-v4'))\n\n const managedSurfaces = recordField(errors, profile, 'managedSurfaces', 'provider profile.profiles.codex-effect-v4')\n const targetReceives = arrayField(errors, managedSurfaces, 'targetReceives', 'provider profile.profiles.codex-effect-v4.managedSurfaces')\n assertArrayContainsString(errors, targetReceives, 'provider record at .prelude/providers/effect-harness/provider.json', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayContainsString(errors, targetReceives, 'provider-managed docs bundle at .prelude/providers/effect-harness/docs', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayContainsString(errors, targetReceives, 'provider-managed snippets at .prelude/providers/effect-harness/snippets', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayContainsString(errors, targetReceives, 'editor policy structured pointer for target editor settings', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayContainsString(errors, targetReceives, 'lint, test, and verification policy records', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayDoesNotContainText(errors, targetReceives, 'runtime assets', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayDoesNotContainText(errors, targetReceives, 'AGENTS.md managed block', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayDoesNotContainText(errors, targetReceives, 'feedback', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n assertArrayDoesNotContainText(errors, targetReceives, '.effect-harness.json', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetReceives')\n const targetDoesNotReceive = arrayField(errors, managedSurfaces, 'targetDoesNotReceive', 'provider profile.profiles.codex-effect-v4.managedSurfaces')\n assertArrayContainsString(errors, targetDoesNotReceive, 'provider repo internal Effect route harness/effect-routes.md', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetDoesNotReceive')\n assertArrayContainsString(errors, targetDoesNotReceive, 'provider repo internal tsgo route harness/tsgo-routes.md', 'provider profile.profiles.codex-effect-v4.managedSurfaces.targetDoesNotReceive')\n\n assertRecordDoesNotContain(errors, profile, 'state', 'provider profile.profiles.codex-effect-v4')\n assertRecordDoesNotContain(errors, profile, 'officialSource', 'provider profile.profiles.codex-effect-v4')\n const contributions = recordField(errors, profile, 'contributions', 'provider profile.profiles.codex-effect-v4')\n assertRecordDoesNotContain(errors, contributions, 'runtimeAssets', 'provider profile.profiles.codex-effect-v4.contributions')\n assertRecordDoesNotContain(errors, contributions, 'agentsBlock', 'provider profile.profiles.codex-effect-v4.contributions')\n assertRecordDoesNotContain(errors, contributions, 'codexAssets', 'provider profile.profiles.codex-effect-v4.contributions')\n assertPackageJsonContribution(errors, contributions, packageManifest, workspaceText)\n assertTsconfigContributionMetadata(errors, contributions)\n assertEditorPolicyContribution(errors, contributions, effectContract, tsgoContract, vscodeSettings)\n assertLintGuardrailsContribution(errors, contributions, packageManifest, eslintText)\n assertTestPolicyContribution(errors, contributions, packageManifest)\n assertVerificationPolicyContribution(errors, contributions, packageManifest)\n\n yield* assertManagedFileBundle(\n errors,\n harness,\n recordField(errors, contributions, 'documentationBundle', 'provider profile.profiles.codex-effect-v4.contributions'),\n '.prelude/providers/effect-harness/docs',\n [\n {\n id: 'effect-code',\n requiredKeywords: ['Effect Code', '@effect/vitest', 'Context.Service', 'effect/unstable/cli'],\n sourcePath: 'provider/docs/effect-code.md',\n targetPath: 'effect-code.md',\n },\n {\n id: 'diagnostics',\n requiredKeywords: ['tsgo --noEmit', '@effect/language-service', 'diagnostic gate', 'drift'],\n sourcePath: 'provider/docs/diagnostics.md',\n targetPath: 'diagnostics.md',\n },\n {\n id: 'editor-policy',\n requiredKeywords: ['auto-import', 'watch exclusion', 'search exclusion', 'file visibility'],\n sourcePath: 'provider/docs/editor-policy.md',\n targetPath: 'editor-policy.md',\n },\n {\n id: 'managed-surfaces',\n requiredKeywords: ['Managed Surfaces', 'target-managed surfaces', 'Artifact-Only', 'Snippets', 'Feedback Loop', 'local drift'],\n sourcePath: 'provider/docs/managed-surfaces.md',\n targetPath: 'managed-surfaces.md',\n },\n {\n id: 'discovery',\n requiredKeywords: ['Provider Discovery', 'provider-discover', 'Prelude', 'target-managed surfaces', 'artifact-only', 'internal harness'],\n sourcePath: 'provider/docs/discovery.md',\n targetPath: 'discovery.md',\n },\n {\n id: 'package-config',\n requiredKeywords: ['Package', 'effect-tsgo patch', 'tsgo --noEmit', 'tsconfig.json'],\n sourcePath: 'provider/docs/package-config.md',\n targetPath: 'package-config.md',\n },\n {\n id: 'quality-policy',\n requiredKeywords: ['lint policy', 'test policy', 'verification policy', 'Prelude'],\n sourcePath: 'provider/docs/quality-policy.md',\n targetPath: 'quality-policy.md',\n },\n {\n id: 'source-identity',\n requiredKeywords: ['Source Identity', 'artifact-only', 'target delivery', 'source pin lifecycle', 'Partita', 'provider record'],\n sourcePath: 'provider/docs/source-identity.md',\n targetPath: 'source-identity.md',\n },\n ],\n 'provider profile.profiles.codex-effect-v4.contributions.documentationBundle',\n )\n yield* assertManagedFileBundle(\n errors,\n harness,\n recordField(errors, contributions, 'snippets', 'provider profile.profiles.codex-effect-v4.contributions'),\n '.prelude/providers/effect-harness/snippets',\n [\n {\n id: 'agents-effect-harness',\n requiredKeywords: ['Effect Harness Snippet', 'provider-managed source content', 'target `AGENTS.md` block'],\n sourcePath: 'provider/snippets/agents.md',\n targetPath: 'agents.md',\n targetUsage: 'manual-copy-or-include-only',\n },\n ],\n 'provider profile.profiles.codex-effect-v4.contributions.snippets',\n )\n})\n\ninterface ExpectedProviderSourceEntry {\n readonly id: string\n readonly contractPath: string\n readonly updateCommand: string\n readonly verifyCommand: string\n}\n\nfunction assertProviderSourceEntry(\n errors: Array<string>,\n sourceEntries: Record<string, unknown> | undefined,\n expected: ExpectedProviderSourceEntry,\n): void {\n const sourceEntry = recordField(errors, sourceEntries, expected.id, 'provider profile.sourceEntries')\n assertStringValue(errors, stringField(errors, sourceEntry, 'kind', `provider profile.sourceEntries.${expected.id}`), 'provider-internal-github-subtree', `provider profile.sourceEntries.${expected.id}.kind`)\n const contract = recordField(errors, sourceEntry, 'contract', `provider profile.sourceEntries.${expected.id}`)\n assertStringValue(errors, stringField(errors, contract, 'path', `provider profile.sourceEntries.${expected.id}.contract`), expected.contractPath, `provider profile.sourceEntries.${expected.id}.contract.path`)\n assertStringValue(errors, stringField(errors, contract, 'owner', `provider profile.sourceEntries.${expected.id}.contract`), 'partita', `provider profile.sourceEntries.${expected.id}.contract.owner`)\n assertStringValue(errors, stringField(errors, contract, 'format', `provider profile.sourceEntries.${expected.id}.contract`), 'github-subtree', `provider profile.sourceEntries.${expected.id}.contract.format`)\n const commands = recordField(errors, sourceEntry, 'commands', `provider profile.sourceEntries.${expected.id}`)\n assertStringValue(errors, stringField(errors, commands, 'update', `provider profile.sourceEntries.${expected.id}.commands`), expected.updateCommand, `provider profile.sourceEntries.${expected.id}.commands.update`)\n assertStringValue(errors, stringField(errors, commands, 'verify', `provider profile.sourceEntries.${expected.id}.commands`), expected.verifyCommand, `provider profile.sourceEntries.${expected.id}.commands.verify`)\n assertRecordDoesNotContain(errors, commands, 'status', `provider profile.sourceEntries.${expected.id}.commands`)\n assertRecordDoesNotContain(errors, sourceEntry, 'repository', `provider profile.sourceEntries.${expected.id}`)\n assertRecordDoesNotContain(errors, sourceEntry, 'branch', `provider profile.sourceEntries.${expected.id}`)\n assertRecordDoesNotContain(errors, sourceEntry, 'prefix', `provider profile.sourceEntries.${expected.id}`)\n assertRecordDoesNotContain(errors, sourceEntry, 'anchor', `provider profile.sourceEntries.${expected.id}`)\n assertRecordDoesNotContain(errors, sourceEntry, 'llmDocument', `provider profile.sourceEntries.${expected.id}`)\n assertRecordDoesNotContain(errors, sourceEntry, 'agentRoute', `provider profile.sourceEntries.${expected.id}`)\n}\n\ninterface ExpectedPartitaSubtreeContract {\n readonly anchor: string\n readonly contractPath: string\n readonly filesExclude: string\n readonly name: string\n readonly prefix: string\n readonly repository: string\n readonly route: string\n readonly updateCommand: string\n readonly verifyCommand: string\n}\n\nfunction assertPartitaSubtreeContract(\n errors: Array<string>,\n sourceContract: Record<string, unknown>,\n expected: ExpectedPartitaSubtreeContract,\n): void {\n assertStringValue(errors, stringField(errors, sourceContract, 'name', expected.contractPath), expected.name, `${expected.contractPath}.name`)\n assertStringValue(errors, stringField(errors, sourceContract, 'mechanism', expected.contractPath), 'git-subtree', `${expected.contractPath}.mechanism`)\n\n const github = recordField(errors, sourceContract, 'github', expected.contractPath)\n const local = recordField(errors, sourceContract, 'local', expected.contractPath)\n const subtree = recordField(errors, sourceContract, 'subtree', expected.contractPath)\n const anchor = recordField(errors, sourceContract, 'anchor', expected.contractPath)\n const agent = recordField(errors, sourceContract, 'agent', expected.contractPath)\n const commands = recordField(errors, sourceContract, 'commands', expected.contractPath)\n const editorPolicy = recordField(errors, sourceContract, 'editorPolicy', expected.contractPath)\n const boundaries = recordField(errors, sourceContract, 'boundaries', expected.contractPath)\n const ownership = recordField(errors, sourceContract, 'ownership', expected.contractPath)\n\n const split = stringField(errors, subtree, 'split', `${expected.contractPath}.subtree`)\n assertStringValue(errors, stringField(errors, github, 'repository', `${expected.contractPath}.github`), expected.repository, `${expected.contractPath}.github.repository`)\n assertStringValue(errors, stringField(errors, github, 'branch', `${expected.contractPath}.github`), 'main', `${expected.contractPath}.github.branch`)\n assertStringValue(errors, stringField(errors, github, 'ref', `${expected.contractPath}.github`), split ?? '', `${expected.contractPath}.github.ref`)\n assertStringValue(errors, stringField(errors, local, 'prefix', `${expected.contractPath}.local`), expected.prefix, `${expected.contractPath}.local.prefix`)\n assertStringValue(errors, stringField(errors, subtree, 'trailer', `${expected.contractPath}.subtree`), `git-subtree-split: ${split ?? ''}`, `${expected.contractPath}.subtree.trailer`)\n assertStringValue(errors, stringField(errors, anchor, 'llmDocument', `${expected.contractPath}.anchor`), expected.anchor, `${expected.contractPath}.anchor.llmDocument`)\n assertStringValue(errors, stringField(errors, agent, 'route', `${expected.contractPath}.agent`), expected.route, `${expected.contractPath}.agent.route`)\n assertStringValue(errors, stringField(errors, commands, 'update', `${expected.contractPath}.commands`), expected.updateCommand, `${expected.contractPath}.commands.update`)\n assertStringValue(errors, stringField(errors, commands, 'verify', `${expected.contractPath}.commands`), expected.verifyCommand, `${expected.contractPath}.commands.verify`)\n assertRecordDoesNotContain(errors, commands, 'status', `${expected.contractPath}.commands`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'autoImportExclude', `${expected.contractPath}.editorPolicy`), 'block', `${expected.contractPath}.editorPolicy.autoImportExclude`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'watcherExclude', `${expected.contractPath}.editorPolicy`), 'recommended', `${expected.contractPath}.editorPolicy.watcherExclude`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'searchExclude', `${expected.contractPath}.editorPolicy`), 'recommended', `${expected.contractPath}.editorPolicy.searchExclude`)\n assertStringValue(errors, stringField(errors, editorPolicy, 'filesExclude', `${expected.contractPath}.editorPolicy`), expected.filesExclude, `${expected.contractPath}.editorPolicy.filesExclude`)\n assertStringValue(errors, stringField(errors, ownership, 'mode', `${expected.contractPath}.ownership`), 'provider', `${expected.contractPath}.ownership.mode`)\n assertBooleanValue(errors, booleanField(errors, boundaries, 'readOnly', `${expected.contractPath}.boundaries`), true, `${expected.contractPath}.boundaries.readOnly`)\n assertBooleanValue(errors, booleanField(errors, boundaries, 'importBlock', `${expected.contractPath}.boundaries`), true, `${expected.contractPath}.boundaries.importBlock`)\n}\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Effect, FileSystem } from 'effect';
|
|
2
|
+
import { HarnessError } from '../Errors.ts';
|
|
3
|
+
export declare const verifyHarnessContract: (harness: string) => Effect.Effect<undefined, HarnessError | import("../Errors.ts").ProcessError | import("effect/PlatformError").PlatformError, FileSystem.FileSystem | import("effect/unstable/process/ChildProcessSpawner").ChildProcessSpawner>;
|
|
4
|
+
export declare const verifyProviderRepository: (harness: string) => Effect.Effect<void, HarnessError | import("../Errors.ts").ProcessError | import("effect/PlatformError").PlatformError, FileSystem.FileSystem | import("effect/unstable/process/ChildProcessSpawner").ChildProcessSpawner>;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { Console, Effect, FileSystem } from 'effect';
|
|
2
|
+
import { readJson } from "../../platform/Json.js";
|
|
3
|
+
import { HarnessError } from "../Errors.js";
|
|
4
|
+
import { verifyGuardrails } from "../Guardrails.js";
|
|
5
|
+
import { verifySourcePin } from "../SourcePin.js";
|
|
6
|
+
import { isRecord } from "./JsonFields.js";
|
|
7
|
+
import { verifyProviderProfileContract } from "./ProviderProfile.js";
|
|
8
|
+
import { verifyTsgoBaseline } from "./Tsgo.js";
|
|
9
|
+
import { requiredFeedbackLoopKeywords, verifyStageSpecs } from "./VerifyStage.js";
|
|
10
|
+
const removedProviderPaths = [
|
|
11
|
+
'.codex',
|
|
12
|
+
'.effect-harness.json',
|
|
13
|
+
'guide',
|
|
14
|
+
'harness/default-capabilities.md',
|
|
15
|
+
'harness/exposure.md',
|
|
16
|
+
'harness/feedback',
|
|
17
|
+
'harness/official-inventory.md',
|
|
18
|
+
'harness/provider',
|
|
19
|
+
'harness/runtime',
|
|
20
|
+
'harness/target-agent-contract.md',
|
|
21
|
+
];
|
|
22
|
+
function decodeJsonRecord(value, source) {
|
|
23
|
+
return isRecord(value)
|
|
24
|
+
? Effect.succeed(value)
|
|
25
|
+
: Effect.fail(new HarnessError({ message: `${source} must be a JSON object` }));
|
|
26
|
+
}
|
|
27
|
+
const readForbiddenSelfMaterializationSurfaces = Effect.fnUntraced(function* (errors, harness) {
|
|
28
|
+
const providerProfile = yield* readJson(`${harness}/provider/effect-harness.provider.json`, decodeJsonRecord);
|
|
29
|
+
const selfConformance = providerProfile.selfConformance;
|
|
30
|
+
if (!isRecord(selfConformance)) {
|
|
31
|
+
errors.push('provider profile.selfConformance must be an object.');
|
|
32
|
+
return [];
|
|
33
|
+
}
|
|
34
|
+
const forbiddenSurfaces = selfConformance.forbiddenProviderRepositorySurfaces;
|
|
35
|
+
if (!Array.isArray(forbiddenSurfaces)) {
|
|
36
|
+
errors.push('provider profile.selfConformance.forbiddenProviderRepositorySurfaces must be an array.');
|
|
37
|
+
return [];
|
|
38
|
+
}
|
|
39
|
+
const strings = [];
|
|
40
|
+
for (const surface of forbiddenSurfaces) {
|
|
41
|
+
if (typeof surface === 'string') {
|
|
42
|
+
strings.push(surface);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
errors.push('provider profile.selfConformance.forbiddenProviderRepositorySurfaces must contain only strings.');
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return strings;
|
|
49
|
+
});
|
|
50
|
+
const assertNoLegacyProviderState = Effect.fnUntraced(function* (errors, harness) {
|
|
51
|
+
const fs = yield* FileSystem.FileSystem;
|
|
52
|
+
for (const path of removedProviderPaths) {
|
|
53
|
+
if (yield* fs.exists(`${harness}/${path}`)) {
|
|
54
|
+
errors.push(`${path} does not belong to the current provider baseline.`);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
const assertNoSelfMaterializedTargetState = Effect.fnUntraced(function* (errors, harness) {
|
|
59
|
+
const fs = yield* FileSystem.FileSystem;
|
|
60
|
+
const forbiddenSurfaces = yield* readForbiddenSelfMaterializationSurfaces(errors, harness);
|
|
61
|
+
for (const surface of forbiddenSurfaces) {
|
|
62
|
+
if (yield* fs.exists(`${harness}/${surface}`)) {
|
|
63
|
+
errors.push(`${surface} is a Prelude target surface; effect-harness self-conformance must not materialize target lifecycle state.`);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
const assertFeedbackLoopDocument = Effect.fnUntraced(function* (errors, harness) {
|
|
68
|
+
const fs = yield* FileSystem.FileSystem;
|
|
69
|
+
const feedbackLoopPath = `${harness}/harness/feedback-loop.md`;
|
|
70
|
+
const agentsPath = `${harness}/AGENTS.md`;
|
|
71
|
+
const packageJsonPath = `${harness}/package.json`;
|
|
72
|
+
if (!(yield* fs.exists(feedbackLoopPath))) {
|
|
73
|
+
errors.push('harness/feedback-loop.md must exist.');
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
const feedbackLoopText = yield* fs.readFileString(feedbackLoopPath);
|
|
77
|
+
for (const keyword of requiredFeedbackLoopKeywords) {
|
|
78
|
+
if (!feedbackLoopText.includes(keyword)) {
|
|
79
|
+
errors.push(`harness/feedback-loop.md must contain ${keyword}.`);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
for (const spec of verifyStageSpecs) {
|
|
83
|
+
if (!feedbackLoopText.includes(spec.tag)) {
|
|
84
|
+
errors.push(`harness/feedback-loop.md must document verify stage ${spec.tag}.`);
|
|
85
|
+
}
|
|
86
|
+
if (!feedbackLoopText.includes(spec.summary)) {
|
|
87
|
+
errors.push(`harness/feedback-loop.md must include summary for ${spec.tag}.`);
|
|
88
|
+
}
|
|
89
|
+
if (!feedbackLoopText.includes(spec.routeHint)) {
|
|
90
|
+
errors.push(`harness/feedback-loop.md must include route hint for ${spec.tag}.`);
|
|
91
|
+
}
|
|
92
|
+
for (const route of spec.routes) {
|
|
93
|
+
if (!feedbackLoopText.includes(route)) {
|
|
94
|
+
errors.push(`harness/feedback-loop.md must include route ${route} for ${spec.tag}.`);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
const agentsText = yield* fs.readFileString(agentsPath);
|
|
99
|
+
if (!agentsText.includes('harness/feedback-loop.md')) {
|
|
100
|
+
errors.push('AGENTS.md must route Codex through harness/feedback-loop.md.');
|
|
101
|
+
}
|
|
102
|
+
const packageJsonText = yield* fs.readFileString(packageJsonPath);
|
|
103
|
+
if (!packageJsonText.includes('"verify": "node bin/effect-harness.ts verify --harness ."')) {
|
|
104
|
+
errors.push('package.json scripts.verify must call effect-harness verify --harness .');
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
export const verifyHarnessContract = Effect.fnUntraced(function* (harness) {
|
|
108
|
+
const errors = [];
|
|
109
|
+
yield* verifyProviderProfileContract(errors, harness);
|
|
110
|
+
yield* verifyTsgoBaseline(errors, harness);
|
|
111
|
+
yield* assertNoLegacyProviderState(errors, harness);
|
|
112
|
+
yield* assertNoSelfMaterializedTargetState(errors, harness);
|
|
113
|
+
yield* assertFeedbackLoopDocument(errors, harness);
|
|
114
|
+
yield* verifyGuardrails({
|
|
115
|
+
root: harness,
|
|
116
|
+
includes: ['bin', 'src', 'tests'],
|
|
117
|
+
});
|
|
118
|
+
if (errors.length > 0) {
|
|
119
|
+
return yield* new HarnessError({ message: `Effect provider verification failed:\n- ${errors.join('\n- ')}` });
|
|
120
|
+
}
|
|
121
|
+
yield* Console.log('Effect provider repository verified.');
|
|
122
|
+
});
|
|
123
|
+
export const verifyProviderRepository = Effect.fnUntraced(function* (harness) {
|
|
124
|
+
yield* verifySourcePin(harness);
|
|
125
|
+
yield* verifyHarnessContract(harness);
|
|
126
|
+
});
|
|
127
|
+
//# sourceMappingURL=ProviderRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProviderRepository.js","sourceRoot":"","sources":["../../../../src/harness/verify/ProviderRepository.ts"],"names":[],"mappings":"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","sourcesContent":["import { Console, Effect, FileSystem } from 'effect'\nimport { readJson } from '../../platform/Json.ts'\nimport { HarnessError } from '../Errors.ts'\nimport { verifyGuardrails } from '../Guardrails.ts'\nimport { verifySourcePin } from '../SourcePin.ts'\nimport { isRecord } from './JsonFields.ts'\nimport { verifyProviderProfileContract } from './ProviderProfile.ts'\nimport { verifyTsgoBaseline } from './Tsgo.ts'\nimport { requiredFeedbackLoopKeywords, verifyStageSpecs } from './VerifyStage.ts'\n\nconst removedProviderPaths = [\n '.codex',\n '.effect-harness.json',\n 'guide',\n 'harness/default-capabilities.md',\n 'harness/exposure.md',\n 'harness/feedback',\n 'harness/official-inventory.md',\n 'harness/provider',\n 'harness/runtime',\n 'harness/target-agent-contract.md',\n] as const\n\nfunction decodeJsonRecord(value: unknown, source: string): Effect.Effect<Record<string, unknown>, HarnessError> {\n return isRecord(value)\n ? Effect.succeed(value)\n : Effect.fail(new HarnessError({ message: `${source} must be a JSON object` }))\n}\n\nconst readForbiddenSelfMaterializationSurfaces = Effect.fnUntraced(function* (errors: Array<string>, harness: string) {\n const providerProfile = yield* readJson(`${harness}/provider/effect-harness.provider.json`, decodeJsonRecord)\n const selfConformance = providerProfile.selfConformance\n if (!isRecord(selfConformance)) {\n errors.push('provider profile.selfConformance must be an object.')\n return []\n }\n\n const forbiddenSurfaces = selfConformance.forbiddenProviderRepositorySurfaces\n if (!Array.isArray(forbiddenSurfaces)) {\n errors.push('provider profile.selfConformance.forbiddenProviderRepositorySurfaces must be an array.')\n return []\n }\n\n const strings: Array<string> = []\n for (const surface of forbiddenSurfaces) {\n if (typeof surface === 'string') {\n strings.push(surface)\n }\n else {\n errors.push('provider profile.selfConformance.forbiddenProviderRepositorySurfaces must contain only strings.')\n }\n }\n return strings\n})\n\nconst assertNoLegacyProviderState = Effect.fnUntraced(function* (errors: Array<string>, harness: string) {\n const fs = yield* FileSystem.FileSystem\n for (const path of removedProviderPaths) {\n if (yield* fs.exists(`${harness}/${path}`)) {\n errors.push(`${path} does not belong to the current provider baseline.`)\n }\n }\n})\n\nconst assertNoSelfMaterializedTargetState = Effect.fnUntraced(function* (errors: Array<string>, harness: string) {\n const fs = yield* FileSystem.FileSystem\n const forbiddenSurfaces = yield* readForbiddenSelfMaterializationSurfaces(errors, harness)\n for (const surface of forbiddenSurfaces) {\n if (yield* fs.exists(`${harness}/${surface}`)) {\n errors.push(`${surface} is a Prelude target surface; effect-harness self-conformance must not materialize target lifecycle state.`)\n }\n }\n})\n\nconst assertFeedbackLoopDocument = Effect.fnUntraced(function* (errors: Array<string>, harness: string) {\n const fs = yield* FileSystem.FileSystem\n const feedbackLoopPath = `${harness}/harness/feedback-loop.md`\n const agentsPath = `${harness}/AGENTS.md`\n const packageJsonPath = `${harness}/package.json`\n\n if (!(yield* fs.exists(feedbackLoopPath))) {\n errors.push('harness/feedback-loop.md must exist.')\n return\n }\n\n const feedbackLoopText = yield* fs.readFileString(feedbackLoopPath)\n for (const keyword of requiredFeedbackLoopKeywords) {\n if (!feedbackLoopText.includes(keyword)) {\n errors.push(`harness/feedback-loop.md must contain ${keyword}.`)\n }\n }\n for (const spec of verifyStageSpecs) {\n if (!feedbackLoopText.includes(spec.tag)) {\n errors.push(`harness/feedback-loop.md must document verify stage ${spec.tag}.`)\n }\n if (!feedbackLoopText.includes(spec.summary)) {\n errors.push(`harness/feedback-loop.md must include summary for ${spec.tag}.`)\n }\n if (!feedbackLoopText.includes(spec.routeHint)) {\n errors.push(`harness/feedback-loop.md must include route hint for ${spec.tag}.`)\n }\n for (const route of spec.routes) {\n if (!feedbackLoopText.includes(route)) {\n errors.push(`harness/feedback-loop.md must include route ${route} for ${spec.tag}.`)\n }\n }\n }\n\n const agentsText = yield* fs.readFileString(agentsPath)\n if (!agentsText.includes('harness/feedback-loop.md')) {\n errors.push('AGENTS.md must route Codex through harness/feedback-loop.md.')\n }\n\n const packageJsonText = yield* fs.readFileString(packageJsonPath)\n if (!packageJsonText.includes('\"verify\": \"node bin/effect-harness.ts verify --harness .\"')) {\n errors.push('package.json scripts.verify must call effect-harness verify --harness .')\n }\n})\n\nexport const verifyHarnessContract = Effect.fnUntraced(function* (harness: string) {\n const errors: Array<string> = []\n\n yield* verifyProviderProfileContract(errors, harness)\n yield* verifyTsgoBaseline(errors, harness)\n yield* assertNoLegacyProviderState(errors, harness)\n yield* assertNoSelfMaterializedTargetState(errors, harness)\n yield* assertFeedbackLoopDocument(errors, harness)\n yield* verifyGuardrails({\n root: harness,\n includes: ['bin', 'src', 'tests'],\n })\n\n if (errors.length > 0) {\n return yield* new HarnessError({ message: `Effect provider verification failed:\\n- ${errors.join('\\n- ')}` })\n }\n\n yield* Console.log('Effect provider repository verified.')\n})\n\nexport const verifyProviderRepository = Effect.fnUntraced(function* (harness: string) {\n yield* verifySourcePin(harness)\n yield* verifyHarnessContract(harness)\n})\n"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { Effect, FileSystem } from 'effect';
|
|
2
|
+
import { HarnessError } from '../Errors.ts';
|
|
3
|
+
export declare const verifyTsgoBaseline: (errors: string[], harness: string) => Effect.Effect<void, HarnessError | import("../Errors.ts").ProcessError | import("effect/PlatformError").PlatformError, FileSystem.FileSystem | import("effect/unstable/process/ChildProcessSpawner").ChildProcessSpawner>;
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { Effect, FileSystem, Result } from 'effect';
|
|
2
|
+
import { readJson } from "../../platform/Json.js";
|
|
3
|
+
import { commandString } from "../../platform/Process.js";
|
|
4
|
+
import { errorMessage, HarnessError } from "../Errors.js";
|
|
5
|
+
import { isRecord } from "./JsonFields.js";
|
|
6
|
+
import { readTsgoStrictRuleMap } from "./TsgoMetadata.js";
|
|
7
|
+
import { expectedEffectTsgoVersion, expectedPackageBaseline, requiredTsgoPolicyKeywords, strictDiagnosticGate, strictDiagnosticSeverity, strictLanguageServicePlugin, } from "./TsgoPolicy.js";
|
|
8
|
+
import { assertNoEffectDiagnosticSuppressions } from "./TsgoSuppressions.js";
|
|
9
|
+
function decodeJsonRecord(value, source) {
|
|
10
|
+
return isRecord(value)
|
|
11
|
+
? Effect.succeed(value)
|
|
12
|
+
: Effect.fail(new HarnessError({ message: `${source} must be a JSON object` }));
|
|
13
|
+
}
|
|
14
|
+
function recordField(errors, record, key, source) {
|
|
15
|
+
if (record === undefined) {
|
|
16
|
+
return undefined;
|
|
17
|
+
}
|
|
18
|
+
const value = record[key];
|
|
19
|
+
if (!isRecord(value)) {
|
|
20
|
+
errors.push(`${source}.${key} must be an object.`);
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
return value;
|
|
24
|
+
}
|
|
25
|
+
function arrayField(errors, record, key, source) {
|
|
26
|
+
if (record === undefined) {
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
const value = record[key];
|
|
30
|
+
if (!Array.isArray(value)) {
|
|
31
|
+
errors.push(`${source}.${key} must be an array.`);
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
return value;
|
|
35
|
+
}
|
|
36
|
+
function assertStringValue(errors, actual, expected, source) {
|
|
37
|
+
if (actual !== expected) {
|
|
38
|
+
errors.push(`${source} is ${String(actual ?? 'missing')}; expected ${expected}.`);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function stableJson(value) {
|
|
42
|
+
if (Array.isArray(value)) {
|
|
43
|
+
return `[${value.map(stableJson).join(',')}]`;
|
|
44
|
+
}
|
|
45
|
+
if (isRecord(value)) {
|
|
46
|
+
return `{${Object.keys(value).sort().map(key => `${JSON.stringify(key)}:${stableJson(value[key])}`).join(',')}}`;
|
|
47
|
+
}
|
|
48
|
+
return JSON.stringify(value);
|
|
49
|
+
}
|
|
50
|
+
function assertDeepEqual(errors, actual, expected, source) {
|
|
51
|
+
if (stableJson(actual) !== stableJson(expected)) {
|
|
52
|
+
errors.push(`${source} does not match the strict tsgo policy.`);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
function findLanguageServicePlugin(errors, plugins, source) {
|
|
56
|
+
if (plugins === undefined) {
|
|
57
|
+
return undefined;
|
|
58
|
+
}
|
|
59
|
+
for (const plugin of plugins) {
|
|
60
|
+
if (isRecord(plugin) && plugin.name === '@effect/language-service') {
|
|
61
|
+
return plugin;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
errors.push(`${source} must include @effect/language-service plugin.`);
|
|
65
|
+
return undefined;
|
|
66
|
+
}
|
|
67
|
+
function assertLanguageServicePlugin(errors, plugin, source) {
|
|
68
|
+
if (plugin === undefined) {
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
if ('options' in plugin) {
|
|
72
|
+
errors.push(`${source} must use the current @effect/language-service plugin shape.`);
|
|
73
|
+
}
|
|
74
|
+
if ('overrides' in plugin) {
|
|
75
|
+
errors.push(`${source}.overrides must not lower the strict tsgo policy.`);
|
|
76
|
+
}
|
|
77
|
+
if (plugin.diagnosticSeverity === null) {
|
|
78
|
+
errors.push(`${source}.diagnosticSeverity must not be null.`);
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
assertDeepEqual(errors, plugin, strictLanguageServicePlugin, source);
|
|
82
|
+
}
|
|
83
|
+
function assertTsconfig(errors, tsconfig, source) {
|
|
84
|
+
const compilerOptions = recordField(errors, tsconfig, 'compilerOptions', source);
|
|
85
|
+
const plugins = arrayField(errors, compilerOptions, 'plugins', `${source}.compilerOptions`);
|
|
86
|
+
assertLanguageServicePlugin(errors, findLanguageServicePlugin(errors, plugins, `${source}.compilerOptions.plugins`), `${source}.compilerOptions.plugins[@effect/language-service]`);
|
|
87
|
+
}
|
|
88
|
+
function assertProviderTsgoPolicy(errors, codexProfile) {
|
|
89
|
+
const tsgoPolicy = recordField(errors, codexProfile, 'tsgoPolicy', 'provider profile.profiles.codex-effect-v4');
|
|
90
|
+
assertStringValue(errors, tsgoPolicy?.mode, 'strict-v4', 'provider profile tsgoPolicy.mode');
|
|
91
|
+
assertStringValue(errors, tsgoPolicy?.effectVersion, expectedPackageBaseline.effect, 'provider profile tsgoPolicy.effectVersion');
|
|
92
|
+
assertStringValue(errors, tsgoPolicy?.tsgoVersion, expectedPackageBaseline['@effect/tsgo'], 'provider profile tsgoPolicy.tsgoVersion');
|
|
93
|
+
assertStringValue(errors, tsgoPolicy?.languageServiceVersion, expectedPackageBaseline['@effect/language-service'], 'provider profile tsgoPolicy.languageServiceVersion');
|
|
94
|
+
assertStringValue(errors, tsgoPolicy?.sourceEntry, 'tsgo-official-source', 'provider profile tsgoPolicy.sourceEntry');
|
|
95
|
+
const nativeBackend = recordField(errors, tsgoPolicy, 'nativeBackend', 'provider profile tsgoPolicy');
|
|
96
|
+
assertStringValue(errors, nativeBackend?.package, '@typescript/native-preview', 'provider profile tsgoPolicy.nativeBackend.package');
|
|
97
|
+
assertStringValue(errors, nativeBackend?.version, expectedPackageBaseline['@typescript/native-preview'], 'provider profile tsgoPolicy.nativeBackend.version');
|
|
98
|
+
const diagnosticGate = recordField(errors, tsgoPolicy, 'diagnosticGate', 'provider profile tsgoPolicy');
|
|
99
|
+
assertDeepEqual(errors, diagnosticGate, strictDiagnosticGate, 'provider profile tsgoPolicy.diagnosticGate');
|
|
100
|
+
const ruleMapSource = recordField(errors, tsgoPolicy, 'ruleMapSource', 'provider profile tsgoPolicy');
|
|
101
|
+
assertStringValue(errors, ruleMapSource?.metadata, 'repos/tsgo/_packages/tsgo/src/metadata.json', 'provider profile tsgoPolicy.ruleMapSource.metadata');
|
|
102
|
+
assertStringValue(errors, ruleMapSource?.policy, 'harness/tsgo.md', 'provider profile tsgoPolicy.ruleMapSource.policy');
|
|
103
|
+
assertStringValue(errors, ruleMapSource?.supportedEffect, 'v4', 'provider profile tsgoPolicy.ruleMapSource.supportedEffect');
|
|
104
|
+
if (ruleMapSource?.ruleCount !== Object.keys(strictDiagnosticSeverity).length) {
|
|
105
|
+
errors.push(`provider profile tsgoPolicy.ruleMapSource.ruleCount is ${String(ruleMapSource?.ruleCount ?? 'missing')}; expected ${Object.keys(strictDiagnosticSeverity).length}.`);
|
|
106
|
+
}
|
|
107
|
+
assertDeepEqual(errors, recordField(errors, tsgoPolicy, 'diagnosticSeverity', 'provider profile tsgoPolicy'), strictDiagnosticSeverity, 'provider profile tsgoPolicy.diagnosticSeverity');
|
|
108
|
+
assertDeepEqual(errors, recordField(errors, tsgoPolicy, 'languageServicePlugin', 'provider profile tsgoPolicy'), strictLanguageServicePlugin, 'provider profile tsgoPolicy.languageServicePlugin');
|
|
109
|
+
}
|
|
110
|
+
function assertProviderTsgoContribution(errors, profile) {
|
|
111
|
+
const profiles = recordField(errors, profile, 'profiles', 'provider profile');
|
|
112
|
+
const codexProfile = recordField(errors, profiles, 'codex-effect-v4', 'provider profile.profiles');
|
|
113
|
+
const contributions = recordField(errors, codexProfile, 'contributions', 'provider profile.profiles.codex-effect-v4');
|
|
114
|
+
const tsconfig = recordField(errors, contributions, 'tsconfig', 'provider profile.profiles.codex-effect-v4.contributions');
|
|
115
|
+
const compilerOptions = recordField(errors, tsconfig, 'compilerOptions', 'provider profile contributions tsconfig');
|
|
116
|
+
const plugins = arrayField(errors, compilerOptions, 'plugins', 'provider profile contributions tsconfig.compilerOptions');
|
|
117
|
+
assertLanguageServicePlugin(errors, findLanguageServicePlugin(errors, plugins, 'provider profile contributions tsconfig.compilerOptions.plugins'), 'provider profile contributions tsconfig.compilerOptions.plugins[@effect/language-service]');
|
|
118
|
+
assertProviderTsgoPolicy(errors, codexProfile);
|
|
119
|
+
}
|
|
120
|
+
function assertStrictRuleMap(errors, metadataRuleMap) {
|
|
121
|
+
assertDeepEqual(errors, metadataRuleMap, strictDiagnosticSeverity, 'repos/tsgo metadata derived strict rule map');
|
|
122
|
+
}
|
|
123
|
+
function assertTsgoPolicyDocument(errors, text) {
|
|
124
|
+
for (const keyword of requiredTsgoPolicyKeywords) {
|
|
125
|
+
if (!text.includes(keyword)) {
|
|
126
|
+
errors.push(`harness/tsgo.md must contain policy keyword ${keyword}.`);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
for (const ruleName of Object.keys(strictDiagnosticSeverity)) {
|
|
130
|
+
if (!text.includes(ruleName)) {
|
|
131
|
+
errors.push(`harness/tsgo.md POLICY_RULE_MAP must record ${ruleName}.`);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
const verifyEffectTsgoBinary = Effect.fnUntraced(function* (errors, root) {
|
|
136
|
+
const result = yield* Effect.result(commandString('pnpm', ['exec', 'effect-tsgo', '--version'], { cwd: root }));
|
|
137
|
+
if (Result.isFailure(result)) {
|
|
138
|
+
errors.push(`effect-tsgo --version failed: ${errorMessage(result.failure)}`);
|
|
139
|
+
return;
|
|
140
|
+
}
|
|
141
|
+
if (!result.success.includes(expectedEffectTsgoVersion)) {
|
|
142
|
+
errors.push(`effect-tsgo version output is ${result.success}; expected ${expectedEffectTsgoVersion}.`);
|
|
143
|
+
}
|
|
144
|
+
const tsgoResult = yield* Effect.result(commandString('pnpm', ['exec', 'tsgo', '--version'], { cwd: root }));
|
|
145
|
+
if (Result.isFailure(tsgoResult)) {
|
|
146
|
+
errors.push(`tsgo --version failed: ${errorMessage(tsgoResult.failure)}`);
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
if (!tsgoResult.success.includes(`effect-tsgo.${expectedEffectTsgoVersion}`)) {
|
|
150
|
+
errors.push(`tsgo version output is ${tsgoResult.success}; expected Effect TypeScript-Go ${expectedEffectTsgoVersion}.`);
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
export const verifyTsgoBaseline = Effect.fnUntraced(function* (errors, harness) {
|
|
154
|
+
const fs = yield* FileSystem.FileSystem;
|
|
155
|
+
const tsconfig = yield* readJson(`${harness}/tsconfig.json`, decodeJsonRecord);
|
|
156
|
+
const providerProfile = yield* readJson(`${harness}/provider/effect-harness.provider.json`, decodeJsonRecord);
|
|
157
|
+
const tsgoPolicyText = yield* fs.readFileString(`${harness}/harness/tsgo.md`);
|
|
158
|
+
const metadataRuleMap = yield* readTsgoStrictRuleMap(harness);
|
|
159
|
+
assertTsconfig(errors, tsconfig, 'tsconfig.json');
|
|
160
|
+
assertProviderTsgoContribution(errors, providerProfile);
|
|
161
|
+
assertStrictRuleMap(errors, metadataRuleMap);
|
|
162
|
+
assertTsgoPolicyDocument(errors, tsgoPolicyText);
|
|
163
|
+
yield* assertNoEffectDiagnosticSuppressions(errors, harness);
|
|
164
|
+
yield* verifyEffectTsgoBinary(errors, harness);
|
|
165
|
+
});
|
|
166
|
+
//# sourceMappingURL=Tsgo.js.map
|