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

@glimmer/interfaces now uses extensions in its imports. #1555

Commits on Jan 30, 2024

  1. @glimmer/interfaces now uses extensions in its imports.

    This allows Node16 consumers to use `@glimmer/interfaces`.
    
    None of the other `@glimmer/*` (vm) packages have this issue becaues they're all rollup'd to a
    single file. Rollup doesn't support .d.ts-only projects, and `tsc` doesn't support outputting to a
    single file in ESM projects (requires AMD or System `module` setting)
    NullVoxPopuli committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    515b722 View commit details
    Browse the repository at this point in the history
  2. lint:fix

    NullVoxPopuli committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8987092 View commit details
    Browse the repository at this point in the history