File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ import { AbstractFile } from "observablehq:stdlib" ;
2
+
1
3
export const _ = ( ) => import ( "npm:lodash" ) . then ( ( lodash ) => lodash . default ) ;
2
4
export const aq = ( ) => import ( "npm:arquero" ) ;
3
5
export const Arrow = ( ) => import ( "npm:apache-arrow" ) ;
@@ -9,7 +11,7 @@ export const DuckDBClient = () => import("observablehq:stdlib/duckdb").then((duc
9
11
export const htl = ( ) => import ( "npm:htl" ) ;
10
12
export const html = ( ) => import ( "npm:htl" ) . then ( ( htl ) => htl . html ) ;
11
13
export const svg = ( ) => import ( "npm:htl" ) . then ( ( htl ) => htl . svg ) ;
12
- export const Inputs = ( ) => import ( "npm:@observablehq/inputs" ) ;
14
+ export const Inputs = ( ) => import ( "npm:@observablehq/inputs" ) . then ( ( i ) => ( { ... i , file : i . fileOf ( AbstractFile ) } ) ) ;
13
15
export const L = ( ) => import ( "npm:leaflet" ) ;
14
16
export const mermaid = ( ) => import ( "observablehq:stdlib/mermaid" ) . then ( ( mermaid ) => mermaid . default ) ;
15
17
export const Plot = ( ) => import ( "npm:@observablehq/plot" ) ;
You can’t perform that action at this time.
0 commit comments