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/mdast-util-mdx-expression
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: syntax-tree/mdast-util-mdx-expression
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 13 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 30, 2023

  1. Update dev-dependencies

    wooorm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    db9d09e View commit details
    Browse the repository at this point in the history
  2. Fix types for TS 4.9

    wooorm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    45b9ae9 View commit details
    Browse the repository at this point in the history
  3. Update Actions

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

    wooorm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    83f4ccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcda18d View commit details
    Browse the repository at this point in the history
  6. Refactor code-style

    *   Add more docs to JSDoc
    *   Add support for `null` in input of API types
    wooorm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fe6a7f0 View commit details
    Browse the repository at this point in the history
  7. Add ignore-scripts to .npmrc

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

Commits on Jan 31, 2023

  1. Add exports of Mdx{Flow,Text}ExpressionHast types

    *   while this is practically equivalent to the current node types,
        this is meant for the hast space, which in the future could start diverging
        from mdast literals
    wooorm committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    96aeb38 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded types

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

    wooorm committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3e092b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee5466 View commit details
    Browse the repository at this point in the history
  5. Add improved docs

    wooorm committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4ada83d View commit details
    Browse the repository at this point in the history
  6. 1.3.2

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