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

feat: support ES Modules #119

Merged
merged 47 commits into from
Feb 3, 2024
Merged

feat: support ES Modules #119

merged 47 commits into from
Feb 3, 2024

Conversation

Himenon
Copy link
Owner

@Himenon Himenon commented Feb 1, 2024

Summary

Breaking Changes

Requirements

  • TypeScript >= 5

Change improt Paths:

- import * as Templates from "@himenon/openapi-typescript-code-generator/templates";
+ import * as Templates from "@himenon/openapi-typescript-code-generator/dist/templates";

- import type * as Types from "@himenon/openapi-typescript-code-generator/types";
+ import type * as Types from "@himenon/openapi-typescript-code-generator/dist/types";

- import type * as Meta from "@himenon/openapi-typescript-code-generator/meta";
+ import type * as Meta from "@himenon/openapi-typescript-code-generator/dist/meta";

- import type * as Api from "@himenon/openapi-typescript-code-generator/api";
+ import type * as Api from "@himenon/openapi-typescript-code-generator/dist/api";

Test Plan

@Himenon Himenon changed the title chore(deps): update dependencies feat: support esmodules Feb 2, 2024
@Himenon Himenon changed the title feat: support esmodules feat: support ES Modules Feb 3, 2024
@Himenon Himenon merged commit 8c1154c into main Feb 3, 2024
2 checks passed
@Himenon Himenon deleted the chore/deps-update-2024 branch February 3, 2024 08:36
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.

None yet

1 participant