example:
import { vectorlight } from "lib-defs/hump/vector-light";
transpiles to
local __TSTL_vector-light = require("lib-defs.hump.vector-light");
local vectorlight = __TSTL_vector-light.vectorlight;
which throws the error:
expected statement near '-'
example:
transpiles to
which throws the error: