Jeremy

Results 18 issues of Jeremy

Hi, if you can provide guidance on why mobx5(or really 6) is unsported, ill give a shot at updating the lib to work

this code can replace the use of detective in module-deps. idk what version of node has support for set and string.matchAll but both can be polyfilled. Either way, this is...

This is relevant for the "browser-pack" module, and specifically the prelude wrapper. The issue/decision to make is probably just where the best place to implement this in the browserify settings...

basically, I'd like to consolidate and inline all of browserify's dependencies, including stream utilities, the universal libs, etc all under 1 repo, ie: something like browserify/module-name. I understand that doing...

put up a demo I was using to check out features, feel free to use any of it if you want https://github.com/jeremy-coleman/preactive-htm it has both rollup and webpack builds with...

documentation

any better solution than this?lol ```js var gulp = require('gulp'); var replace = require('gulp-batch-replace'); var rename = require('gulp-rename') let t1 = "= preact" let t2 = "namespace preact" let r1...

hi, i've been experimenting with sucrase for the past week or so, it's great. I'm trying to figure out how to parse out all external imports and requires from a...

I added this to the typestyle class, allowing for improved stylesheet debugging (maybe there's already an easier way to do this?) I'll send a pull request if you'd like ,...

https://github.com/jeremy-coleman/swc-react-hmr same as the one here, just using typescript and latest hmr setup - works feel free to copy and paste it into the example dir if you want or...

I'm having problems with the json.arrayOf, even with copy/pasting the example, class FancyItem { @json firstName = "Homer"; @json lastName = "Simpson"; } class HasFancyArray { @json readonly fancyArray =...