effect-analyzer 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{analyze-a8PswlPG.d.cts → analyze-BXCwo5MU.d.cts} +2 -0
- package/dist/{analyze-a8PswlPG.d.ts → analyze-BXCwo5MU.d.ts} +2 -0
- package/dist/cli.js +76 -76
- package/dist/effect-workflow.cjs +3 -3
- package/dist/effect-workflow.cjs.map +1 -1
- package/dist/effect-workflow.d.cts +2 -2
- package/dist/effect-workflow.d.ts +2 -2
- package/dist/effect-workflow.js +3 -3
- package/dist/effect-workflow.js.map +1 -1
- package/dist/index.cjs +79 -74
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +80 -75
- package/dist/index.js.map +1 -1
- package/dist/lsp/server.js +1366 -1186
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as StaticEffectIR, P as ProjectServiceMap, A as AnalyzerOptions, a as AnalysisError, M as MermaidOptions, E as EffectPath, D as DiagramQualityWithFile, b as DiagramTopOffendersReport, c as DiagramQuality, J as JSONRenderOptions, d as ShowcaseEntry, e as ServiceRequirement, f as SourceLocation, g as StaticEffectNode, C as ComplexityThresholds, h as ComplexityMetrics, T as TestMatrix, i as StaticFiberNode, j as CauseTypeSignature, k as EffectTypeSignature, L as LayerTypeSignature, l as ScheduleTypeSignature, m as StreamTypeSignature } from './analyze-
|
|
2
|
-
export { n as AnalysisStats, o as AnalysisWarning, p as AnalyzeResult, q as DependencyInfo, r as DiagramQualityMetrics, s as DiagramReadabilityBand, t as DiagramTopOffenderEntry, u as JSDocTags, v as LayerImplementation, w as MermaidDetailLevel, x as MermaidStyles, y as PathCondition, z as PathStepRef, B as ScheduleInfo, F as SemanticRole, G as ServiceArtifact, G as ServiceArtifactType, H as ServiceConsumerRef, I as ServiceDefinition, K as ShowcaseStepDetail, N as StaticAnalysisMetadata, O as StaticBaseNode, Q as StaticCauseNode, R as StaticConcurrencyPrimitiveNode, U as StaticConditionalNode, V as StaticEffectProgram, W as StaticErrorHandlerNode, X as StaticExitNode, Y as StaticFlowNode, Z as StaticGeneratorNode, _ as StaticLayerNode, $ as StaticLoopNode, a0 as StaticMatchNode, a1 as StaticParallelNode, a2 as StaticPipeNode, a3 as StaticRaceNode, a4 as StaticResourceNode, a5 as StaticRetryNode, a6 as StaticScheduleNode, a7 as StaticStreamNode, a8 as StaticTimeoutNode, a9 as StaticTransformNode, aa as StaticUnknownNode, ab as StreamOperatorInfo, ac as TestCondition, ad as TestMatrixSummary, ae as TestPath, af as analyze, ag as getStaticChildren, ah as isStaticCauseNode, ai as isStaticConcurrencyPrimitiveNode, aj as isStaticConditionalNode, ak as isStaticEffectNode, al as isStaticErrorHandlerNode, am as isStaticExitNode, an as isStaticFiberNode, ao as isStaticGeneratorNode, ap as isStaticLayerNode, aq as isStaticLoopNode, ar as isStaticMatchNode, as as isStaticParallelNode, at as isStaticPipeNode, au as isStaticRaceNode, av as isStaticResourceNode, aw as isStaticRetryNode, ax as isStaticScheduleNode, ay as isStaticStreamNode, az as isStaticTimeoutNode, aA as isStaticTransformNode, aB as isStaticUnknownNode } from './analyze-
|
|
1
|
+
import { S as StaticEffectIR, P as ProjectServiceMap, A as AnalyzerOptions, a as AnalysisError, M as MermaidOptions, E as EffectPath, D as DiagramQualityWithFile, b as DiagramTopOffendersReport, c as DiagramQuality, J as JSONRenderOptions, d as ShowcaseEntry, e as ServiceRequirement, f as SourceLocation, g as StaticEffectNode, C as ComplexityThresholds, h as ComplexityMetrics, T as TestMatrix, i as StaticFiberNode, j as CauseTypeSignature, k as EffectTypeSignature, L as LayerTypeSignature, l as ScheduleTypeSignature, m as StreamTypeSignature } from './analyze-BXCwo5MU.cjs';
|
|
2
|
+
export { n as AnalysisStats, o as AnalysisWarning, p as AnalyzeResult, q as DependencyInfo, r as DiagramQualityMetrics, s as DiagramReadabilityBand, t as DiagramTopOffenderEntry, u as JSDocTags, v as LayerImplementation, w as MermaidDetailLevel, x as MermaidStyles, y as PathCondition, z as PathStepRef, B as ScheduleInfo, F as SemanticRole, G as ServiceArtifact, G as ServiceArtifactType, H as ServiceConsumerRef, I as ServiceDefinition, K as ShowcaseStepDetail, N as StaticAnalysisMetadata, O as StaticBaseNode, Q as StaticCauseNode, R as StaticConcurrencyPrimitiveNode, U as StaticConditionalNode, V as StaticEffectProgram, W as StaticErrorHandlerNode, X as StaticExitNode, Y as StaticFlowNode, Z as StaticGeneratorNode, _ as StaticLayerNode, $ as StaticLoopNode, a0 as StaticMatchNode, a1 as StaticParallelNode, a2 as StaticPipeNode, a3 as StaticRaceNode, a4 as StaticResourceNode, a5 as StaticRetryNode, a6 as StaticScheduleNode, a7 as StaticStreamNode, a8 as StaticTimeoutNode, a9 as StaticTransformNode, aa as StaticUnknownNode, ab as StreamOperatorInfo, ac as TestCondition, ad as TestMatrixSummary, ae as TestPath, af as analyze, ag as getStaticChildren, ah as isStaticCauseNode, ai as isStaticConcurrencyPrimitiveNode, aj as isStaticConditionalNode, ak as isStaticEffectNode, al as isStaticErrorHandlerNode, am as isStaticExitNode, an as isStaticFiberNode, ao as isStaticGeneratorNode, ap as isStaticLayerNode, aq as isStaticLoopNode, ar as isStaticMatchNode, as as isStaticParallelNode, at as isStaticPipeNode, au as isStaticRaceNode, av as isStaticResourceNode, aw as isStaticRetryNode, ax as isStaticScheduleNode, ay as isStaticStreamNode, az as isStaticTimeoutNode, aA as isStaticTransformNode, aB as isStaticUnknownNode } from './analyze-BXCwo5MU.cjs';
|
|
3
3
|
import { Effect } from 'effect';
|
|
4
4
|
import { Node, SourceFile, Project, TypeChecker, Type } from 'ts-morph';
|
|
5
5
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as StaticEffectIR, P as ProjectServiceMap, A as AnalyzerOptions, a as AnalysisError, M as MermaidOptions, E as EffectPath, D as DiagramQualityWithFile, b as DiagramTopOffendersReport, c as DiagramQuality, J as JSONRenderOptions, d as ShowcaseEntry, e as ServiceRequirement, f as SourceLocation, g as StaticEffectNode, C as ComplexityThresholds, h as ComplexityMetrics, T as TestMatrix, i as StaticFiberNode, j as CauseTypeSignature, k as EffectTypeSignature, L as LayerTypeSignature, l as ScheduleTypeSignature, m as StreamTypeSignature } from './analyze-
|
|
2
|
-
export { n as AnalysisStats, o as AnalysisWarning, p as AnalyzeResult, q as DependencyInfo, r as DiagramQualityMetrics, s as DiagramReadabilityBand, t as DiagramTopOffenderEntry, u as JSDocTags, v as LayerImplementation, w as MermaidDetailLevel, x as MermaidStyles, y as PathCondition, z as PathStepRef, B as ScheduleInfo, F as SemanticRole, G as ServiceArtifact, G as ServiceArtifactType, H as ServiceConsumerRef, I as ServiceDefinition, K as ShowcaseStepDetail, N as StaticAnalysisMetadata, O as StaticBaseNode, Q as StaticCauseNode, R as StaticConcurrencyPrimitiveNode, U as StaticConditionalNode, V as StaticEffectProgram, W as StaticErrorHandlerNode, X as StaticExitNode, Y as StaticFlowNode, Z as StaticGeneratorNode, _ as StaticLayerNode, $ as StaticLoopNode, a0 as StaticMatchNode, a1 as StaticParallelNode, a2 as StaticPipeNode, a3 as StaticRaceNode, a4 as StaticResourceNode, a5 as StaticRetryNode, a6 as StaticScheduleNode, a7 as StaticStreamNode, a8 as StaticTimeoutNode, a9 as StaticTransformNode, aa as StaticUnknownNode, ab as StreamOperatorInfo, ac as TestCondition, ad as TestMatrixSummary, ae as TestPath, af as analyze, ag as getStaticChildren, ah as isStaticCauseNode, ai as isStaticConcurrencyPrimitiveNode, aj as isStaticConditionalNode, ak as isStaticEffectNode, al as isStaticErrorHandlerNode, am as isStaticExitNode, an as isStaticFiberNode, ao as isStaticGeneratorNode, ap as isStaticLayerNode, aq as isStaticLoopNode, ar as isStaticMatchNode, as as isStaticParallelNode, at as isStaticPipeNode, au as isStaticRaceNode, av as isStaticResourceNode, aw as isStaticRetryNode, ax as isStaticScheduleNode, ay as isStaticStreamNode, az as isStaticTimeoutNode, aA as isStaticTransformNode, aB as isStaticUnknownNode } from './analyze-
|
|
1
|
+
import { S as StaticEffectIR, P as ProjectServiceMap, A as AnalyzerOptions, a as AnalysisError, M as MermaidOptions, E as EffectPath, D as DiagramQualityWithFile, b as DiagramTopOffendersReport, c as DiagramQuality, J as JSONRenderOptions, d as ShowcaseEntry, e as ServiceRequirement, f as SourceLocation, g as StaticEffectNode, C as ComplexityThresholds, h as ComplexityMetrics, T as TestMatrix, i as StaticFiberNode, j as CauseTypeSignature, k as EffectTypeSignature, L as LayerTypeSignature, l as ScheduleTypeSignature, m as StreamTypeSignature } from './analyze-BXCwo5MU.js';
|
|
2
|
+
export { n as AnalysisStats, o as AnalysisWarning, p as AnalyzeResult, q as DependencyInfo, r as DiagramQualityMetrics, s as DiagramReadabilityBand, t as DiagramTopOffenderEntry, u as JSDocTags, v as LayerImplementation, w as MermaidDetailLevel, x as MermaidStyles, y as PathCondition, z as PathStepRef, B as ScheduleInfo, F as SemanticRole, G as ServiceArtifact, G as ServiceArtifactType, H as ServiceConsumerRef, I as ServiceDefinition, K as ShowcaseStepDetail, N as StaticAnalysisMetadata, O as StaticBaseNode, Q as StaticCauseNode, R as StaticConcurrencyPrimitiveNode, U as StaticConditionalNode, V as StaticEffectProgram, W as StaticErrorHandlerNode, X as StaticExitNode, Y as StaticFlowNode, Z as StaticGeneratorNode, _ as StaticLayerNode, $ as StaticLoopNode, a0 as StaticMatchNode, a1 as StaticParallelNode, a2 as StaticPipeNode, a3 as StaticRaceNode, a4 as StaticResourceNode, a5 as StaticRetryNode, a6 as StaticScheduleNode, a7 as StaticStreamNode, a8 as StaticTimeoutNode, a9 as StaticTransformNode, aa as StaticUnknownNode, ab as StreamOperatorInfo, ac as TestCondition, ad as TestMatrixSummary, ae as TestPath, af as analyze, ag as getStaticChildren, ah as isStaticCauseNode, ai as isStaticConcurrencyPrimitiveNode, aj as isStaticConditionalNode, ak as isStaticEffectNode, al as isStaticErrorHandlerNode, am as isStaticExitNode, an as isStaticFiberNode, ao as isStaticGeneratorNode, ap as isStaticLayerNode, aq as isStaticLoopNode, ar as isStaticMatchNode, as as isStaticParallelNode, at as isStaticPipeNode, au as isStaticRaceNode, av as isStaticResourceNode, aw as isStaticRetryNode, ax as isStaticScheduleNode, ay as isStaticStreamNode, az as isStaticTimeoutNode, aA as isStaticTransformNode, aB as isStaticUnknownNode } from './analyze-BXCwo5MU.js';
|
|
3
3
|
import { Effect } from 'effect';
|
|
4
4
|
import { Node, SourceFile, Project, TypeChecker, Type } from 'ts-morph';
|
|
5
5
|
|