What to build
Modify the active compilation regex scan filter. The current engine evaluates any file matching {{ as a Handlebars target. This completely breaks standard inline object styles and structural tags common in React code codebases (e.g., style={{ padding: 12 }}). The compiler must be updated to ignore raw template files or filter out double-braces that do not signify structural config fields.
Files to modify
Specs
- Handlebars template processing blocks in
generateProject().
Acceptance criteria
Dependencies
What to build
Modify the active compilation regex scan filter. The current engine evaluates any file matching
{{as a Handlebars target. This completely breaks standard inline object styles and structural tags common in React code codebases (e.g.,style={{ padding: 12 }}). The compiler must be updated to ignore raw template files or filter out double-braces that do not signify structural config fields.Files to modify
src/generate.jsSpecs
generateProject().Acceptance criteria
.tsxfiles containingstyle={{ ... }}objects.Dependencies