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

Change edge types to numbers #6126

Merged
merged 16 commits into from Sep 16, 2021
Merged

Change edge types to numbers #6126

merged 16 commits into from Sep 16, 2021

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    04a89fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1139fc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. clean up comments

    thebriando committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c09a85e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    4fd4898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb58ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a07b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99c1761 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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

Commits on May 30, 2021

  1. Merge branch 'v2' of github.com:parcel-bundler/parcel into bdo/number…

    …-edgetypes
    
    # Conflicts:
    #	packages/core/core/src/BundleGraph.js
    #	packages/core/core/src/dumpGraphToGraphViz.js
    #	yarn.lock
    devongovett committed May 30, 2021
    Configuration menu
    Copy the full SHA
    65bd2df View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    8657593 View commit details
    Browse the repository at this point in the history
  2. Change NullEdgeType to 1

    thebriando committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e85fc92 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Merge branch 'v2' into bdo/number-edgetypes

    * v2: (42 commits)
      Remove dead link to docs in diagnostic (#6913)
      Fix engines.parcel in SVG packager (#6911)
      Use imported Readable flow type instead of global (#6910)
      Use non-deprecated SVGO options in HTMLNanoOptimizer (#6785)
      Use yarnpkg registry for all the things (#6908)
      Fix issue about loading configs from tsconfig.json (#6881)
      Add `@section` to Compressor type (#6885)
      Parcel API improvements (#6866)
      Use stream-browserify for polyfilling instead (#6863)
      Add support for compressor plugins (#6776)
      Support for inline style attributes and inline scripts in SVG (#6797)
      Bump less (#6852)
      Make sure (non-React) SVGs are in separate bundles (#6757)
      Add support for injecting manifest into service workers (#6798)
      Fix 'does not export default' error with scope hoisting and url/worklet pipeline (#6803)
      Remaining cargo clippy fixes (#6829)
      Lazily install sharp only when needed (#6816)
      More cargo clippy suggestions (#6811)
      Don't emit runtime manifest for inline child bundles (#6807)
      Apply suggestions from rust-clippy (#6256)
      ...
    lettertwo committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    0b0a475 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    8471d60 View commit details
    Browse the repository at this point in the history
  2. Fix colors in graphviz

    thebriando committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    414a3f2 View commit details
    Browse the repository at this point in the history
  3. Fix types

    thebriando committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2951a01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b6c509 View commit details
    Browse the repository at this point in the history