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

[BUGFIX stable] Fix type dependency issues #20480

Merged
merged 1 commit into from
Jun 29, 2023
Merged

[BUGFIX stable] Fix type dependency issues #20480

merged 1 commit into from
Jun 29, 2023

Commits on Jun 28, 2023

  1. [BUGFIX stable] Fix type dependency issues

    Add `@simple-dom/interface` and `@glimmer/syntax` to `dependencies` so
    they are present in the graph for consumers who will not be getting
    them transitively from the `@glimmer/*` deps which are pre-built into
    Ember. (Medium-term, it would be preferable for our type emit to roll
    up these kinds of dependencies the same way Ember's build does *or* for
    Ember's build to stop rolling them up; whichever we choose, the goal
    will be for them to *match*.)
    
    Fixes #20479.
    chriskrycho committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cf03749 View commit details
    Browse the repository at this point in the history