ソースを参照

Comments and linting for regex operation.

n1073645 5 年 前
コミット
04036e001e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/core/operations/ToCaseInsensitiveRegex.mjs

+ 1 - 0
src/core/operations/ToCaseInsensitiveRegex.mjs

@@ -32,6 +32,7 @@ class ToCaseInsensitiveRegex extends Operation {
      * @returns {string}
      */
     run(input, args) {
+
         /**
          * Simulates look behind behaviour since javascript doesn't support it.
          *