This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
841 additions
and
1,373 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"type": "module", | ||
"version": "0.6.12", | ||
"private": true, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"release": "bumpp -r && pnpm -r publish", | ||
|
@@ -11,30 +11,30 @@ | |
"build": "pnpm -r run build" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^1.1.0", | ||
"@antfu/ni": "^0.21.8", | ||
"@antfu/eslint-config": "^1.1.1", | ||
"@antfu/ni": "^0.21.9", | ||
"@antfu/utils": "^0.7.6", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-json": "^6.0.1", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@types/fs-extra": "^11.0.3", | ||
"@types/hast": "^3.0.2", | ||
"@types/node": "^20.8.10", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/hast": "^3.0.3", | ||
"@types/node": "^20.9.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"ansi-sequence-parser": "^1.1.1", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.52.0", | ||
"esno": "^0.17.0", | ||
"fast-glob": "^3.3.1", | ||
"eslint": "^8.53.0", | ||
"esno": "^4.0.0", | ||
"fast-glob": "^3.3.2", | ||
"fs-extra": "^11.1.1", | ||
"jsonc-parser": "^3.2.0", | ||
"lint-staged": "^15.0.2", | ||
"pnpm": "^8.10.2", | ||
"lint-staged": "^15.1.0", | ||
"pnpm": "^8.10.3", | ||
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.2.0", | ||
"rollup": "^4.4.0", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-esbuild": "^6.1.0", | ||
|
This file contains 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 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 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 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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<pre class="shiki nord" style="background-color:#2e3440ff;color:#d8dee9ff" tabindex="0" lang="js"><code><span class="line"><span style="color:#81A1C1">for</span><span style="color:#D8DEE9FF"> (</span><span style="color:#81A1C1">let</span><span style="color:#D8DEE9"> i</span><span style="color:#81A1C1"> =</span><span style="color:#B48EAD"> 0</span><span style="color:#81A1C1">;</span><span style="color:#D8DEE9"> i</span><span style="color:#81A1C1"> <</span><span style="color:#B48EAD"> 10</span><span style="color:#81A1C1">;</span><span style="color:#D8DEE9"> i</span><span style="color:#81A1C1">++</span><span style="color:#D8DEE9FF">)</span></span> | ||
<pre class="shiki nord" style="background-color:#2e3440ff;color:#d8dee9ff" tabindex="0"><code><span class="line"><span style="color:#81A1C1">for</span><span style="color:#D8DEE9FF"> (</span><span style="color:#81A1C1">let</span><span style="color:#D8DEE9"> i</span><span style="color:#81A1C1"> =</span><span style="color:#B48EAD"> 0</span><span style="color:#81A1C1">;</span><span style="color:#D8DEE9"> i</span><span style="color:#81A1C1"> <</span><span style="color:#B48EAD"> 10</span><span style="color:#81A1C1">;</span><span style="color:#D8DEE9"> i</span><span style="color:#81A1C1">++</span><span style="color:#D8DEE9FF">)</span></span> | ||
<span class="line test"><span style="color:#616E88"> // eslint-disable-next-line no-console</span></span> | ||
<span class="line"><span style="color:#D8DEE9"> console</span><span style="color:#ECEFF4">.</span><span style="color:#88C0D0">log</span><span style="color:#D8DEE9FF">(</span><span style="color:#D8DEE9">i</span><span style="color:#D8DEE9FF">)</span></span> | ||
<span class="line"></span></code></pre> |
This file contains 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 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 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 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 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.