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

Namespace 'dojox' has no exported member 'rpc' #188

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davewilton
Copy link
Contributor

Pull request 182 added types for rpc. However, the file dojox\1.11\rpc\Service.d.ts was not referenced anywhere. In projects which use dojox this results in the following error:

node_modules/dojo-typings/dojox/1.11/modules.d.ts:58:23 - error TS2694: Namespace 'dojox' has no exported member 'rpc'.

58  type Service = dojox.rpc.Service;

I have referenced Service.d.ts in dojox\1.11\rpc.d.ts following the structure used by html.

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

Successfully merging this pull request may close these issues.

1 participant