Skip to content

Is sourcemap traceback not available for single bundle file #907

@robincodex

Description

@robincodex

My tsconfig.json

{
    "compilerOptions": {
        "rootDir": "src",
        "target": "esnext",
        "lib": ["esnext"],
        "moduleResolution": "node",
        "types": [
            "lua-types/jit"
        ],
        "strict": true
    },
    "tstl": {
        "luaTarget": "JIT",
        "luaBundle": "ts.lua",
        "luaBundleEntry": "src/main.ts",
        "sourceMapTraceback": true,
        "noImplicitSelf": true,
    }
}

After compile:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugscope: bundlingRelated to bundling of generated lua files.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions