Skip to content

Commit eb5400c

Browse files
committed
fix dependency updates
1 parent b954b93 commit eb5400c

12 files changed

+1130
-1667
lines changed

dist/tokenize.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @see https://www.unicode.org/Public/UCD/latest/ucd/NamesList.txt
66
* @see https://unicode.org/charts/nameslist/n_0000.html
77
*/ /** */
8+
89
/** ␉ */
910
const CHARACTER_TABULATION = 0x0009;
1011
/** ␊ */

dist/tokenize.cjs.map

+1-1
Large diffs are not rendered by default.

dist/tokenize.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @see https://www.unicode.org/Public/UCD/latest/ucd/NamesList.txt
44
* @see https://unicode.org/charts/nameslist/n_0000.html
55
*/ /** */
6+
67
/** ␉ */
78
const CHARACTER_TABULATION = 0x0009;
89
/** ␊ */

dist/tokenize.mjs.map

+1-1
Large diffs are not rendered by default.

dist/tokenizeSCSS.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @see https://www.unicode.org/Public/UCD/latest/ucd/NamesList.txt
66
* @see https://unicode.org/charts/nameslist/n_0000.html
77
*/ /** */
8+
89
/** ␉ */
910
const CHARACTER_TABULATION = 0x0009;
1011
/** ␊ */

dist/tokenizeSCSS.cjs.map

+1-1
Large diffs are not rendered by default.

dist/tokenizeSCSS.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @see https://www.unicode.org/Public/UCD/latest/ucd/NamesList.txt
44
* @see https://unicode.org/charts/nameslist/n_0000.html
55
*/ /** */
6+
67
/** ␉ */
78
const CHARACTER_TABULATION = 0x0009;
89
/** ␊ */

dist/tokenizeSCSS.mjs.map

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)