jsManifestOutput property

String? jsManifestOutput

A JSON manifest containing offsets for the sources and source maps in the jsSourcesOutput and jsSourceMapsOutput files.

Implementation

String? get jsManifestOutput =>
    dillOutput == null ? null : '$dillOutput.json';