apiaryio / Paw-APIBlueprintImporter

Paw extension to import API Blueprint
https://paw.cloud/extensions/APIBlueprintImporter
MIT License
9 stars 5 forks source link

Update fury-adapter-apib-parser to 0.14.0 #33

Closed kylef closed 5 years ago

kylef commented 5 years ago

There's been a lot of changes in Fury (and also Drafter) which this PR brings in, notible:


~This isn't actually working in Paw, drafter.js is using console.warn which isn't an API of Paw. I am digging into why console.warn is used in the drafter.js emscripten build to see if we can remove.~

kylef commented 5 years ago

Ok, I've settled with replacing console.warn in the output file with console.log.