-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[bazel + js] Allow bazel build //javascript/...
to work
#13893
Conversation
PR Description updated to latest commit (096978d)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement
Description
javascript/grid-ui
to support JavaScript and resolve JSON modules.javascript/node/selenium-webdriver
to usejs_library
for better management of JavaScript files and tests.Changes walkthrough
BUILD.bazel
Enhance TypeScript Build Configuration for JavaScript Support
javascript/grid-ui/BUILD.bazel
BUILD.bazel
Refactor and Enhance JavaScript Library Handling in Bazel
javascript/node/selenium-webdriver/BUILD.bazel
js_library
rules to manage JavaScript sources and testsmore effectively.
js_library
.tsconfig.json
Fix JSON Syntax in TypeScript Configuration
javascript/grid-ui/tsconfig.json