Skip to main content

Crate morph_config

Crate morph_config 

Source

Structs§

BuildConfig
LintConfig
LockRuntime
MorphConfig
MorphLock
Lock file (morph.lock)
NativeConfig
RuntimeConfig
VersionFile
Version file format for releases
WindowConfig

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 None when it is supported.