-
Notifications
You must be signed in to change notification settings - Fork 102
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
TypeScript support #35
Comments
@jlongster yep, I can do that. But I am not sure about the deadlines, cause right now I am pretty busy |
No rush! You know me, other things in life are more important :) I can help a lot with migrating the actual code. I don't know a ton about what's needed in all the tooling to get TS running though. |
@quolpr Are you working on that? I can do it. |
@steida @quolpr ... I have working examples of SQL.js working in a web worker but not having good luck bootstrapping absurd-sql even with blatant use of |
@delaneyj I got this error when The let SQL = await initSqlJs({
locateFile: (file: string) => {
const result = `/node_modules/@jlongster/sql.js/dist/${file}`;
return result;
},
}); |
For vite it's better to do:
For CRA:
Some more info could be found here: https://trong-orm.netlify.app/backends/web |
Any update on this typescript support? |
Is there a .d.ts file bumping around somewhere for absurd-sql? |
@quolpr You mentioned that you were interested in helping migrate to TypeScript. Are you still interested in that? I'm familiar with it, but not as familiar with setting it up on a new project.
The text was updated successfully, but these errors were encountered: