Mohammed Al-Qurafi

Results 2 comments of Mohammed Al-Qurafi

I checked the build logs. looks like a node version mismatch between some dependencies. I will suggest rebuild this project with Sveltekit instead. it has all the tooling we need(typescript...

So taking a peak on how to implement this. I noticed that every compilation happens in https://github.com/ajv-validator/ajv/blob/45583fde112f80c06ba6ad5583b744ef22d0640a/lib/compile/index.ts#L111 I do a little experiment by overwriting this function module: ```javascript const compile_index...