dbartholomae/jsx-readme

Use promises API of fs

Closed this issue ยท 2 comments

Currently we are using the synchronous API of the file system which has been deprecated for a while. Let's use promises instead.

** Would you be willing to help with a PR? **

  • Yes, absolutely
  • Yes, with some guidance
  • Unfortunately no time :'-(

Describe the solution you'd like

Replace all usages of the synchronous API for fs with the promise API.

Additional context

This also creates an example of using awaitComponent

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.94. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

๐ŸŽ‰ This issue has been resolved in version 1.11.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€