Firefox 38.0.5 debugger is now pulling Typescript -


this question has answer here:

i upgraded version 38.0.5 of firefox , when in debug script window native or firebug shows ts not js. in production environment shows ts didn't publish ts js gets published... ideas?

most reason: using source maps.

when use source maps, browser able show source code relates transpiled javascript code.

you can switch source maps on , off compiler setting.

tsc --sourcemap app.ts 

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -