flexdinesh / flexdinesh/browser-or-node
Unused '@ts-expect-error' directive errors in v3.0.0
- Dominant language
- TypeScript
- Stars
- 251
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
```
> npx tsc
node_modules/browser-or-node/src/index.ts:5:3 - error TS2578: Unused '@ts-expect-error' directive.
5 // @ts-expect-error
~~~~~~~~~~~~~~~~~~~
node_modules/browser-or-node/src/index.ts:7:3 - error TS2578: Unused '@ts-expect-error' directive.
7 // @ts-expect-error
~~~~~~~~~~~~~~~~~~~
node_modules/browser-or-node/src/index.ts:9:3 - error TS2578: Unused '@ts-expect-error' directive.
9 // @ts-expect-error
~~~~~~~~~~~~~~~~~~~
node_modules/browser-or-node/src/index.ts:36:3 - error TS2578: Unused '@ts-expect-error' directive.
36 // @ts-expect-error
~~~~~~~~~~~~~~~~~~~
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.