@stylin/msa-loader
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -96,3 +96,3 @@ "use strict"; | ||
} | ||
const parseCommentOnly = R.pipe(R.replace(/@\w+[:\s]+(\w+)/g, ``), R.when(R.includes(`{`), R.replace(/\{\s*(\n|\r|.)+?\}/gm, R.replace(/\n|\r/g, ``))), parseComment); | ||
const parseCommentOnly = R.pipe(R.replace(/@\w+[:\s]+(\w+)/g, ``), R.when(R.includes(`{`), R.replace(/\n|\r/g, ` `)), parseComment); | ||
function parseComments(text) { | ||
@@ -99,0 +99,0 @@ const reComment = /\/\*+((\r|\n|.[^*])+)\*+\/[\n\r]+\.([\w-]+)/gm; |
{ | ||
"name": "@stylin/msa-loader", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Stylin loader module for webpack", | ||
@@ -40,3 +40,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "82824a380f9f5754974a579f9e8a07ba9f5ce9dd" | ||
"gitHead": "0c908a5f4fd303ebf6e2fd84255b4dfbc75ffe87" | ||
} |
Sorry, the diff of this file is not supported yet
19279