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: PowerShell/EditorSyntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12b7d7257eb493e45a9af0af9094ec0c2a996712
Choose a base ref
...
head repository: PowerShell/EditorSyntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44eac8702f3cbe55a4ec70c1fdb163d42b4162fc
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 26, 2019

  1. Fixes @splatting in double quoted strings (#165)

    * fixes #149, #164
    remove #variable from #doubleQuotedString, remove @ from #variableNoProperty
    
    * add tests: no @splats in double quoted strings
    msftrncs authored and TylerLeonhardt committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    cf27d6e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. fixes #168, (#172)

    removes all redundant includes from #attribute
    msftrncs authored and TylerLeonhardt committed May 8, 2019
    Configuration menu
    Copy the full SHA
    f1a9d6c View commit details
    Browse the repository at this point in the history
  2. Adds new PowerShell Core escapes e and u{x} (#60) (#171)

    * Add `e and `u{x} escapes
    
    * add simple `e and `u{x}` tests
    msftrncs authored and TylerLeonhardt committed May 8, 2019
    Configuration menu
    Copy the full SHA
    f33f44c View commit details
    Browse the repository at this point in the history
  3. Fixes for automatic variables (#166)

    * fixes #133
    corrects scope mismatch between #variable and #variableNoProperty for
    automatics and fixes REGEX for $$, $^, and $?
    
    * fix tests for automatic variable scope change
    
    * add tests for $$, $^, $?
    msftrncs authored and TylerLeonhardt committed May 8, 2019
    Configuration menu
    Copy the full SHA
    6e2fb74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389f238 View commit details
    Browse the repository at this point in the history
  5. SupportsWildcards attribute (#158)

    Add support for SupportsWildcards attribute.
    glachancecmaisonneuve authored and TylerLeonhardt committed May 8, 2019
    Configuration menu
    Copy the full SHA
    44eac87 View commit details
    Browse the repository at this point in the history
Loading