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
base: v5.3.2
Choose a base ref
...
head repository: TypeStrong/ts-loader
compare: v5.3.3
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 23, 2018

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

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    465345f View commit details
    Browse the repository at this point in the history
  2. Pass ts.Program to getCustomTransformers() (#889)

    * Pass ts.Program to getCustomTransformers()
    
    A lot of transformers requires a Program instance so we pass ts.Program
    to getCustomTransformers() to be able to pass it on to transformers
    
    * Update CHANGELOG.md
    
    * Update package.json
    andersekdahl authored and johnnyreilly committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    e3d6367 View commit details
    Browse the repository at this point in the history
  3. add first github action! (#891)

    * add first github action!
    
    * Update main.workflow
    johnnyreilly committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    177a985 View commit details
    Browse the repository at this point in the history