shiki icon indicating copy to clipboard operation
shiki copied to clipboard

CDN version breaks above v0.10.1

Open mplatts opened this issue 1 year ago • 3 comments

<script src="https://unpkg.com/shiki"></script>

Gives error:

shiki:1 Uncaught ReferenceError: vscode is not defined at shiki:1:31910

Fixes it:

<script src="https://unpkg.com/[email protected]"></script>

mplatts avatar Aug 15 '22 21:08 mplatts

Interesting, unsure what triggers this

orta avatar Aug 16 '22 07:08 orta

)}(this.shiki=this.shiki||{},vscode-oniguruma,vscode-textmate);

... well that's definitely not desirable output. Possibly a rollup update?

Gerrit0 avatar Aug 19 '22 01:08 Gerrit0

same here.

Uncaught ReferenceError: vscode is not defined Uncaught TypeError: shiki.getHighlighter is not a function

Using https://unpkg.com/[email protected] for now

lnfel avatar Aug 19 '22 03:08 lnfel