@riotjs/compiler
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -34,3 +34,3 @@ import {RawSourceMap} from 'source-map' | ||
export type PreprocessorsMap = { | ||
export type PreProcessorsMap = { | ||
template: Map<string, ProcessorFunction> | ||
@@ -50,3 +50,3 @@ javascript: Map<string, ProcessorFunction> | ||
fn: ProcessorFunction | ||
): PreprocessorsMap | ||
): PreProcessorsMap | ||
export function registerPostprocessor( fn: ProcessorFunction): PostProcessorsMap |
{ | ||
"name": "@riotjs/compiler", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "Compiler for riot .tag files", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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