Home
Search
Notifications
Create
More
bkdevs
/
gitdot
/
frontend
/
__mocks__
/
lib-shiki.ts
Mobile support to come.
..
lib-shiki.ts
shiki.ts
1
export
const
highlighter
=
{
2
codeToHast
: () => ({
3
type
:
"
root
"
,
4
children
: [],
5
}),
6
};
7
adding hast tests + mocks
baepaul
•
6016898
23d ago