Tony Brix
Tony Brix
Yes! I would love that. If you know how to automate that a PR would be very much appreciated. 😁👍
Marked releases are automated by semantic release. I don't think a good solution is to have a human try to remember to update all extensions. That is the current solution...
> batch breaking changes in a major release branch Not releasing breaking fixes when they are ready doesn't seem like a good solution. We do already try to include many...
> None of these look like they couldn't have waited for a month or 3 I agree but there were users that wanted each of those. We also didn't have...
Will this make the regular expressions that use unicode properties compatible with es5 browsers?
If we are going to support es5 browsers we will need tests to ensure no breaking changes. Can you write a test framework to run all the tests on old...
Ya it is really huge work for anyone. Which is why we don't support older browsers
It looks like the expected result for Example2 is what happens in marked. I would say that Example1 is not well formatted markdown and should be considered in the category...
I've been running into this as well with fixing types in #2893 But even though this is less convenient it is actually correct. Just because a token has type 'text'...
I don't know if there is a way in typescript to say the Generic token type is a string but not one of the other type strings.