freeCodeCamp / curriculum-helpers

An internal package that allows thorough testing of challenges between multiple freeCodeCamp platforms.
BSD 3-Clause "New" or "Revised" License
18 stars 13 forks source link

Migrate freeCodeCamp/strip-comments to TypeScript #180

Open ojeytonwilliams opened 3 years ago

ojeytonwilliams commented 3 years ago

It would be helpful if we provided declaration files for anyone wanting to use this in a TypeScript project. This should be something we can do automatically via https://www.typescriptlang.org/tsconfig#declaration

Most of the work has already been done in https://github.com/freeCodeCamp/curriculum-helpers/pull/46, but those changes will need reimplementing here.

ojeytonwilliams commented 2 years ago

(moved to the main repo for visibility)

20RitikSingh commented 1 year ago

I want to work on this.

Nirajn2311 commented 1 year ago

Hey @ojeytonwilliams it looks like the strip-comments repo has been migrated to TS. Can this issue be closed now?

ojeytonwilliams commented 1 year ago

@Nirajn2311 we're most of the way there, but we still need to bundle up the source so it can be consumed in all the places it needs to be (TS, node, browser)