Structs§
- Build
Config - Lint
Config - Lock
Runtime - Morph
Config - Morph
Lock - Lock file (morph.lock)
- Native
Config - Runtime
Config - Version
File - Version file format for releases
- Window
Config
Functions§
- clean_
app_ name - is_
disallowed_ js_ ext - Detected-but-disallowed JS-family extensions. Morph intentionally only supports strict TypeScript/TSX, so these trigger a hard error instead of being parsed.
- is_
supported_ source_ ext - Source extensions a project entry/scan may use (strict TS/TSX + Morph’s .mx).
- validate_
entry_ ext - Validate a file path’s extension as a morph source entry. Returns a hard-error
message when the extension is disallowed, or
Nonewhen it is supported.