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: consulo/consulo-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: browserDebug
Choose a base ref
...
head repository: consulo/consulo-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 685 files changed
  • 2 contributors

Commits on Feb 15, 2026

  1. Merge pull request #117 from consulo/browserDebug

    Browser debugger
    VISTALL authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    7ea8d62 View commit details
    Browse the repository at this point in the history
  2. add shutdown of executor

    VISTALL committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    9628096 View commit details
    Browse the repository at this point in the history
  3. Update README to include Browser Debugging section

    Added section for Browser Debugging with link.
    VISTALL authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    af23e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76852df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1ec23f View commit details
    Browse the repository at this point in the history
  6. use internal impl fix fix

    VISTALL committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    241c2cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55a810a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

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

Commits on Feb 18, 2026

  1. add missed exports

    VISTALL committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    18e43b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. compile fix

    VISTALL committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    d51c754 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Merge pull request #118 from unv-unv/string-escape-performance

    Improving performance of escapeStringCharacters call by using StringBuilder variant
    unv-unv authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    647d598 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. hide debug

    VISTALL committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    376c40e View commit details
    Browse the repository at this point in the history
  2. migrate to jspecify

    VISTALL committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    f52497b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. initial rework type script

    VISTALL committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    f8212de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e810d View commit details
    Browse the repository at this point in the history
  3. fix cce while parsing jsdoc

    VISTALL committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    449dc13 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. fix npe while parsing

    VISTALL committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    b37470c View commit details
    Browse the repository at this point in the history
Loading