@shikijs/transformers 3.19.0 → 3.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -246,7 +246,7 @@ function parseMetaHighlightString(meta) {
|
|
|
246
246
|
});
|
|
247
247
|
return lines;
|
|
248
248
|
}
|
|
249
|
-
const symbol = Symbol("highlighted-lines");
|
|
249
|
+
const symbol = /* @__PURE__ */ Symbol("highlighted-lines");
|
|
250
250
|
function transformerMetaHighlight(options = {}) {
|
|
251
251
|
const { className = "highlighted", zeroIndexed = false } = options;
|
|
252
252
|
return {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shikijs/transformers",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.21.0",
|
|
5
5
|
"description": "Collective of common transformers transformers for Shiki",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@shikijs/core": "3.
|
|
31
|
-
"@shikijs/types": "3.
|
|
30
|
+
"@shikijs/core": "3.21.0",
|
|
31
|
+
"@shikijs/types": "3.21.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "unbuild",
|