ソースを参照

JSM: Clean up.

Don McCurdy 6 年 前
コミット
328dd89926
1 ファイル変更1 行追加1 行削除
  1. 1 1
      utils/modularize.js

+ 1 - 1
utils/modularize.js

@@ -41,7 +41,7 @@ function convert( path, ignoreList ) {
 
 	// imports
 
-	contents = contents.replace( /^\/\*+[^*]*\*+(?:[^/*][^*]*\*+)*\//, function ( match, p1 ) {
+	contents = contents.replace( /^\/\*+[^*]*\*+(?:[^/*][^*]*\*+)*\//, function ( match ) {
 
 		return `${match}\n\n_IMPORTS_`;