basarat / basarat/typescript-script
Chrome debugger not supported
Open
- Dominant language
- JavaScript
- Stars
- 234
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Chrome debugger not supported if I put breakpoint on 'alert' in snippet below:
//import "./common.js"//too ambitious, it says 'Uncaught ReferenceError: exports is not defined'
let message:string = 'It worked???'
//I try to put a breakpoint here... 'debugger' keyword works though
alert(message)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.