Skip to content

Conversation

ivanduplenskikh
Copy link
Contributor

@ivanduplenskikh ivanduplenskikh commented Jul 22, 2025

Context

Our current build scripts are untyped, which has led to issues such as null errors and usage of undefined variables.
This PR addresses those problems by introducing type safety and improving overall script reliability.

AB#2287182


Task Name

N/A


Description

Intermediate step in migrating build scripts to a strict TS config.
Added tsconfig.json, included js files, added type dependencies to support TS typing, and made improvements for the auditing script.


Risk Assessment

Low


Change Behind Feature Flag (Yes / No)

N/A


Tech Design / Approach

N/A


Documentation Changes Required (Yes/No)

N/A


Unit Tests Added or Updated (Yes / No)

N/A


Additional Testing Performed

N/A


Logging Added/Updated (Yes/No)

N/A


Telemetry Added/Updated (Yes/No)

N/A


Rollback Scenario and Process (Yes/No)

N/A


Dependency Impact Assessed and Regression Tested (Yes/No)

N/A


Checklist

  • Related issue linked (if applicable)
  • Task version was bumped — see versioning guide
  • Verified the task behaves as expected

@ivanduplenskikh ivanduplenskikh force-pushed the users/iduplenskikh/update-build-scripts branch from 7566997 to 48e806c Compare July 28, 2025 08:21
@ivanduplenskikh
Copy link
Contributor Author

/azp run

@ivanduplenskikh ivanduplenskikh force-pushed the users/iduplenskikh/update-build-scripts branch from 48e806c to 9dfbec8 Compare July 29, 2025 07:28
@ivanduplenskikh ivanduplenskikh enabled auto-merge (squash) July 29, 2025 07:28
@ivanduplenskikh
Copy link
Contributor Author

/azp run

@ivanduplenskikh ivanduplenskikh merged commit 8fb8034 into master Jul 29, 2025
5 checks passed
@ivanduplenskikh ivanduplenskikh deleted the users/iduplenskikh/update-build-scripts branch July 29, 2025 07:58
ivanduplenskikh added a commit that referenced this pull request Jul 29, 2025
ivanduplenskikh added a commit that referenced this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants