Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove postcss-reporter package #4858

Merged
merged 3 commits into from
Jul 17, 2020
Merged

Remove postcss-reporter package #4858

merged 3 commits into from
Jul 17, 2020

Commits on Jul 8, 2020

  1. Remove postcss-reporter package

    This change removes the `postcss-reporter` package and reduces the dependencies.
    As you see the changed `package-lock.json`, this package depends on:
    
    - `chalk`
    - `lodash`
    - `log-symbols`
    - `postcss`
    
    See also #2454 (comment)
    
    We've used only the tiny utility function `getLocation()` in the package.
    This function just returns an object with the `line` and `column` property in our project,
    so I think we can replace it with a simple code.
    
    https://github.com/postcss/postcss-reporter/blob/f01a601ea2cd41d626e561969d66a765b3afcb2d/lib/util.js#L4-L13
    ybiquitous committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b9fc46f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6de253 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    ea51687 View commit details
    Browse the repository at this point in the history