-
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
/**
* @customName new
*/
export declare function new_()import * as utils from 'utils';
import { new_ as utils_new } from 'utils';
import { new_ } from 'utils';
{
new_()
utils.new_()
utils_new()
}local ____exports = {}
local utils = require("utils")
local ____utils = require("utils")
local utils_new = ____utils.new_ -- expected .new
local ____utils = require("utils")
local new_ = ____utils.new_ -- expected new = ____utils.new
do
new_() -- expected new
utils.new() -- OK
utils_new()
end
return ____exports
Zamiell