UNPKG

@reason-native/cli

Version:

[![Build Status](https://dev.azure.com/reason-native/reason-native/_apis/build/status/facebookexperimental.reason-native?branchName=master)](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat

13 lines (8 loc) 513 B
Thanks to the following libraries for being useful as references/guides for how to handle various system/terminal integration. - [bos](https://github.com/dbuenzli/bos) For demonstrating how to correctly and robustly handle `Unix` exceptions. It is a great reference for which `Unix` exceptions are raised for which operations, and demonstrates the robust pattern of reattempts on interupt exceptions. - `utf` was coppied from IwanKaramazow's (unicode.re)[https://github.com/IwanKaramazow/unicode.re].