svelte-preprocess
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "svelte-preprocess", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,3 +13,3 @@ type SveltePreprocessObject = { | ||
type SveltePreprocessOptions = { | ||
onBefore?({ content, filename }: { content: string, filename: string }): string; | ||
onBefore?(content: string, filename: string): string; | ||
transformers?: { | ||
@@ -16,0 +16,0 @@ [languageName: string]: boolean | object | (({ content, filename }: { content: string, filename?: string }) => |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12336