Repository History
2 repositories tagged with Experimental

mdx-a2ui: Safely Convert MDX to A2UI JSON for Enhanced Data Models
mdx-a2ui is an experimental project designed to convert MDX content, which combines prose and a closed component catalog, into A2UI JSON. This tool parses JSX without evaluation, ensuring a secure conversion process. It aims to leverage MDX for authoring while benefiting from A2UI's structured data model and validation capabilities.

tsgolint: An Experimental Go-Powered Linter for TypeScript/JavaScript
tsgolint is an experimental proof-of-concept linter for JavaScript and TypeScript, leveraging typescript-go and written in Go. It aims to explore significant performance improvements, demonstrating a 20-40x speedup over ESLint + typescript-eslint by using native parsing, direct TS AST usage, and parallel processing. While a prototype not under active development, it showcases the potential for faster typed linting.