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.6.2
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.6.3
Choose a head ref
  • 5 commits
  • 30 files changed
  • 2 contributors

Commits on Jun 11, 2024

  1. Convert to typescript (#287)

    * Convert expiring map to JS
    
    * Conver option list to TypeScript
    
    * Fix ESM plugin loading
    
    This doesn’t seem to actually have any side-effects but typescript has revealed possible issues here
    
    * Convert plugin loading to typescript
    
    * Convert config loading to typescript
    
    * Convert sorting code to typescript
    
    * Convert utils to typescript
    
    * Add types
    
    * Convert main file to typescript
    
    * wip
    
    * Make package type: module
    
    * Switch to vitest
    
    * Update lockfile
    
    * Run fixture tests concurrently
    
    * Use tsup for building dts files
    
    Can’t use it to bundle just yet
    
    * Bump test timeout
    
    * Use Node 18 in CI
    
    * Use Node v22 in CI
    
    Worth seeing if it makes things faster
    
    * Remove expired data from maps to prevent memory leaks
    
    * Update comments
    
    * Remove comments
    
    Probably isn’t any reason for this actually
    
    * Add better types to `prefixCandidate`
    thecrypticace authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5e7b8b5 View commit details
    Browse the repository at this point in the history
  2. Fix publishing and testing scripts (#289)

    * Fix publishing and testing scripts
    
    * Update license copying code
    thecrypticace authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6ded534 View commit details
    Browse the repository at this point in the history
  3. Improve detection of string concatenation (#288)

    * Improve `visit()` types
    
    * Check for ancestor concat expressions
    
    * Rename global usage of `createRequire`
    
    * Update changelog
    
    * Update src/index.ts
    
    Co-authored-by: Robin Malfait <[email protected]>
    
    * Update src/index.ts
    
    Co-authored-by: Robin Malfait <[email protected]>
    
    * Update src/index.ts
    
    Co-authored-by: Robin Malfait <[email protected]>
    
    ---------
    
    Co-authored-by: Robin Malfait <[email protected]>
    thecrypticace and RobinMalfait authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b047e02 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    thecrypticace committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1010b51 View commit details
    Browse the repository at this point in the history
  5. 0.6.3

    thecrypticace committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bd3d5b0 View commit details
    Browse the repository at this point in the history
Loading