-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/upgrade-volar2
- Loading branch information
Showing
13 changed files
with
530 additions
and
577 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
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,7 +1,7 @@ | ||
{ | ||
"name": "twoslash-cdn", | ||
"type": "module", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Run Twoslash on the browser, with Auto-Type-Acquisition on CDN.", | ||
"author": "Anthony Fu <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -52,13 +52,13 @@ | |
"twoslash": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@typescript/ata": "^0.9.4", | ||
"@typescript/vfs": "^1.5.0", | ||
"@typescript/ata": "^0.9.6", | ||
"@typescript/vfs": "^1.5.3", | ||
"twoslash-cdn": "workspace:*", | ||
"typescript": "^5.4.5", | ||
"unbuild": "^2.0.0", | ||
"unstorage": "^1.10.2", | ||
"vite": "^5.2.11", | ||
"vite": "^5.2.13", | ||
"vitest": "^1.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "playground", | ||
"type": "module", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite" | ||
}, | ||
"dependencies": { | ||
"@shikijs/twoslash": "^1.6.0", | ||
"shiki": "^1.6.0" | ||
"@shikijs/twoslash": "^1.6.3", | ||
"shiki": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"idb-keyval": "^6.2.1", | ||
"vite": "^5.2.11" | ||
"vite": "^5.2.13" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "twoslash-eslint", | ||
"type": "module", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "ESLint-backed twoslash runner", | ||
"author": "Anthony Fu <[email protected]>", | ||
"license": "MIT", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "twoslash-vue", | ||
"type": "module", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Extended Twoslash for Vue SFC support", | ||
"author": "Anthony Fu <[email protected]>", | ||
"license": "MIT", | ||
|
84 changes: 71 additions & 13 deletions
84
packages/twoslash-vue/test/results/renderer/example.raw.html
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.