-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Split up fastify.js #1475
Copy link
Copy link
Closed
Labels
discussionIssues or PRs with this label will never staleIssues or PRs with this label will never staleinternalsChange that won't impact the surface API.Change that won't impact the surface API.semver-minorIssue or PR that should land as semver minorIssue or PR that should land as semver minorv2.xIssue or pr related to Fastify v2Issue or pr related to Fastify v2
Metadata
Metadata
Assignees
Labels
discussionIssues or PRs with this label will never staleIssues or PRs with this label will never staleinternalsChange that won't impact the surface API.Change that won't impact the surface API.semver-minorIssue or PR that should land as semver minorIssue or PR that should land as semver minorv2.xIssue or pr related to Fastify v2Issue or pr related to Fastify v2
Currently the
fastify.jsfile is very big, and it contains several concerns, all mixed together. Maybe it's time we split it up into tinier files that are easier to read and contribute to.