🌐 AI搜索 & 代理 主页
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: postcss/postcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.6
Choose a base ref
...
head repository: postcss/postcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.1.7
Choose a head ref
  • 14 commits
  • 24 files changed
  • 2 contributors

Commits on Nov 5, 2020

  1. Update parser tests

    ai committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    d9d9206 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Update dependencies

    ai committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    73d669b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ec501 View commit details
    Browse the repository at this point in the history
  3. Typo

    ai committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    0726857 View commit details
    Browse the repository at this point in the history
  4. Try to fix Windows test

    ai committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bf9178b View commit details
    Browse the repository at this point in the history
  5. Fix Windows

    ai committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6fb712a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Fix usage of default exports with TypeScript

    This is done by assigning the property `default` for all properties that are
    exported using `export default` according to their type definitions.
    
    Closes #1424
    remcohaszing committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    8741fdd View commit details
    Browse the repository at this point in the history
  2. Remove esModuleInterop option from tsconfig.json

    This options looses type strictness. This causes TypeScript tests to work, but
    that doesn’t mean the same imports would work for users who don’t use
    `esModuleInterop`.
    remcohaszing committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e738254 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove esModuleInterop option from tsconfig.json"

    This reverts commit e738254.
    
    The current ESLint setup conflicts with itself when using
    `import stripAnsi = require('strip-ansi')`, which is what should actually be
    used.
    remcohaszing committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    97a41a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1459 from remcohaszing/fix-typescript-usage

    Fix usage of default exports with TypeScript
    ai authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9958714 View commit details
    Browse the repository at this point in the history
  5. Try to avoid Node.js 15 warning

    ai committed Nov 10, 2020
    14 Configuration menu
    Copy the full SHA
    92155c7 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    ai committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    56befa5 View commit details
    Browse the repository at this point in the history
  7. Remove Node.ks ESM 15 hack

    ai committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    63a810d View commit details
    Browse the repository at this point in the history
  8. Release 8.1.7 version

    ai committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7e68b54 View commit details
    Browse the repository at this point in the history
Loading