Skip to content

Commit 3827c08

Browse files
committed
chore: migrate v3 as monorepo package, fix tests, update scripts, move to tsdown, fix exports
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent 23c1afa commit 3827c08

142 files changed

Lines changed: 1284 additions & 1833 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ packages/formidable-next/src/super-headers.js
33
packages/formidable-next/src/super-readable-stream.js
44

55
**/super-headers.js
6+
**/CHANGELOG.md
7+
**/fixture/**
8+
**/fixtures/**
69

710
# because we use ESLint for most things - both linting and formatting (with ESLint Stylistic)
811
**/*.{js,jsx,ts,tsx}

bun.lock

Lines changed: 726 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import xaxa from 'eslint-config-xaxa';
33
export default xaxa({
44
ignores: [
55
'**/super-headers.js',
6-
'**/old-source/**',
6+
'**/packages/formidable-v3/**',
77
'**/*.cjs',
88
'async-gens-with-queues-slow.ts',
99
],

old-source/package.json

Lines changed: 0 additions & 111 deletions
This file was deleted.

old-source/src/helpers/firstValues.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

old-source/src/index.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

old-source/test-legacy/.DS_Store

-6 KB
Binary file not shown.

old-source/test-legacy/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

old-source/test-legacy/common.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)