Yuki Takei 2 лет назад
Родитель
Сommit
e68969b421
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/micromark-extension-gfm-table/dev/lib/syntax.js

+ 1 - 2
packages/micromark-extension-gfm-table/dev/lib/syntax.js

@@ -286,9 +286,8 @@ function tokenizeTable(effects, ok, nok) {
 
   /** @type {State} */
   function atRowEndHead(code) {
-    const { containerState } = self;
-
     // for debug -- 2023.05.06 Yuki Takei
+    // const { containerState } = self;
     // let atRowEndHeadCount = containerState.atRowEndHeadCount ?? 0;
     // atRowEndHeadCount++;
     // containerState.atRowEndHeadCount = atRowEndHeadCount;