-
Couldn't load subscription status.
- Fork 20
Open
Description
Describe the bug
The dereferenceDocument function is exported in index.ts (source) but not exported in index-web.ts (source).
It seems like this is an intentional exclusion but I can't figure out why that would be. The documentation doesn't mention this omission.
To Reproduce
Steps to reproduce the behavior:
- Install
@open-rpc/schema-utils-jsin any webpack app - Add
import { dereferenceDocument } from '@open-rpc/schema-utils-js';to any file - The
dereferenceDocumentimport will beundefined.
Expected behavior
index-web.ts should export dereferenceDocument
Metadata
Metadata
Assignees
Labels
No labels