Jos de Jong

Results 1637 comments of Jos de Jong

"fail" in the sense that no files come through one of the two pipes when I use the same `replaceStuff` for both, and when I create a separate `replaceStuff` for...

I'm trying to write a small example to demonstrate the issue, but the issue doesn't show up in a simple example. I will let you know as soon as I...

Thanks for your reply. I haven't found a solution, instead I just created two separate instances of `gulp-replace` to work around the issue. I have just updated all depencencies, and...

@Lefthandmedia no it's the same replacer but used on a different stream of files.

It has been some time 😅 . Yes same issue. When I follow the steps I wrote here https://github.com/lazd/gulp-replace/issues/21#issuecomment-71000659, I get the same end result (no docs being generated), but...

Thanks for all your work Leon! I tried out your PR, and it bundles fine, but I can't run both examples (node.js and browser), is that still work in progress?...

Sounds good. Yes, you do have more lightweight parsers. For example https://github.com/bugwheels94/math-expression-evaluator is very neat too. Will have a look in the future. It may also be that this library...

@skosito the following page describes how it works and what to expect from tree shaking, see bottom of the page: https://mathjs.org/docs/custom_bundling.html The expression parser only is still quite large. If...

I realize this is a pretty dumb thing to want to do. Please don't say that. I suppose it came as an idea from an actual problem you're trying to...

Nice tool 😎 Your example makes sense indeed, presenting it as a conversion warning rather than a throwing an error. Ok let's implement this 👍. I think we could go...