-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite in TypeScript with Promises #90
Comments
@stpettersens would you be interested in undertaking this task? |
Rewrite the library in TypeScript?
|
Correct. |
For anyone who wants to rewrite the CSON library in TypeScript, I can kick off the scaffolding required, but just need someone to do the actual line by line conversions. Once the initial typescript release is done, I'm also happy for the API to change and move into a Promise API as well, or to just be overall simplified. I'm able to put a $10USD bounty on this, but that is all I can afford. |
actually, going to do it myself now |
actually, will need to wait until these deps are converted to typescript first: extract-opts is not needed, as typescript conversion would deprecate the need for this via bc breaks so postponing until later |
these are the remaining usages of cson within the bevry ecosystem: They are all DocPad stuff, it isn't used outside DocPad, which is an archived project. So Bevry priority here is very low. |
for swapping out safefs Not sure for requirefresh. |
This is no longer the case, there are hundreds of dependents: https://www.npmjs.com/package/cson?activeTab=dependents still nothing bevry owned uses cson anymore besides docpad which is an archived project best way to make this happen is via https://bevry.me/fund |
Definitions already provided by @stpettersens at:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/5344bfc80508c53a23dae37b860fb0c905ff7b24/types/cson/index.d.ts
The text was updated successfully, but these errors were encountered: