chore: better error message for ai agent + add back .ts in utils-internal (#6544)

* better error message

* add back ext after publishing

* add back ext
This commit is contained in:
centdix
2025-09-05 16:52:41 +02:00
committed by GitHub
parent dbaf068b02
commit 357d22deeb
10 changed files with 17 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import { newPathAssigner } from "../path-utils/path-assigner";
import { FlowModule } from "../gen/types.gen";
import { newPathAssigner } from "../path-utils/path-assigner.ts";
import { FlowModule } from "../gen/types.gen.ts";
/**
* Represents an inline script extracted from a flow module

View File

@@ -1,2 +1,2 @@
export * from "./replacer";
export * from "./extractor";
export * from "./replacer.ts";
export * from "./extractor.ts";

View File

@@ -1,4 +1,4 @@
import { FlowModule } from "../gen/types.gen";
import { FlowModule } from "../gen/types.gen.ts";
/**
* Replaces inline script references with actual file content from the filesystem.