gecko-dev/devtools/client/debugger/packages/moz.build
Nicolas Chevobbe 529ab35816 Bug 1584973 - Expose object inspector's reducer file. r=jlast.
This patch exposes the objectInspector reducer as a regular
file that can be required in the devtools codebase.
This should make things faster to start as we won't need
to load the entire bundle (especially for the inspector where
the reps is only used when navigating to specific subpanels).
This means we need to remove the flow typing for now since
we don't have a cross-toolbox build process like we have
in the debugger.

Differential Revision: https://phabricator.services.mozilla.com/D47728

--HG--
extra : moz-landing-system : lando
2019-10-02 08:05:28 +00:00

10 lines
260 B
Python

# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DIRS += [
'devtools-reps',
]