Skip to main content

Module luau

Module luau 

Source
Available on crate feature luau only.
Expand description

Luau-specific extensions and types.

This module provides Luau-specific functionality including custom require implementations, heap memory analysis, and Luau VM integration utilities.

§Overview

Structs§

FsRequirer
The standard implementation of Luau require-by-string navigation.
HeapDump
Represents a heap dump of a Luau memory state.

Enums§

NavigateError
An error that can occur during navigation in the Luau require-by-string system.

Traits§

Require
A trait for handling modules loading and navigation in the Luau require-by-string system.