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

Unable to parse module specifier: export * as X #239

Closed
MichaelHirn opened this issue May 22, 2020 · 1 comment
Closed

Unable to parse module specifier: export * as X #239

MichaelHirn opened this issue May 22, 2020 · 1 comment

Comments

@MichaelHirn
Copy link

Pretty much regardless of configuration (tsconfig or api-extractor.json) api-extractor throws an error (Unable to parse module specifier) when it encounters:

export * as SomeName from './someFile'

the following works correctly

export * from './someFile'
export { Something1, Something2 } from './someFile'

I'm new to TS but I feel export * as SomeName has real world benefits so should be supported?

@octogonz
Copy link
Collaborator

This is the GitHub repo for TSDoc.

API Extractor's issues are tracked here: https://github.com/microsoft/rushstack/

Your specific issue seems to be a dupe of microsoft/rushstack#1866

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