/**
* Create a compile time filesystem expression.
* This function will evaluate a file path at compile time, and embed a files content statically into the bundle.
*/constconstSysfsExpr = (..._args) => ({ content: '', filePath: '', fileName: '' });
export { constSysfsExpr };