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

Exports error #677

Open
bakon11 opened this issue Jun 19, 2021 · 0 comments
Open

Exports error #677

bakon11 opened this issue Jun 19, 2021 · 0 comments

Comments

@bakon11
Copy link

bakon11 commented Jun 19, 2021

Describe the bug
Latest version of server-js create this error when this export line is included.
in: node_modules/@open-rpc/server-js/build/index.d.ts

error:

4 export * as transports from "./transports";
           ~~

node_modules/@open-rpc/server-js/build/index.d.ts:4:13 - error TS1005: ';' expected.
4 export * as transports from "./transports";
              ~~~~~~~~~~

node_modules/@open-rpc/server-js/build/index.d.ts:4:24 - error TS1005: ';' expected.
4 export * as transports from "./transports";
                         ~~~~

node_modules/@open-rpc/server-js/build/index.d.ts:4:29 - error TS1005: ';' expected.
4 export * as transports from "./transports";

image

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

No branches or pull requests

1 participant