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: syntax-tree/esast-util-from-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: syntax-tree/esast-util-from-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.1
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 4, 2023

  1. Update dev-dependencies

    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a7ee575 View commit details
    Browse the repository at this point in the history
  2. Update Actions

    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    35cebc9 View commit details
    Browse the repository at this point in the history
  3. Update tsconfig.json

    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f635c36 View commit details
    Browse the repository at this point in the history
  4. Use Node test runner

    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    67cf76f View commit details
    Browse the repository at this point in the history
  5. Fix type of result

    Previously an abstract unist node was used as the type of the return
    value.
    This changes that to an estree `Program`, which should improve tools using
    this project, even though some fields will exist that are not typed.
    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2d7e0c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    595c2b1 View commit details
    Browse the repository at this point in the history
  7. Add improved docs

    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9501371 View commit details
    Browse the repository at this point in the history
  8. 1.1.1

    wooorm committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a90db03 View commit details
    Browse the repository at this point in the history
Loading