exercism / typescript

Exercism exercises in TypeScript.
https://exercism.org/tracks/typescript
MIT License
148 stars 160 forks source link

Add exercises with type-tests #1520

Closed SleeplessByte closed 2 months ago

SleeplessByte commented 2 months ago

Additionally implements the first concept exercise.

SleeplessByte commented 2 months ago

Should merge this first (with [no-important-files-changed] if necessary) before more work is done on this track so we can keep the changes unrelated to the concepts out of those PRs.

SleeplessByte commented 2 months ago

@ErikSchierboom setting the concept exercise to beta should work? Or will that make the concept tree show on the site? I don't want that (yet) as I am writing (a lot) of exercises.

ErikSchierboom commented 2 months ago

beta exercises are available to anyone, wip only to maintainers:

def enabled_exercises(exercises)
    status = %i[active beta]
    status << :wip if maintainer?
SleeplessByte commented 2 months ago

Will change!