File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as path from 'node:path';
3
3
import glob from 'tiny-glob/sync' ;
4
4
import colors from 'kleur' ;
5
5
import { assert } from 'vitest' ;
6
- import { compile } from '../compiler.js' ;
6
+ import { compile } from '../src/ compiler/index .js' ;
7
7
import { fileURLToPath } from 'node:url' ;
8
8
9
9
export function try_load_json ( file ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import * as path from 'node:path';
5
5
import { setTimeout } from 'node:timers/promises' ;
6
6
import glob from 'tiny-glob/sync' ;
7
7
import { assert , describe , it } from 'vitest' ;
8
- import { compile } from '../../compiler.mjs ' ;
8
+ import { compile } from '../../src/ compiler/index.js ' ;
9
9
import { create_loader , mkdirp , try_load_config } from '../helpers.js' ;
10
10
import { assert_html_equal , assert_html_equal_with_options } from '../html_equal.js' ;
11
11
You can’t perform that action at this time.
0 commit comments