Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
docs: note about migration
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 26, 2024
1 parent 820834a commit 18e036c
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 35 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<img src="https://raw.githubusercontent.com/antfu/shikiji/main/docs/public/logo.svg" width="150" alt="Shikiji Logo" />

> [!IMPORTANT]
> Shikiji is migration back to Shiki! The developement of this repository is slowing down and will soon be archived. Please follow [this PR](https://github.com/shikijs/shiki/pull/557) to track the progress.
# Shikiji 式辞

[![NPM version](https://img.shields.io/npm/v/shikiji?color=32A9C3&labelColor=1B3C4A&label=npm)](https://www.npmjs.com/package/shikiji)
Expand Down
86 changes: 78 additions & 8 deletions packages/vitepress-plugin-twoslash/test/out/import-vue.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,27 @@
},
"children": [
{
"type": "text",
"value": "value - The object to wrap in the ref.",
"type": "element",
"tagName": "code",
"properties": {},
"children": [
{
"type": "text",
"value": "value",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 8,
"offset": 7
}
}
}
],
"position": {
"start": {
"line": 1,
Expand All @@ -605,8 +624,24 @@
},
"end": {
"line": 1,
"column": 39,
"offset": 38
"column": 8,
"offset": 7
}
}
},
{
"type": "text",
"value": " - The object to wrap in the ref.",
"position": {
"start": {
"line": 1,
"column": 8,
"offset": 7
},
"end": {
"line": 1,
"column": 42,
"offset": 41
}
}
}
Expand Down Expand Up @@ -1523,8 +1558,27 @@
},
"children": [
{
"type": "text",
"value": "value - The object to wrap in the ref.",
"type": "element",
"tagName": "code",
"properties": {},
"children": [
{
"type": "text",
"value": "value",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 8,
"offset": 7
}
}
}
],
"position": {
"start": {
"line": 1,
Expand All @@ -1533,8 +1587,24 @@
},
"end": {
"line": 1,
"column": 39,
"offset": 38
"column": 8,
"offset": 7
}
}
},
{
"type": "text",
"value": " - The object to wrap in the ref.",
"position": {
"start": {
"line": 1,
"column": 8,
"offset": 7
},
"end": {
"line": 1,
"column": 42,
"offset": 41
}
}
}
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18e036c

Please sign in to comment.