Renée

Results 464 comments of Renée

IIRC @ifedapoolarewaju looked into this a while back, but we don't know a way to work around it yet.

The intended path for S3 resumable uploads would be Golden Retriever + S3 Multipart, but that probably doesn't do the trick right now. We need to add stuff to the...

comments are not the only problem: ```js proposedDetective(` console.log("require('debug')") `) // → ['debug'] ```

Maybe my example was unclear (the point I was trying to make definitely was, sorry for that). detective should not match `require()` calls inside strings, but a regex-based solution invariably...

A comment would be a nonstarter IMO since it requires changes to user code. I really think the bare minimum effort you could get away with is tokenizing + very...

Is the expected behaviour to bundle shims for builtin Node modules even when `bundleExternal: false`?

Nice. I think dropping IE 11 is quite a significant step (moreso than any other IE version), so I'd prefer to make it easier to swap out builtins consistently in...

I don't think I'll have the time and interest to work on a feature for replacing builtins in plugins in the near future, so maybe the next best thing is...

yes, `--source-map` or `--source-maps` or something would be a good name. We could alias it to `debug` in the minimist config in https://github.com/browserify/browserify/blob/cbdf69e256f2cc4fc8025dadb01551ff5be54b3c/bin/args.js. Realistically we need to keep the old...

That repository is behind a login … can it be made available publicly somewhere?