|
|
|
|
|
by ryanpetrich
2687 days ago
|
|
Enabling source maps will have the source including type annotations show up in the web inspector, but the information isn't usable by the JavaScript VM to validate types at runtime. This is also necessary to preserve line and column information when debugging. |
|