Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ requiresTSXProcessor
Method
requiresTSXProcessor
compiler/companion/src/Workspace.ts:227–229 ·
view source on GitHub ↗
(fileName: string)
Source
from the content-addressed store, hash-verified
225
}
226
227
static requiresTSXProcessor(fileName: string): boolean {
228
return
fileName.endsWith(
'.tsx'
) || fileName.endsWith(
'.jsx'
);
229
}
230
231
doEmitFile(
232
fileName: string,
Callers
2
doEmitFile
Method · 0.80
compileFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected