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

New template for examples #8

Merged
merged 5 commits into from
Mar 6, 2024
Merged

New template for examples #8

merged 5 commits into from
Mar 6, 2024

Conversation

matthew44-mappable
Copy link
Contributor

@matthew44-mappable matthew44-mappable commented Mar 6, 2024

Features:

  • examples support typescript
  • added example template using vue

Other changes:

  • @mappable-world/mappable-types package has been updated to the latest version for vuefy
  • add vue package
  • updated test snapshots due to the addition of scale control to the copyright

@matthew44-mappable matthew44-mappable marked this pull request as ready for review March 6, 2024 16:33
@matthew44-mappable matthew44-mappable merged commit c50fb1d into main Mar 6, 2024
1 check passed
@matthew44-mappable matthew44-mappable deleted the ts-examples branch March 6, 2024 16:37
Comment on lines +14 to +18
declare module '@mappable-world/mappable-types/import' {
interface Import {
(pkg: '%PACKAGE_NAME%'): Promise<typeof import('../src/index')>;
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be a part of generated package, not for example

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello! I have created a new pull request for the proposed changes

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

2 participants