An open API service for providing issue and pull request metadata for open source projects.

GitHub / TypeScriptToLua/TypeScriptToLua issues and pull requests

Labelled with: scope: transformation

#1632 - Root-level resources with usings not being disposed

Issue - State: closed - Opened by inklesspen1rus 10 months ago - 1 comment
Labels: bug, scope: transformation

#1627 - The position of attributes in the compilation result causes some issues when using decorators.

Issue - State: closed - Opened by suifffff 11 months ago - 2 comments
Labels: bug, scope: transformation

#1605 - Array indexing does not get +1 in transpiled output in a rather specific scenario with optional chaining

Issue - State: closed - Opened by GlassBricks over 1 year ago
Labels: bug, scope: transformation

#1597 - String(any) doesn't map to tostring(any)

Issue - State: closed - Opened by admiralnelson over 1 year ago - 6 comments
Labels: feature request, scope: transformation

#1585 - Incorrect transform this arg for optional super method call

Issue - State: closed - Opened by pilaoda over 1 year ago - 2 comments
Labels: bug, scope: transformation

#1572 - Runtime error when using bitwise operations on an exported Enum with @compileMembersOnly

Issue - State: closed - Opened by RoryDuncan over 1 year ago - 1 comment
Labels: bug, scope: transformation

#1571 - Incorrect handling of using keyword with async

Issue - State: closed - Opened by Janrupf over 1 year ago
Labels: bug, scope: transformation

#1568 - Generic callback functions and 'this'

Issue - State: closed - Opened by DanielAdolfsson over 1 year ago - 1 comment
Labels: bug, scope: transformation

#1528 - @customName is ignored if @noSelf is applied

Issue - State: closed - Opened by aabajyan about 2 years ago - 1 comment
Labels: bug, scope: transformation

#1516 - @noSelf doesn't work with variables

Issue - State: closed - Opened by ProgrammingLife over 2 years ago - 6 comments
Labels: question, scope: transformation

#1504 - Wrong static super call

Issue - State: closed - Opened by pilaoda over 2 years ago - 2 comments
Labels: bug, scope: transformation

#1503 - "match is unsupported" error message should be improved

Issue - State: open - Opened by Zamiell over 2 years ago - 2 comments
Labels: enhancement, scope: transformation

#1487 - `nil,` is being prefixed to functions

Issue - State: closed - Opened by Z3rio over 2 years ago - 12 comments
Labels: question, scope: transformation

#1478 - Consider using xpcall in try block

Issue - State: open - Opened by pilaoda over 2 years ago - 4 comments
Labels: enhancement, scope: transformation

#1471 - Number.parseInt

Issue - State: closed - Opened by Zamiell over 2 years ago - 1 comment
Labels: enhancement, scope: lualib, scope: transformation

#1464 - Cannot read properties of undefined (reading 'text') transforming switch statement with transformer

Issue - State: closed - Opened by Perryvw over 2 years ago
Labels: bug, scope: transformation

#1463 - Current string interpolation codegen can cause exponential runoff in certain Lua parsers

Issue - State: open - Opened by lizreu over 2 years ago
Labels: optimization, scope: transformation

#1447 - Static blocks in classes are skipped

Issue - State: closed - Opened by rhazarian almost 3 years ago - 1 comment
Labels: missing feature, scope: transformation

#1446 - TypeScript 5 Decorator does not work in TSTL 1.15.1

Issue - State: closed - Opened by zensoo almost 3 years ago
Labels: enhancement, scope: transformation

#1426 - Generator vs array used in a ternary generates invalid code

Issue - State: closed - Opened by DoctorGester almost 3 years ago
Labels: bug, scope: transformation

#1425 - SparseArray code generated for simple array spreads

Issue - State: open - Opened by DoctorGester almost 3 years ago - 1 comment
Labels: bug, optimization, scope: transformation

#1422 - [TSTL transformation] Default parameters with 'null' and 'undefined' get compiled

