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: mrmckeb/typescript-plugin-css-modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Bungie-net/typescript-plugin-css-modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 21, 2019

  1. Change getFilePath to use Node's path library

    Previous code used explicit path slash to determine the folder path of a file, which only works if the OS in question uses that type of slash. Node's path library is OS-agnostic and avoids these issues.
    jakelauer committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9dadfdd View commit details
    Browse the repository at this point in the history
  2. Attempt at a linting fix

    jakelauer committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    27d876c View commit details
    Browse the repository at this point in the history
  3. Snapshot update

    jakelauer committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9b118e9 View commit details
    Browse the repository at this point in the history
  4. Revert "Snapshot update"

    This reverts commit 9b118e9.
    jakelauer committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    168b17f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Remove duplicate log

    mrmckeb authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    f65e779 View commit details
    Browse the repository at this point in the history
Loading