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

feat(processor): add processor.resolve() #681

Merged
merged 6 commits into from
Oct 29, 2019
Merged

feat(processor): add processor.resolve() #681

merged 6 commits into from
Oct 29, 2019

Commits on Oct 29, 2019

  1. feat(processor): expose processor.resolve()

    And update the tests that were already using the `._resolve()` version.
    tivac committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    50b4076 View commit details
    Browse the repository at this point in the history
  2. fix(svelte): use processor.resolve()

    Fixes #679 by allowing the svelte preprocessor to use the same file resolution logic that the modular-css processor is using.
    tivac committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    554f493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdcf819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc2329 View commit details
    Browse the repository at this point in the history
  5. docs: update processor API docs

    tivac committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4660def View commit details
    Browse the repository at this point in the history
  6. chore: stop running lint after tests

    Travis already does it, and it's mostly noise.
    tivac committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    adc139a View commit details
    Browse the repository at this point in the history