Skip to content

Regression in string requires #1771

@Mark-Marks

Description

@Mark-Marks

Version 0.669 introduces a regression which breaks all string requires, producing error requiring module.

A simple reproduction involves creating two files, and running one of them with the luau cli:

-- a.luau
require("./b")
-- b.luau
return {}

luau a.luau

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions