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: replacing missing css.fooga with stringified version #574

Merged
merged 6 commits into from
Mar 28, 2019

Commits on Mar 28, 2019

  1. feat: missing classes replaced with strings

    So that there's less JS errors and it's easier to fix up the broken things.
    
    BREAKING CHANGE: Previously missing css.fooga references would be left as-is, now they're wrapped in quotes to prevent them from causing JS errors. If you want missing classes to break things you should enable strict mode.
    tivac committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    187dcee View commit details
    Browse the repository at this point in the history
  2. docs: fix an incorrect comment

    tivac committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    bb50b5f View commit details
    Browse the repository at this point in the history
  3. feat: replace invalid refs in early-outs

    So that if you have {css.nope} but no <link> or <style> it still becomes "css.nope".
    tivac committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ceb76a0 View commit details
    Browse the repository at this point in the history
  4. test: ensure that svelte works w/ rollup

    Just for completeness sake, mostly
    tivac committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    1c95689 View commit details
    Browse the repository at this point in the history
  5. test: change read-dir.js output

    ... and all the snapshots that use that output
    tivac committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f0243aa View commit details
    Browse the repository at this point in the history
  6. test: update svelte snapshot

    Now that <script> isn't injected any more
    tivac committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6e4d2c7 View commit details
    Browse the repository at this point in the history