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: meriyah/meriyah
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: meriyah/meriyah
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.1
Choose a head ref
  • 17 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 25, 2021

  1. Clarify whether TypeScript or Flow are supported in README

    I keep forgetting, and it's hard to find the answer.
    rattrayalex authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8691f92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from rattrayalex/patch-1

    Clarify whether TypeScript or Flow are supported in README
    3cp authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    eee1cab View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    9277422 View commit details
    Browse the repository at this point in the history
  2. chore: turn on github actions

    3cp committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    769b8ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #205 from meriyah/ghactions

    chore: turn on github actions
    3cp authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    10486d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. fix(parser): fix wrong starting loc for any non-trival expression in …

    …return statement
    
    closes #207
    3cp committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    7063af5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Merge pull request #208 from meriyah/fix-return-loc

    fix(parser): fix wrong starting loc for any non-trival expression in return statement
    3cp authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0fbf089 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    a5fcb80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from meriyah/fix-jsx-regex

    fix(parser): allow regular expression in JSXExpressionContainer
    3cp authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4b24c73 View commit details
    Browse the repository at this point in the history
  3. fix(parser): super call should be allowed in private method

    Also fixed the error message for invalid super call.
    
    closes #203
    3cp committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6de707a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #210 from meriyah/fix-private-super

    fix(parser): super call should be allowed in private method
    3cp authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6a386a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d757c6b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

Commits on Mar 31, 2022

  1. fix(parser): allow top level await in expressions

    Such as foo[await 1], foo(await 1).
    
    closes #212
    3cp committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    37c6361 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from meriyah/global-await

    fix(parser): allow top level await in expressions
    3cp authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    39d8686 View commit details
    Browse the repository at this point in the history
  3. 4.2.1

    3cp committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f6c694b View commit details
    Browse the repository at this point in the history
Loading