File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Stub for the #theme/config virtual module used in tests.
2+ export const useAbsoluteURLs = false ;
3+ export const baseURL = 'https://nodejs.org/' ;
4+ export const project = 'Node.js' ;
5+ export const repository = 'nodejs/node' ;
6+ export const title = 'Node.js' ;
7+ export const version = 'v22.0.0' ;
8+ export const versions = [ ] ;
9+ export const pages = [ ] ;
10+ export const editURL = '' ;
11+ export const languageDisplayNameMap = new Map ( ) ;
12+ export const input = '' ;
13+ export const ignore = [ ] ;
14+ export const output = '' ;
15+ export const minify = false ;
16+ export const ref = '' ;
17+ export const templatePath = '' ;
Original file line number Diff line number Diff line change 1- import { relativeOrAbsolute } from '../../utils/relativeOrAbsolute.mjs' ;
1+ import { relativeOrAbsolute } from '../../../ utils/relativeOrAbsolute.mjs' ;
22
33/**
44 * Builds grouped sidebar navigation from categorized page entries.
Original file line number Diff line number Diff line change 11{
2- "sideEffects" : false
2+ "sideEffects" : false ,
3+ "imports" : {
4+ "#theme/config" : " ./__mocks__/theme-config.mjs"
5+ }
36}
You can’t perform that action at this time.
0 commit comments