nyngwang
nyngwang
is it possible to change the algorithm (I haven't read your code carefully) so that "don't add a space if any starting-char is not the leading-char of a given word"?...
@voronind-com Did you solve it? I have the same problem. **update**: my current workaround is to use the older commit 2004d26.
Nobody `wants` to care about this one.
To @nicolo-ribaudo: > [...] > As you can see, there is an overlap in what the two plugins can do. To avoid confusion, we are moving towards a model where...
> So I have a question: which are the differences between the two? I've seen that the code size grows with the first option, so I tend towards the second...
@cp3hnu The option `regenerator: true` is like saying: "Should we extract inlined usage of `generatorRuntime ` into `@babel/runtime`?". Yes, it did in my case. Because I have used `@babel/preset-env` to...
@cp3hnu Assume you're correct. Then I should see no difference given `regenerator: true` or `false`. But I see a difference. > Extract inlined usage of generatorRuntime into `@babel/runtime` is option...
@cp3hnu Sorry, I was doing something else. I tried your case, and now I don't understand why `regenerator: true/false` makes a difference in my usecase. --- **update**: Oh god, I...
To resolve the problem, which is also mentioned [there](https://github.com/babel/babel/issues/16149#issuecomment-1838489381): > [...] And you haven't used `Promise` anywhere! Now you have a problem. You can also include `@babel/runtime` into your code,...
@FriedrichFroebel Is there any workaround for this?