chrome-devtools-frontend 1.0.963960 → 1.0.964440

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/workflows.md CHANGED
@@ -32,6 +32,13 @@ autoninja -C out/Default
32
32
 
33
33
  The resulting build artifacts can be found in `out/Default/gen/front_end`.
34
34
 
35
+ If you want to have faster build by disabling typecheck, consider to use
36
+ `devtools_skip_typecheck=true` build args like:
37
+
38
+ ```bash
39
+ gn gen out/fast-build --args='devtools_skip_typecheck=true'
40
+ ```
41
+
35
42
  #### Update to latest
36
43
 
37
44
  To update to latest tip of tree version: