Open sakulstra opened 2 years ago
@jonschlinkert with #148 applied tests are passing.
are you sure
yaml
is smaller thanjs-yaml
(for some reason bundlephobia is broken for yaml and vscode showing bigger package size
I'm not at all sure about that lol. Thank you for doing this and for bringing it to my attention. I was initially under the impression that yaml
would be smaller, since js-yaml
was massively bloated the last time I checked. They included all of their tests, test fixtures, browser code, etc. in the published package. Now that you have seen both, what is your recommendation?
edit: and also, thank you for taking the time to do this, and apologies for making you jump through hoops. I promise we'll get this merged and published as soon as we settle on which library to use.
Would in fact go with yaml
- seems more solid to me.
@jonschlinkert any chance of getting this merged? :sweat_smile:
@jonschlinkert ping :sweat_smile:
@jonschlinkert :crying_cat_face: - quite a lot of ppl are using this library (1M downloads per week). Would be really good if this could be merged anytime soon.
@jonschlinkert ping on this, let me know if anything prevents merging.
for some reason bundlephobia is broken for yaml
It no longer is. It shows yaml at 102.6 kB and js-yaml at 39 kB.
use yaml instead of js-yaml as requested in #145
@jonschlinkert are you sure
yaml
is smaller thanjs-yaml
(for some reason bundlephobia is broken for yaml and vscode showing bigger package size, might be wrong due to shaking though)yaml
seems to behave slightly different as you can see in the two failing tests.