Issue - State: closed - Opened by Neloreck almost 3 years ago
Labels: enhancement, scope: transformation

#1412 - Exception from semantically invalid TS in compound assignment

Issue - State: closed - Opened by Perryvw about 3 years ago
Labels: bug, scope: transformation

#1411 - LuaMultiReturn returns all values even when indexed with [0]

Issue - State: closed - Opened by Cheatoid about 3 years ago
Labels: bug, scope: transformation, scope: language extensions

#1406 - Exception thrown when calling string.indexOf without arguments

Issue - State: closed - Opened by Perryvw about 3 years ago
Labels: bug, scope: transformation

#1405 - Destructuring breaks preincrementing or predecrementing

Issue - State: open - Opened by BlockOG about 3 years ago
Labels: bug, scope: transformation

#1404 - Generation failed when using LuaMultiReturn in type assertion

Issue - State: closed - Opened by yaoyisen about 3 years ago
Labels: bug, scope: transformation

#1393 - Implicit `true` argument when creating a new object without parentheses

Issue - State: closed - Opened by Cheatoid about 3 years ago - 1 comment
Labels: bug, scope: transformation

#1391 - Code written in jsx style ignores the noSelf flag.

Issue - State: open - Opened by nkari82 about 3 years ago - 2 comments
Labels: bug, scope: transformation

#1384 - LuaSet spread iterable operation leads to runtime error

Issue - State: closed - Opened by Perryvw about 3 years ago
Labels: bug, scope: transformation

#1382 - "try/finally" without "catch" still catches and ignores the error

Issue - State: open - Opened by Feuermurmel about 3 years ago - 1 comment
Labels: bug, scope: transformation

#1366 - Any plans to support inline function or macro compilation?

Issue - State: open - Opened by pilaoda over 3 years ago - 2 comments
Labels: question, feature request, scope: transformation

#1358 - utf class name Conversion error

Issue - State: closed - Opened by qq1053831109 over 3 years ago
Labels: bug, scope: transformation

#1349 - Self parameter is only generated for an arrow function if it has 1 or more parameters

Issue - State: open - Opened by Zamiell over 3 years ago - 2 comments
Labels: enhancement, scope: transformation

#1317 - Prevent compilation when local variable limit is hit

Issue - State: open - Opened by Zamiell over 3 years ago - 2 comments
Labels: enhancement, scope: transformation

#1216 - TSTL should prevent compilation with tuples that contain undefined

Issue - State: open - Opened by Zamiell about 4 years ago - 6 comments
Labels: enhancement, scope: transformation

#1115 - Multi-line strings mismatch (uses LF instead)

Issue - State: open - Opened by Cheatoid over 4 years ago - 1 comment
Labels: bug, scope: transformation

#1108 - Transpile Number.POSITIVE_INFINITY to math.huge

Issue - State: closed - Opened by Zamiell over 4 years ago
Labels: feature request, scope: transformation

#908 - Crash from tricky generics

Issue - State: closed - Opened by tomblind over 5 years ago - 4 comments
Labels: bug, scope: transformation

#903 - Escape non-printable unicode characters

Issue - State: open - Opened by ark120202 over 5 years ago - 3 comments
Labels: enhancement, scope: transformation

#896 - Cannot read 'kind' of undefined in function assignment validation

Issue - State: closed - Opened by Perryvw over 5 years ago
Labels: bug, scope: transformation

#729 - toString() ignored when defined as class variable

Issue - State: open - Opened by TheLartians over 6 years ago - 5 comments
Labels: enhancement, scope: transformation

#704 - Unwrap parenthesis around expressions before doing syntactical checks

Issue - State: closed - Opened by ark120202 over 6 years ago - 1 comment
Labels: bug, scope: transformation

#391 - Support for loop labels

Issue - State: open - Opened by andreiradu about 7 years ago - 1 comment
Labels: missing feature, scope: transformation