Skip to content

Commit 9d48c9e

Browse files
committed
Split up funcs
1 parent eafe5a3 commit 9d48c9e

File tree

3 files changed

+382
-280
lines changed

3 files changed

+382
-280
lines changed

package-lock.json

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"bench": "BABEL_ENV=test node -r @babel/register benchmarks index.js",
4242
"bench:v8": "BABEL_ENV=test microbundle benchmarks/index.js -f modern --alias benchmarkjs-pretty=benchmarks/lib/benchmark-lite.js --external none --target node --no-compress --no-sourcemap --raw -o benchmarks/.v8.mjs && v8 --module benchmarks/.v8.modern.js",
4343
"build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s transpile:stream && npm run -s transpile:stream-node && npm run -s copy-typescript-definition",
44-
"postbuild": "node ./config/node-13-exports.js && node ./config/node-commonjs.js && node ./config/node-verify-exports.js && check-export-map",
4544
"transpile": "microbundle src/index.js -f es,cjs,umd",
4645
"transpile:stream": "microbundle src/stream.js -o dist/stream/index.js -f es,cjs,umd",
4746
"transpile:stream-node": "microbundle src/stream-node.js -o dist/stream/node/index.js -f es,cjs,umd --target node",
@@ -133,7 +132,7 @@
133132
"@babel/register": "^7.12.10",
134133
"@changesets/changelog-github": "^0.4.1",
135134
"@changesets/cli": "^2.18.0",
136-
"baseline-rts": "npm:preact-render-to-string@latest",
135+
"baseline-rts": "npm:preact-render-to-string@6.5.11",
137136
"benchmarkjs-pretty": "^2.0.1",
138137
"chai": "^4.2.0",
139138
"check-export-map": "^1.3.1",

0 commit comments

Comments
 (0)