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

Longer term: Remove dependencies #2

Open
mikermcneil opened this issue Aug 27, 2016 · 1 comment
Open

Longer term: Remove dependencies #2

mikermcneil opened this issue Aug 27, 2016 · 1 comment

Comments

@mikermcneil
Copy link
Member

RTTC uses 37 methods from lodash:

  • isUndefined
  • isNull
  • isString
  • isNumber
  • isBoolean
  • isArray
  • isObject
  • isFunction
  • isError
  • isRegExp
  • isDate
  • isNaN
  • isPlainObject
  • isFinite
  • isEqual
  • each
  • map
  • reduce
  • contains
  • any
  • all
  • find
  • remove
  • pluck
  • uniq
  • intersection
  • union
  • difference
  • keys
  • defaults
  • extend
  • clone
  • cloneDeep
  • get
  • range
  • shuffle
  • sample
@mikermcneil
Copy link
Member Author

(see also https://github.com/lodash/lodash/wiki/build-differences -- we could almost use the core build-- just missing a couple of things, which we could add in. The core build as is is not currently available on npm, but we could just add it in a custom build using lodash-cli)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant