njk-tool 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13401,6 +13401,9 @@ const njkRender = (config_1, ...args_1) => __awaiter(void 0, [config_1, ...args_
13401
13401
  });
13402
13402
  // 同步版本(保留备用)
13403
13403
  const njkRenderSync = (config, options = {}) => {
13404
+ console.log({ externalTemplatesDir });
13405
+ console.log({ BASE_STYLE_PATH });
13406
+ console.log({ TEMPLATES_DIR });
13404
13407
  const { cssUrl, templateDir = TEMPLATES_DIR } = options;
13405
13408
  const processedConfig = Array.isArray(config)
13406
13409
  ? processConfig(config, cssUrl)