File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
test/output/build/imports/foo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " @observablehq/cli" 
33  "license" : " UNLICENSED" 
4-   "version" : " 0.0.49 " 
4+   "version" : " 0.0.50 " 
55  "type" : " module" 
66  "publishConfig" : {
77    "registry" : " https://npm.pkg.github.com" 
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ async function fetchModulePreloads(href: string): Promise<Set<string> | undefine
346346        } 
347347      } 
348348    } 
349-     integrityCache . set ( href ,  `sha384-${ createHash ( "sha384" ) . update ( body ) . digest ( "base64" ) }  ) ; 
349+     // TODO  integrityCache.set(href, `sha384-${createHash("sha384").update(body).digest("base64")}`);
350350    return  imports ; 
351351  } ) ( ) ; 
352352  promise . catch ( ( )  =>  preloadCache . delete ( href ) ) ;  // try again on error 
Original file line number Diff line number Diff line change 1414< link  rel ="modulepreload " href ="../_observablehq/client.js "> 
1515< link  rel ="modulepreload " href ="../_observablehq/runtime.js "> 
1616< link  rel ="modulepreload " href ="../_observablehq/stdlib.js "> 
17- < link  rel ="
modulepreload " 
href ="
https://cdn.jsdelivr.net/npm/[email protected] /+esm "
  integrity =" sha384-OLBgp1GsljhM2TJ+sbHjaiH9txEUvgdDTAzHv2P24donTt6/529l+9Ua0vFImLlb " > 17+ < link  rel ="
modulepreload " 
href ="
https://cdn.jsdelivr.net/npm/[email protected] /+esm "
> 1818< script  type ="module "> 
1919
2020import  { define }  from  "../_observablehq/client.js" ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments