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: ColinEberhardt/assemblyscript-regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.1
Choose a base ref
...
head repository: ColinEberhardt/assemblyscript-regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 2, 2021

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

Commits on May 4, 2021

  1. fix: make globals static so that they don't pollute downstream librar…

    …ies (#42)
    
    Also reorganized top level `let`s into static variables.
    Willem Wyndham authored May 4, 2021
    Configuration menu
    Copy the full SHA
    debec10 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. fix: also include 'main' module entry point

    This keeps the TypeScript compiler happy as well as the AssemblyScript compiler
    ColinEberhardt authored May 17, 2021
    Configuration menu
    Copy the full SHA
    f217143 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

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

Commits on Nov 11, 2023

  1. Fix AS210 error where expressions are never null (#45)

    * Fix AS210 error where expressions are never null
    
    * fix AssemblyScript 0.27.0 build error
    
    * revert assemblyscript to ^0.25.0 to resolve npm issues
    jonathannorris authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c9e1d77 View commit details
    Browse the repository at this point in the history
Loading