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

No exported member 'ModuleBase' with 8.3.0 #2547

Closed
7 of 10 tasks
joshcomley opened this issue Nov 14, 2023 · 3 comments · Fixed by #2548
Closed
7 of 10 tasks

No exported member 'ModuleBase' with 8.3.0 #2547

joshcomley opened this issue Nov 14, 2023 · 3 comments · Fixed by #2548
Labels
c: bug Something isn't working p: 3-urgent Fix and release ASAP s: accepted Accepted feature / Confirmed bug
Milestone

Comments

@joshcomley
Copy link

Pre-Checks

Describe the bug

Compiling in an Angular 17 project (8.2.0 worked), I get:

Module '"../../internal/module-base"' has no exported member 'ModuleBase'.

1 import { ModuleBase } from '../../internal/module-base';

Reverting to 8.2.0 fixes it.

Minimal reproduction code

I will try and get a sample together and update

Additional Context

No response

Environment Info

System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
    Memory: 26.12 GB / 63.75 GB
  Binaries:
    Node: 18.18.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.15 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 9.8.1 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (118.0.2088.76)
    Internet Explorer: 11.0.22621.1

Which module system do you use?

  • CJS
  • ESM

Used Package Manager

npm

@joshcomley joshcomley added c: bug Something isn't working s: pending triage Pending Triage labels Nov 14, 2023
@ST-DDT ST-DDT added p: 3-urgent Fix and release ASAP s: accepted Accepted feature / Confirmed bug and removed s: pending triage Pending Triage labels Nov 14, 2023
@ST-DDT ST-DDT added this to the v8.x milestone Nov 14, 2023
@ST-DDT
Copy link
Member

ST-DDT commented Nov 14, 2023

I can reproduce the error with the playground project.

@ST-DDT
Copy link
Member

ST-DDT commented Nov 14, 2023

Preparing release: #2549

@joshcomley
Copy link
Author

Can confirm fixed in 8.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working p: 3-urgent Fix and release ASAP s: accepted Accepted feature / Confirmed bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants