-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[JS] Add initial TS config for migration (DO NOT MERGE) #15440
base: trunk
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
User description
Motivation and Context
This is a test commit to set up TypeScript configuration for the JavaScript
codebase migration.
Please do not Merge
Types of changes
Checklist
PR Type
Enhancement, Tests, Configuration changes
Description
Introduced TypeScript support with new configuration and file updates.
Refactored existing JavaScript files to TypeScript, adding type annotations.
Added a new
proxy.ts
module for WebDriver proxy configuration.Updated Bazel build files to integrate TypeScript compilation.
Changes walkthrough 📝
1 files
Removed unnecessary ESLint disable comments.
1 files
Removed ESLint disable comment for UUID generation.
2 files
Refactored to TypeScript with type annotations and interfaces.
Added new TypeScript module for WebDriver proxy configuration.
2 files
Updated Bazel build file to support TypeScript compilation.
Added TypeScript configuration file.
1 files
Added `@types/node` dependency for TypeScript support.
2 files