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.
@@ -13398,6 +13398,9 @@ const njkRender = (config_1, ...args_1) => __awaiter(void 0, [config_1, ...args_
13398
13398
  });
13399
13399
  // 同步版本(保留备用)
13400
13400
  const njkRenderSync = (config, options = {}) => {
13401
+ console.log({ externalTemplatesDir });
13402
+ console.log({ BASE_STYLE_PATH });
13403
+ console.log({ TEMPLATES_DIR });
13401
13404
  const { cssUrl, templateDir = TEMPLATES_DIR } = options;
13402
13405
  const processedConfig = Array.isArray(config)
13403
13406
  ? processConfig(config, cssUrl)