-
-
Notifications
You must be signed in to change notification settings - Fork 450
feat: add nodejs noodle #2778
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
alexdln
wants to merge
5
commits into
npmx-dev:main
Choose a base branch
from
alexdln:feat/noodle-nodejs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: add nodejs noodle #2778
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| <template> | ||
| <TooltipApp interactive :tooltipAttr="{ class: 'w-[calc(100%-2rem)]! max-w-sm!' }"> | ||
| <template #content> | ||
| <p class="text-sm font-medium text-fg mb-1"> | ||
| <span class="text-fg-subtle"> | ||
| // 27 May 2009 - nodejs Initial release | ||
| <br /> | ||
| // <a | ||
| href="https://github.com/nodejs/node-v0.x-archive/releases/tag/v0.0.1" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| class="underline" | ||
| >github.com/nodejs/node-v0.x-archive/releases/tag/v0.0.1</a | ||
| > | ||
| </span> | ||
| <br /> | ||
| <span class="text-badge-yellow">console</span>.<span class="text-badge-blue">log(</span | ||
| ><span class="text-badge-green">"Happy birthday, nodejs"</span | ||
| ><span class="text-badge-blue">)</span> | ||
| </p> | ||
| </template> | ||
| <svg | ||
| width="962" | ||
| height="292" | ||
| viewBox="0 0 962 292" | ||
| fill="none" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| :alt="$t('alt_logo')" | ||
| class="mb-8 mx-auto w-72 h-auto sm:w-92 max-w-full" | ||
| > | ||
| <path | ||
| d="M269 198.684V86.2912L329 46.1509L389 86.2912V198.684L353 174.6V106.361L329 90.3053L305 106.361V174.6L269 198.684Z" | ||
| fill="currentColor" | ||
| stroke="currentColor" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| <path | ||
| d="M833 194.67V154.53L958 46.1509V86.2912L833 194.67Z" | ||
| fill="currentColor" | ||
| stroke="currentColor" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| <path | ||
| d="M958 194.67V154.53L833 46.1509V86.2912L958 194.67Z" | ||
| fill="currentColor" | ||
| stroke="currentColor" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| <path | ||
| d="M589 198.684V86.2912L649 46.1509L691 74.2491L733 46.1509L793 86.2912V174.6L757 198.684V106.361L733 90.3053L709 106.361V174.6L673 198.684V174.6V106.361L649 90.3053L625 106.361V174.6L589 198.684Z" | ||
| fill="currentColor" | ||
| /> | ||
| <path | ||
| d="M709 174.6H673V106.361L649 90.3053L625 106.361V174.6L589 198.684V86.2912L649 46.1509L709 86.2912V174.6ZM709 174.6L673 198.684V86.2912L733 46.1509L793 86.2912V174.6L757 198.684V106.361L733 90.3053L709 106.361V174.6Z" | ||
| stroke="currentColor" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M429 86.2912V150.516V289L465 264.916L465 174.6L489 190.656L513 174.6L549 150.516V86.2912L489 46.1509L429 86.2912ZM513 130.446V106.361L489 90.3053L465 106.361L465 130.446L489 146.502L513 130.446Z" | ||
| fill="currentColor" | ||
| stroke="currentColor" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| <path | ||
| fill-rule="evenodd" | ||
| clip-rule="evenodd" | ||
| d="M52 158.544V182.628L28 198.684L4 182.628L4 158.544L28 142.488L52 158.544Z" | ||
| fill="#689F63" | ||
| stroke="#689F63" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| <path | ||
| d="M187 3H228L113 223.772H72L187 3Z" | ||
| fill="#689F63" | ||
| stroke="#689F63" | ||
| stroke-width="5" | ||
| stroke-linejoin="round" | ||
| /> | ||
| </svg> | ||
| </TooltipApp> | ||
| </template> | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.