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

fix: finally wrote correct chunking logic #562

Merged
merged 9 commits into from
Feb 5, 2019
Merged

Commits on Feb 5, 2019

  1. feat: processor.normalize()

    Because sometimes you need external access to cleaned-up paths
    tivac committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    a111d5c View commit details
    Browse the repository at this point in the history
  2. fix: functional CSS chunking algorithm

    Walks JS entries + CSS dep graph to determine ideal chunking locations
    and merges nodes together until it gets there. Probably a bit slower
    than before but *way* more accurate and safer to use.
    tivac committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    49a5eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132e4f3 View commit details
    Browse the repository at this point in the history
  4. test: more & better coverage

    tivac committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    ed80e11 View commit details
    Browse the repository at this point in the history
  5. fix: finish porting namer to maps

    Also remove some unnecessary codepaths
    tivac committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    44f2e0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15da4bc View commit details
    Browse the repository at this point in the history
  7. fix: some coverage fixups

    tivac committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    a13a096 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    519de5d View commit details
    Browse the repository at this point in the history
  9. test: updated rollup snapshot

    tivac committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    cb05a7c View commit details
    Browse the repository at this point in the history