2 of 6 standards met
This PR aims to reduce the bundle size and removes 13 dependencies for Node natives and . Replaces with . I noticed using , which prompted this PR. Replaces with . Replaces with . For example, adds 3MB to the final unpacked package size which makes up for most of total bundle already (4MB). Ref: https://npmgraph.js.org/?q=%40vercel%2Ffun#select=tar%407.5.7 I intended to split all separate changes into separate PRs, but since they are all so tiny I went with splitting them per commit which should also be reviewable. Apologies! I think there are additional drop in improvements such as --> , --> , --> , but I'd rather not grow the scope of this PR any larger.
Repository: vercel/fun. Description: ƒun - Local serverless function λ development runtime Stars: 972, Forks: 41. Primary language: TypeScript. Languages: TypeScript (73%), Shell (12%), Go (8.6%), Python (4.3%), JavaScript (1.4%). License: Apache-2.0. Latest release: 1.3.0 (4w ago). Open PRs: 7, open issues: 13. Last activity: 4d ago. Community health: 62%. Top contributors: TooTallNate, styfle, dependabot[bot], AndyBitz, amio, thasophearak, trek, EndangeredMassa, mehulkar, ecklf and others.
Last 12 weeks · 4 commits
The CI status badge in the README appears to be broken. On line 2, the badge is defined as: This badge points to a workflow named “Node CI”, but there is no workflow with that name currently in the repository. As a result, the badge image does not load correctly. Expected behavior The README should display a working GitHub Actions CI badge that reflects the current workflow status.