X Tutup
Skip to content

fixed paths in source maps#859

Merged
Perryvw merged 2 commits intoTypeScriptToLua:masterfrom
tomblind:sourcemap_path_fix
Apr 30, 2020
Merged

fixed paths in source maps#859
Perryvw merged 2 commits intoTypeScriptToLua:masterfrom
tomblind:sourcemap_path_fix

Conversation

@tomblind
Copy link
Collaborator

  • 'sources' now contain full relative paths to original ts file
  • 'sourceRoot' is only set if specified explicitly from tsconfig.json

fixes #855

- 'sources' now contain full relative paths to original ts file
- 'sourceRoot' is only set if specified explicitly from tsconfig.json

fixes TypeScriptToLua#855
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect paths in source maps in subfolders

3 participants

X Tutup