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

The expression of an export assignment must be an identifier or qualified name in an ambient context. #33

Open
gishan opened this issue Nov 9, 2017 · 2 comments

Comments

@gishan
Copy link

gishan commented Nov 9, 2017

ERROR in /node_modules/visibilityjs/index.d.ts: The expression of an export assignment must be an identifier or qualified name in an ambient context.
I use this module in an Angular project and my typescript version is 5.3.2. I get an error when i build the project.

@marayfirth
Copy link
Contributor

Same error here with typescript 2.6.1

@marayfirth
Copy link
Contributor

As per https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#arbitrary-expressions-are-forbidden-in-export-assignments-in-ambient-contexts, it might be fixed with #34

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

2 participants