Osyris

Results 48 issues of Osyris

- switch file extensions from .lua -> .luau + update references in package.json - some small changes to satisfy the Luau linter - added a `default.project.json` + generated `sourcemap.json` so...

## `rbxtsc sourcemap` 1. Invokes `rojo sourcemap` (needs better error handling for missing `rojo`) 2. Transforms the result using PathTranslator 3. Either writes to stdout or `--output` file path This...

feature

### Update `typescript` ✅ ``` Exception during run: TypeError: program.getState is not a function ``` - Fixed this by switching `program.getState()` -> `program.state`. Needs testing. ``` transformSourceFile.ts:17:68 - error TS2345:...

If you add a `.d.ts` file in your `src` for a package project, it will happily follow `baseUrl` + `paths` rules in tsconfig.json. However, these files are copied 1:1 into...

feature

### Input ```ts export { default as Roact } from "@rbxts/roact"; ``` ### Current Output ```lua -- Compiled with roblox-ts v2.3.0 local TS = _G[script] local exports = {} exports.Roact...

bug