We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c31614 commit db9303aCopy full SHA for db9303a
src/vite/observable.ts
@@ -25,7 +25,7 @@ export interface ObservableOptions {
25
template?: string;
26
/** A function which performs a per-page transformation of the template HTML. */
27
transformTemplate?: (template: string, context: IndexHtmlTransformContext) => string | Promise<string>;
28
- /** A function which mutates the parsed notebook. */
+ /** A function which transforms the parsed notebook. */
29
transformNotebook?: (notebook: Notebook, context: IndexHtmlTransformContext) => Notebook | Promise<Notebook>;
30
}
31
0 commit comments