blackbox.js |
Redux actions for the sources state
@module actions/sources
|
6940 |
breakableLines.js |
Ensure that breakable lines for a given source are fetched.
@param Object location
|
1890 |
index.js |
|
418 |
loadSourceText.js |
Function called everytime a new original or generated source gets its text content
fetched from the server and registered in the reducer.
@param {Object} source
@param {Object} sourceActor (optional)
If this is a generated source, we expect a precise source actor.
@param {Object} thunkArgs
|
7232 |
moz.build |
|
422 |
newSources.js |
Redux actions for the sources state
@module actions/sources
|
11527 |
prettyPrint.js |
Pretty print inline script inside an HTML file
@param {Object} options
@param {PrettyPrintDispatcher} options.prettyPrintWorker: The prettyPrint worker
@param {Object} options.generatedSource: The HTML source we want to pretty print
@param {Object} options.content
@param {Array} options.actors: An array of the HTML file inline script sources data
@returns Promise<Object> A promise that resolves with an object of the following shape:
- {String} code: The prettified HTML text
- {Object} sourceMap: The sourceMap object
|
13488 |
select.js |
Redux actions for the sources state
@module actions/sources
|
16941 |
symbols.js |
|
2159 |
tests |
|
|