mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 10:20:54 +01:00
Add attribution for Result.ts (#468)
This commit is contained in:
parent
bd6d44f5e3
commit
448f03218f
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ TEST_CASE_FIXTURE(LimitFixture, "bail_early_on_typescript_port_of_Result_type" *
|
|||
{
|
||||
constexpr const char* src = R"LUA(
|
||||
--!strict
|
||||
|
||||
-- Big thanks to Dionysusnu by letting us use this code as part of our test suite!
|
||||
-- https://github.com/Dionysusnu/rbxts-rust-classes
|
||||
-- Licensed under the MPL 2.0: https://raw.githubusercontent.com/Dionysusnu/rbxts-rust-classes/master/LICENSE
|
||||
|
||||
local TS = _G[script]
|
||||
local lazyGet = TS.import(script, script.Parent.Parent, "util", "lazyLoad").lazyGet
|
||||
local unit = TS.import(script, script.Parent.Parent, "util", "Unit").unit
|
||||
|
|
Loading…
Add table
Reference in a new issue