basarat / basarat/typescript-script

Chrome debugger not supported

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.