Skip to content

Commit

Permalink
refactor: return to only v exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Mar 17, 2022
1 parent daca049 commit 28a67da
Show file tree
Hide file tree
Showing 25 changed files with 684 additions and 814 deletions.
356 changes: 178 additions & 178 deletions bench/.buffalo-test.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bench/hyperscript_bench.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { before, benchmark, compare } = require("buffalo-test");

const { v: VNext } = require("../lib/index.ts");
import VNext from "../lib";
const expect = require("expect");
const nodePlugin = require("../plugins/node");
const { v: vOld } = require("./index-old.ts");
Expand Down
Loading

0 comments on commit 28a67da

Please sign in to comment.