Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: tailwindlabs/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 10, 2023

  1. Fix interop with bundled CJS dependencies (#199)

    * Refactor
    
    * Add workaround for __filename and __dirname not being defined
    
    We bundle several CJS deps but the top-level format is ESM. Unfortunately esbuild does not handle converting `__filename` and `__dirname` for us so we have to patch them after build.
    
    * Update lockfile
    
    * Add global require
    
    * Simplify
    
    Now that we define a top-level require constant we no longer need to patch the `__require` esbuild function to indirectly use it for dynamic requires
    
    * Fix CS
    
    * Rename plugin
    
    * Update changelog
    thecrypticace authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    985302f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. update changelog

    thecrypticace committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d6c8da7 View commit details
    Browse the repository at this point in the history
  2. 0.5.2

    thecrypticace committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    72cbb6b View commit details
    Browse the repository at this point in the history
Loading