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

implement amd.autoId/amd.basePath options #3867

Merged
merged 33 commits into from Nov 29, 2020

Commits on Nov 13, 2020

  1. implement amd.idFromChunkName option

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    cef70d8 View commit details
    Browse the repository at this point in the history
  2. update output-options-hook test

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    a44bef3 View commit details
    Browse the repository at this point in the history
  3. update NormalizedOutputOptions type

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    eadea09 View commit details
    Browse the repository at this point in the history
  4. simiplify removeExtension()

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    462c69c View commit details
    Browse the repository at this point in the history
  5. fix idFromChunkName type

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    287769a View commit details
    Browse the repository at this point in the history
  6. make idFromChunkName required in normalized options

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    65f0921 View commit details
    Browse the repository at this point in the history
  7. reference actual types in normalizeOutputOptions

    Tom Jenkinson committed Nov 13, 2020
    Copy the full SHA
    3a42519 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Copy the full SHA
    04ec70f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3bcd1cd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    02b8f21 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2e9d487 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cb76695 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    881b932 View commit details
    Browse the repository at this point in the history
  7. remove idFromChunkName

    tjenkinson committed Nov 15, 2020
    Copy the full SHA
    e3cf09c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. revert chunking-form index change

    Tom Jenkinson committed Nov 20, 2020
    Copy the full SHA
    95d605f View commit details
    Browse the repository at this point in the history
  2. break out to amd.autoId and amd.basePath options

    Tom Jenkinson committed Nov 20, 2020
    Copy the full SHA
    96088e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bde40bc View commit details
    Browse the repository at this point in the history
  4. remove unneeded changes

    Tom Jenkinson committed Nov 20, 2020
    Copy the full SHA
    ad09886 View commit details
    Browse the repository at this point in the history
  5. update docs

    Tom Jenkinson committed Nov 20, 2020
    Copy the full SHA
    114364f View commit details
    Browse the repository at this point in the history
  6. update test to also put chunks in folder

    Tom Jenkinson committed Nov 20, 2020
    Copy the full SHA
    9434622 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. throw error if amd.id used with muli-file build

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    8eeece1 View commit details
    Browse the repository at this point in the history
  2. more accurate amd options type

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    1654ded View commit details
    Browse the repository at this point in the history
  3. update output.amd doc

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    1d4efc9 View commit details
    Browse the repository at this point in the history
  4. fix @ts-expect-error comments

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    84e8099 View commit details
    Browse the repository at this point in the history
  5. add tests for invalid options

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    96ea9c1 View commit details
    Browse the repository at this point in the history
  6. add test for entryFileNames with output.preserveModules

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    c9ec971 View commit details
    Browse the repository at this point in the history
  7. ignore internal error in coverage

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    48d01b1 View commit details
    Browse the repository at this point in the history
  8. simplify type

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    e1d9173 View commit details
    Browse the repository at this point in the history
  9. fix output options test

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    e6944ae View commit details
    Browse the repository at this point in the history
  10. fix type tests

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    9cecce3 View commit details
    Browse the repository at this point in the history
  11. improve types again

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    6ef8520 View commit details
    Browse the repository at this point in the history
  12. simply again

    Tom Jenkinson committed Nov 27, 2020
    Copy the full SHA
    bba3d17 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. make it a warning

    tjenkinson committed Nov 28, 2020
    Copy the full SHA
    cbae7b8 View commit details
    Browse the repository at this point in the history