mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-20 01:38:07 +00:00
ae53051814
Closes #818
We set the `moduleName` of the source module to the provided
`packageName`.
This then populates the relevant `definitionModuleName`'s on
CTV/FTV/TTVs, so it allows us to lookup where they originated from.
The one place I can see this having an impact inside of Luau code is the
following:
|
||
---|---|---|
.. | ||
include/Luau | ||
src |