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

[import/named]: export * as namespace #1998

Closed
yoyo837 opened this issue Mar 5, 2021 · 3 comments
Closed

[import/named]: export * as namespace #1998

yoyo837 opened this issue Mar 5, 2021 · 3 comments
Labels

Comments

@yoyo837
Copy link

yoyo837 commented Mar 5, 2021

models:

export * as ExtfieldModel from './extfield';
export * as Extfield2Model from './extfield2';

usage:

import { ExtfieldModel, Extfield2Model } from './models';

It report:
ExtfieldModel not found in './models' eslint(import/named)

@brunoti

This comment has been minimized.

ljharb added a commit to ljharb/eslint-plugin-import that referenced this issue Aug 18, 2021
@ljharb ljharb closed this as completed in 3ff4d77 Aug 18, 2021
@ljharb
Copy link
Member

ljharb commented Aug 19, 2021

Released in v2.24.1

@yoyo837
Copy link
Author

yoyo837 commented Aug 20, 2021

Thanks for your hard work.

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

No branches or pull requests

3 participants