Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShaderFrog/glsl-parser
/ convertPath
Function
convertPath
src/preprocessor/preprocessor.ts:454–455 ·
view source on GitHub ↗
(p: Path<any>)
Source
from the content-addressed store, hash-verified
452
replaced?: any;
453
};
454
const
convertPath = (p: Path<any>) =>
455
(p as unknown) as PathOverride<typeof p[
'node'
]>;
456
457
/**
458
* Perform the preprocessing logic, aka the
"preprocessing"
phase of the compiler.
Callers
1
preprocessAst
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected