@jeefo/javascript_preprocessor
Advanced tools
Comparing version 0.0.5 to 0.0.6
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : index.js | ||
* Created at : 2020-05-30 | ||
* Updated at : 2020-11-22 | ||
* Updated at : 2020-11-24 | ||
* Author : jeefo | ||
@@ -501,3 +501,3 @@ * Purpose : | ||
const nodes = parser.parse(module.content); | ||
for (const n of nodes) await await this.walk(n); | ||
for (const n of nodes) await this.walk(n); | ||
@@ -504,0 +504,0 @@ module.replacements.sort(sort_by_start_index); |
{ | ||
"name": "@jeefo/javascript_preprocessor", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"homepage": "https://github.com/je3f0o/jeefo_javascript_preprocessor", | ||
@@ -5,0 +5,0 @@ "copyright": "2020", |
21579