We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2fd2f commit b642292Copy full SHA for b642292
dwds/lib/src/handlers/injector.dart
@@ -26,8 +26,6 @@ const mainExtensionMarker = '/* MAIN_EXTENSION_MARKER */';
26
27
const _clientScript = 'dwds/src/injected/client';
28
29
-/// Handles injecting the DWDS client and embedding debugging-related information.
30
-///
31
/// This class is responsible for modifying the served JavaScript files
32
/// to include the injected DWDS client, enabling debugging capabilities
33
/// and source mapping when running in a browser environment.
0 commit comments