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

Use module export condition for types and textdocument #1386

Merged
merged 4 commits into from
Feb 9, 2024

Commits on Dec 16, 2023

  1. Use module export condition for types and textdocument

    The `module` export condition is an unofficial export condition that’s
    respected by bundlers. It tells the bundler to resolve to an entrypoint,
    regardless of whether a module is imported or `require`d.
    
    This was the original intent of the `browser` condition when it was
    added.
    remcohaszing committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9fe572f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    cc2b836 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    f24cf9f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    812723f View commit details
    Browse the repository at this point in the history