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

Turbopack: Implement structured styled text and use it in issue descriptions #6388

Merged
merged 16 commits into from
Nov 14, 2023

Commits on Nov 8, 2023

  1. Turbopack: Implement structured styled text and use it in issue descr…

    …iptions
    
    This implements a basic structure representing styled text and uses it in issue descriptions. This can be used by the cli and web-based error reporting.
    
    Tested with an upcoming Next.js PR
    wbinnssmith committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6b1f818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d944747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f87d5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016fdf5 View commit details
    Browse the repository at this point in the history
  5. Update crates/turbopack-core/src/issue/mod.rs

    Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
    wbinnssmith and sokra authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cf44600 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffa9e26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2fc442 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    24cd251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e2cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea3c20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a494af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ef9511 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    0cc28c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0bd9fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65a0d81 View commit details
    Browse the repository at this point in the history