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

[RLC from swagger] Update source files with js suffix in imports #3021

Open
Tracked by #2986
MaryGao opened this issue Jan 22, 2025 · 0 comments
Open
Tracked by #2986

[RLC from swagger] Update source files with js suffix in imports #3021

MaryGao opened this issue Jan 22, 2025 · 0 comments
Labels
P1 priority 1 RLC

Comments

@MaryGao
Copy link
Member

MaryGao commented Jan 22, 2025

Similar to this commit, during RLC generation from swagger, we should update the imports with js suffix for esm importing. Once succeess, the relevant files should be updated correctly.

From

import {
  ReadonlypropertyPutValidDefaultResponse,
  FlattencomplexGetValid200Response,
} from "./responses";

To

import {
  ReadonlypropertyPutValidDefaultResponse,
  FlattencomplexGetValid200Response,
} from "./responses.js";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 priority 1 RLC
Projects
None yet
Development

No branches or pull requests

1 participant