浏览代码

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.
          *