You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both some of the glob utilities and the markdown code block eval utilities would benefit from a standard interface for reading, writing, and evaluating files by file type.
The text was updated successfully, but these errors were encountered:
I did significant work on this, which I've documented in #21. I now think that the original goal here was conflating multiple concerns - the benefits to md/script/evalCodeBlocks are very minimal, and the integrations with fs/glob and related utils will be tricky. I think this should be pushed off to 0.4.0 or later, and for 0.3.0 we should just extract the TS evaluation code from md/script/evalCodeBlocks to ts/evaluate, which will set up for md/script/evalCodeBlocks to handle multiple languages. Created #22 to track this.
Both some of the glob utilities and the markdown code block eval utilities would benefit from a standard interface for reading, writing, and evaluating files by file type.
The text was updated successfully, but these errors were encountered: