Skip to content

Update TypeScript target in log-viewer-webui to ES2023 #919

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

Open
coderabbitai bot opened this issue May 21, 2025 · 0 comments
Open

Update TypeScript target in log-viewer-webui to ES2023 #919

coderabbitai bot opened this issue May 21, 2025 · 0 comments

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 21, 2025

Overview

This issue tracks the effort to update the TypeScript configuration in the log-viewer-webui component to align with modern standards and Vite's recommendations.

Background

In the yscope-log-viewer project, we've migrated from Webpack to Vite and noticed that our TypeScript configurations should be updated to use ES2023 for TypeScript 5.5+ compatibility.

Task

  • Update the target in components/log-viewer-webui/client/tsconfig/tsconfig.node.json from ES2022 to ES2023
  • Ensure backward compatibility with existing code

Reference

cc: @junhaoliao

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

No branches or pull requests

0 participants