Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TypeStrong/ts-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d9fcbfd
Choose a base ref
...
head repository: TypeStrong/ts-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e7220b
Choose a head ref
  • 9 commits
  • 1,374 files changed
  • 7 contributors

Commits on Sep 24, 2022

  1. Add Tests and Remarks Concerning the New .cts And .mts File Exten…

    …sions (#1508)
    
    * docs: Refactor settings properly
    
    * docs: Add missing step to the `Dockerfile`
    
    * dep: Update `webpack` dependencies
    
    * test: Add tests concerning file-suffixes
    
    * test: Restrict the version of the new tests
    
    * test: Fix outdated config
    
    * test: Regenerate `comparison-tests`
    
    * test: Fix broken `webpack` settings
    
    * test: Regenerate tests
    neurolag authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e76abb0 View commit details
    Browse the repository at this point in the history
  2. Bump lodash in /test/execution-tests/babel-codeSplitting (#1435)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.4...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    cf1d227 View commit details
    Browse the repository at this point in the history
  3. Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-examp…

    …le (#1489)
    
    Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    64a4136 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Update outdated LICENSE year (#1513)

    Updated the outdated copyright year to the present. 
    So there will not be a need for any further license year updates
    bunasQ authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5c66d2b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

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

Commits on Nov 11, 2022

  1. chore(deps): bump minimatch in /examples/project-references-example (#…

    …1530)
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3319b91 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Typescript 4 9 (#1547)

    * chore: typescript 4.9
    
    * chore: stub output
    
    * feat: regenerate
    johnnyreilly authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    620ee79 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. add missing comma in README.md (#1551)

    Giannis Chatziveroglou authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    87a9fff View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Use custom transformer when building solution references (#1550)

    * Refactor getting custom transformer into a dedicated function
    
    This allows us to share the function between `initializeInstance` and
    `makeSolutionBuilderHost`. `makeSolutionBuilderHost` is called as a part
    of `buildSolutionReferences`.  `buildSolutionReferences` is called before
    `initializeInstance` where the custom transformers are initialized.
    
    * Implement `getCustomTransformer` in `makeSolutionBuilderHost`
    
    This allows us to pass on the custom transformer while the project
    references are built.
    
    * Remove redundant `.toString`
    
    `options.configFilePath` is always a string, there's no reason we need `toString()` too.
    
    * Runtime check that project is a string
    
    In a previous commit, I removed `.toString()` without validating what
    the Typescript compiler would say. This change does a runtime check
    that the project variable is an actual string.
    
    * Update `CHANGELOG.md` and `package.json`
    
    Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
    feosuna1 and johnnyreilly authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5e7220b View commit details
    Browse the repository at this point in the history
Loading