Closed
Description
Description
I'm developing a website using Typescript. When I open the dev tools, go to the Sources tab and click any .ts
or .tsx
files, there is no syntax highlighting.
Steps to Reproduce
Requires node/npm to be installed
- Run
npx create-react-app myappname --typescript
cd myappname
npm start
- Open
localhost:3000
in brave - Go to DevTools > Sources tab
- Open index.tsx or any other ts/tsx file
Actual result:
No syntax highlighting although the debugger still works
Expected result:
Syntax highlighting, shown in Chrome
Reproduces how often:
Easily reproduced. I've never seen it working correctly
Brave version (brave://version info)
Brave | 0.67.124 Chromium: 76.0.3809.100 (Official Build) (64-bit) |
---|---|
Revision | ed9d447d30203dc5069e540f05079e493fc1c132-refs/branch-heads/3809@{#990} |
OS | Windows 10 OS Version 1809 (Build 17763.615) |
Chrome for comparison:
Google Chrome | 76.0.3809.100 (Official Build) (64-bit) (cohort: Stable) |
---|---|
Revision | ed9d447d30203dc5069e540f05079e493fc1c132-refs/branch-heads/3809@{#990} |
OS | Windows 10 OS Version 1809 (Build 17763.615) |
Version/Channel Information:
- Can you reproduce this issue with the current release? Yes
- Can you reproduce this issue with the beta channel? Not tried
- Can you reproduce this issue with the dev channel? Yes
- Can you reproduce this issue with the nightly channel? Not tried
Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields? No
- Does the issue resolve itself when disabling Brave Rewards? No
- Is the issue reproducible on the latest version of Chrome? No