Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow JavaScriptException to be subclassed #1093

Merged
merged 10 commits into from Mar 6, 2022
Merged

Allow JavaScriptException to be subclassed #1093

merged 10 commits into from Mar 6, 2022

Commits on Feb 16, 2022

  1. Allow JavaScriptException to be subclassed. This can be useful for ad…

    …ding additional metadata (like filename) to exception.
    Tim Cassidy committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8c987a8 View commit details
    Browse the repository at this point in the history
  2. JavaScriptException copy-constructors would be even better. (than jus…

    …t making Location protected instead of private)
    Tim Cassidy committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3c98b81 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. removed commented out code and fixed tabs

    Tim Cassidy committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a8591d5 View commit details
    Browse the repository at this point in the history
  2. alternatively - if you'd prefer spaces instead of tabs

    Tim Cassidy committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e2a7416 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Merge branch 'sebastienros:main' into main

    source-transformer committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e51df9c View commit details
    Browse the repository at this point in the history
  2. fix for extension method overloads

    Tim Cassidy committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    15d7cd8 View commit details
    Browse the repository at this point in the history
  3. fix for extension method resolve

    Tim Cassidy committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6b239df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Merge branch 'main' into main

    source-transformer committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    77bd869 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Merge branch 'main' into main

    lahma committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    bd24780 View commit details
    Browse the repository at this point in the history
  2. reformat and cleanup

    lahma committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    093efc0 View commit details
    Browse the repository at this point in the history