Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native Support #227

Merged

Commits on Nov 23, 2021

  1. Support for React Native

    This PR fixes salesforce#222 by:
     - introducing a fallback for the `util.*` code paths used as indicated in [this comment](salesforce#222 (comment))
     - adding a dependency on `url-parse` to act as a polyfill for the usage of `require('url').parse`
    colincasey committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    626dfde View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Support for React Native

    This PR fixes salesforce#222 by:
     - introducing a fallback for the `util.*` code paths used as indicated in [this comment](salesforce#222 (comment))
     - adding a dependency on `url-parse` to act as a polyfill for the usage of `require('url').parse`
     - configuring eslint to error on `no-restricted-modules` which will not be present in native environments
    colincasey committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    9f2f385 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Update test/node_util_fallback_test.js

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    colincasey and wjhsf committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    bd71e5f View commit details
    Browse the repository at this point in the history
  2. Support for React Native

    Implementation for the fallback inspect function so that it produces equivalent output to the original inspect behavior.
    colincasey committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    8275fd0 View commit details
    Browse the repository at this point in the history
  3. Support for React Native

    Implementation for the fallback inspect function so that it produces equivalent output to the original inspect behavior.
    colincasey committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    bfc7bc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Support for React Native

    Implementation for the fallback inspect function so that it produces equivalent output to the original inspect behavior.
    colincasey committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    59a1b3d View commit details
    Browse the repository at this point in the history
  2. Support for React Native

    Implementation for the fallback inspect function so that it produces equivalent output to the original inspect behavior.
    colincasey committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    cca932a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Update node_util_fallback_test.js

    reworded some of the test names to make the intent clearer
    colincasey committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    733f5c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    a312304 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Update test/node_util_fallback_test.js

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    colincasey and wjhsf committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    0ef85bb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    8ef9e80 View commit details
    Browse the repository at this point in the history