We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d860 commit c7cfd0aCopy full SHA for c7cfd0a
packages/plugin-rsc/src/plugin.ts
@@ -59,7 +59,7 @@ type ClientReferenceMeta = {
59
type ServerRerferenceMeta = {
60
importId: string
61
referenceKey: string
62
- // TODO: tree shake unused exports
+ // TODO: tree shake unused server functions
63
exportNames: string[]
64
}
65
0 commit comments