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 module tag value & use for specifying identifier in usage block #636

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

crowlKats
Copy link
Member

No description provided.

<h3>Usage</h3><div class="markdown"><pre class="highlight"><code>import * as mod from "foo";
</code><button class="context_button" data-copy="import * as mod from &quot;foo&quot;;
<h3>Usage</h3><div class="markdown"><pre class="highlight"><code>import * as bar from "foo";
</code><button class="context_button" data-copy="import * as bar from &quot;foo&quot;;
Copy link
Member

Choose a reason for hiding this comment

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

👍

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

(Sorry for the delay in review)

The regex replacement makes sense to me. LGTM!

@crowlKats crowlKats merged commit 4e47d58 into main Oct 1, 2024
5 checks passed
@crowlKats crowlKats deleted the module-tag-name branch October 1, 2024 13:25
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.

2 participants