Commits on Feb 7, 2022

  1. dont count optional chaining in import specifier

    instead of full member expression use only non-optional member expression part
    vankop committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    59437cc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

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

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    14478b9 View commit details
    Browse the repository at this point in the history
  2. update type.d.ts file

    Lucian-4a25 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    cf52880 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. renaming

    vankop committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    005e065 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. add "in" operator support

    vankop committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    eb5d124 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. improve dependency

    vankop committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f9779f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. fix chunk loading

    vankop committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    cb89fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f3a1d View commit details
    Browse the repository at this point in the history
  3. fix context

    vankop committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    a9cf0d0 View commit details
    Browse the repository at this point in the history
  4. fix asiSafe

    vankop committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4fe01b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    b095e8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15413 from cool-little-fish/fix-15274

    fix: use relative path in source map for context module
    sokra committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0d685d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15480 from webpack/fix/module-chunk-loading

    fix module chunk loading
    sokra committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    770dea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbbe300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9cf480 View commit details
    Browse the repository at this point in the history
  6. handle possible side effect

    vankop committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cb05e41 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. add parser options for dynamic import

    - add dynamicImportMode for ContextModule
    - add dynamicImportPrefetch for prefetch order
    - add dynamicImportPreload for preload order
    vankop committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    62d50ba View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    d7264d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f86eb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Replace deprecated String.prototype.substr()

    String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    8f56fcb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Merge pull request #15002 from TrickyPi/fix-14927

    Fix 14927
    sokra committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f43047c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fc854 View commit details
    Browse the repository at this point in the history
  3. fix discussion

    vankop committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5a9ead9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15531 from webpack/fix/evaluate-expression-api

    fix `parser.evaluteExpression` api
    sokra committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    11ff696 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15524 from CommanderRoot/rm-deprecated-substr

    fix: Replace deprecated String.prototype.substr()
    sokra committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e184a03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee6b53d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #15327 from webpack/fix/dont-count-optional-chaini…

    …ng-in-import-specifier
    
    dont count optional chaining in import specifier
    sokra committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5cc3a39 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15481 from webpack/fix/base-uri

    add base uri runtime module if chunkLoading=false
    sokra committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    aca885c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    3ec8a60 View commit details
    Browse the repository at this point in the history
  2. fix allDeps list

    vankop committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e3de334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94145e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    2d390a2 View commit details
    Browse the repository at this point in the history
  2. generate only needed source types

    - in ConcatenatedModule generate only js
    - in NormalModule generate only used sources
    vankop committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3f1715f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15455 from webpack/feature/support-in-operator

    add "in" operator support
    sokra committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    86a8bd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. support arrow function in umd

    vankop committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    806ee08 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    b6b5977 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Lucian-4a25 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    bfd057c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    8df4d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449d178 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. add createRequire support

    vankop committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    34c4edc View commit details
    Browse the repository at this point in the history
  2. support context in Dependency

    vankop committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    cf5fc90 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. add test case

    vankop committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5605e53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15577 from webpack/support-node-prefix-in-build-deps

    support node: prefix in esm build dependencies
    sokra committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    84aa5cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15551 from webpack/fix/issue-15545

    support arrow function in umd
    sokra committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5d8a971 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15536 from webpack/fix/issue-15518

    fix allDeps list
    sokra committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    129477d View commit details
    Browse the repository at this point in the history
  5. hash source types correctly for caching

    nitpicks
    sokra committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ba75533 View commit details
    Browse the repository at this point in the history
  6. fix discussions

    vankop committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3929e68 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #15585 from webpack/refactor/support-context-in-de…

    …pendency
    
    support context in Dependency
    sokra committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2c200d1 View commit details
    Browse the repository at this point in the history