Skip to content

A way to validate the typescript of assembled tutorial sections #395

@noam-honig

Description

@noam-honig

Is your feature request related to a problem?

Today, the actual lesson is a combination of files from the template and from the lesson itself. When I use vs code - or when I build astro typescript files - the build fails, because the template may refer to files that exist only on the lesson and vice versa.

I wish there was a way to validate that.

Describe the solution you'd like.

One "dummy" thought, is a cli command to "build" all the lessons with their files and template files into a temp folder and run typescript build there - to validate that all is ok

Describe alternatives you've considered.

The other way I can think of is duplicating many files - but that's maintanance hell.

Additional context

Love this project

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions