WIP: fix args to markup hook

pull/987/head
Pat Cavit 7 years ago
parent b4a80c5526
commit 92dfabe3dc

@ -83,7 +83,7 @@ export interface CustomElementOptions {
} }
export interface PreprocessOptions { export interface PreprocessOptions {
markup?: (options: {content: string, options: PreprocessOptions}) => { code: string, map?: SourceMap | string }; markup?: (options: {content: string, filename: string}) => { code: string, map?: SourceMap | string };
style?: Preprocessor; style?: Preprocessor;
script?: Preprocessor; script?: Preprocessor;
filename?: string filename?: string

Loading…
Cancel
Save