Skip to content

Commit

Permalink
fix(farm): serialized communication between js and rust (#442)
Browse files Browse the repository at this point in the history
* chore: Optimize serialization issues between js and rust

* chore: update virtual module

* chore: optimize farm

* chore: remove unless  code

* chore: update farm

* chore: bump farm version

* chore: update resolvedPaths

* chore: bump farm version

* chore: remove unless code

* chore: optimize code

* chore: update farm deps

* chore: update code

* chore: optimize code

* chore: update type return annotation

* chore: optimize code

* chore: optimize code
  • Loading branch information
ErKeLost authored Dec 3, 2024
1 parent f2f1ce4 commit c80f9ab
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 105 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@farmfe/cli": "1.0.3",
"@farmfe/core": "1.3.12",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.4.6",
"@rspack/cli": "^1.1.4",
"@rspack/core": "^1.1.4",
"@types/fs-extra": "^11.0.4",
Expand Down
118 changes: 58 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c80f9ab

Please sign in to comment.