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

Bump json5 from 2.2.1 to 2.2.3 in /runtime/JavaScript #22

Open
wants to merge 7 commits into
base: tool_refactoring
Choose a base branch
from

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    cd69a46 View commit details
    Browse the repository at this point in the history
  2. Move a part of CodeGenerator.write into a separate reusable method …

    …`writeToWriter` to be able to reuse it later.
    
    Signed-off-by: KOLANICH <[email protected]>
    KOLANICH committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    879df14 View commit details
    Browse the repository at this point in the history
  3. Refactor CodeGenerator a bit: move target initialization code into a …

    …separate method.
    
    Signed-off-by: KOLANICH <[email protected]>
    KOLANICH committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    791b330 View commit details
    Browse the repository at this point in the history
  4. Extracted getting the interp file name into a separate method `Tool::…

    …getInterpFileName`.
    
    Signed-off-by: KOLANICH <[email protected]>
    KOLANICH committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4abbca2 View commit details
    Browse the repository at this point in the history
  5. Merge branches 'writeToWriter', 'private2protected', 'initializeTarge…

    …t' and 'getInterpFileName' into tool_refactoring
    KOLANICH committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6a29d33 View commit details
    Browse the repository at this point in the history
  6. Refactored Tool a bit to have a method to get the results as a string…

    … via API + some other refactorings
    
    Signed-off-by: KOLANICH <[email protected]>
    KOLANICH committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    63f7ede View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Bump json5 from 2.2.1 to 2.2.3 in /runtime/JavaScript

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    238d7c8 View commit details
    Browse the repository at this point in the history