cloudflare / cloudflare/authr

Do not use destructuring with lodash

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
53
Forks
9
PR merge metrics
No merged PRs in 30d

Description

https://github.com/cloudflare/authr/blob/3f6129d97d06e61033a7f237d84e35e678db490f/ts/src/conditionSet.ts#L1

This will not tree shake, and it is recommended to import lodash this way:

```ts
import isPlainObject from 'lodash/isPlainObject'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.