Skip to content

Commit

Permalink
update domc
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Jan 20, 2024
1 parent a99e6ab commit db41a39
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/domc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ <h1>Benchmark: domc-0.0.12 (non-keyed)</h1><hr>

import { suite, root } from "./../../bench.js";

import domc from './dist/index.js';
import './dist/vMap.js'
import domc from './node_modules/domc/index.js';
import './node_modules/domc/vMap.js';

let app = domc(root);
let scope = {items: []};
Expand Down
5 changes: 2 additions & 3 deletions test/domc/internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ <h1>Benchmark: domc-0.0.12 (data-driven)</h1><hr>

import { suite, root, store } from "./../../bench.js";

import domc from './dist/index.js';
import './dist/vFor.js'
import './dist/vMap.js'
import domc from './node_modules/domc/index.js';
import './node_modules/domc/vFor.js';

let app = domc(root);
let scope = {items: []};
Expand Down
4 changes: 2 additions & 2 deletions test/domc/keyed.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ <h1>Benchmark: domc-0.0.12 (keyed)</h1><hr>

import { suite, root } from "./../../bench.js";

import domc from './dist/index.js';
import './dist/vFor.js'
import domc from './node_modules/domc/index.js';
import './node_modules/domc/vFor.js';

let app = domc(root);
let scope = {items: []};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit db41a39

Please sign in to comment.