Mokshit Jain

Results 9 issues of Mokshit Jain

This Pull Request adds hot reloading for reducers during development so that the users don't need to reload the page each time after updating reducer logic.

This PR ports the pothos schema extractor over to babel. This also fixes the issue with the acorn extractor where the references used wouldn't get extracted, but since babel tracks...

**Describe the bug** When transpiling JSX using swc, if the jsx includes dynamic children, then the inline sourcemap generated is invalid. **Input code** ```js const foo = {bar} ``` **Config**...

C-bug

This Pull Request makes the current redux-toolkit example with typescript more usable as a template for a new Next.js project. Usually, users remove the custom example code like `` and...

This PR adds the keys of variants passed to `createRuntimeFn` as a property on its return value. This allows for runtime reflection of variants that are available, which is useful...

This PR implements `url.urlToHttpOptions`, sets up classes required for `http.request` to work and fixes the prototype chain. The actual request doesn't take place yet because I'm not that familiar with...

Related to #45. Moves coffeescript source over to Civet and adds type definitions. Haven't removed the CS source code yet, as `@danielx/civet` doesn't have the unplugin plugin exported yet in...

This PR adds the ability to render edges and vertices in fold files that don't necessarily have faces defined by decoupling the vertices & edges from faces in data structure...