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: zackad/prettier-plugin-twig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5185be
Choose a base ref
...
head repository: zackad/prettier-plugin-twig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfea7f0
Choose a head ref
  • 3 commits
  • 51 files changed
  • 1 contributor

Commits on Dec 18, 2024

  1. refactor: don't use alias to export print function

    The modular print function has signature
    ```js
    const p = (node, path, print, options) => {
        // function body here
    }
    ```
    
    It is easy to recognise which is the main function responsibe to build
    the doc. Unfortunately it has to be aliased when exported to prevent
    name collision. And it is not obvious where the callstack come from when
    debugging since it share the same name across multiple file/module.
    zackad committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    51f1014 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    757f7de View commit details
    Browse the repository at this point in the history
  2. chore: release version 0.14.1

    zackad committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    cfea7f0 View commit details
    Browse the repository at this point in the history
Loading