microsoft / genaiscript

Generative AI Scripting
https://microsoft.github.io/genaiscript/
MIT License
81 stars 22 forks source link

typescript support #564

Closed pelikhan closed 2 days ago

pelikhan commented 3 days ago

generated by pr-describe

github-actions[bot] commented 3 days ago

The changes in the pull request branch involve several modifications in the functionality and constants used across multiple TypeScript files. Here is a summary of the changes:

Overall, these changes seem to be aimed at expanding the types of scripts that can be handled by the system to include TypeScript files in addition to JavaScript ones. It also includes changes for better tracing of imports.

However, the removal of the TextFile class and related code in ast.ts might impact other parts of the system. Ensure that this class is not used elsewhere, or that all its usages have been properly refactored.

LGTM :rocket:

generated by pr-review