dts2hx icon indicating copy to clipboard operation
dts2hx copied to clipboard

get_value() should be private for value-classes

Open haxiomic opened this issue 4 years ago • 0 comments

@:jsRequire("cheerio") extern class Cheerio {
	static var value(get, never) : cheerio.CheerioAPI;
	static inline function get_value():cheerio.CheerioAPI return cast Cheerio;
}

haxiomic avatar Apr 20 '21 17:04 haxiomic