Skip to content

Mixing compiled and non-compiled sources. #6

@uiteoi

Description

@uiteoi

Handle non-compiled sources mixed with compiled sources to generate the output JavaScript and source map.

This could be done by checking the extension of individual input files or when an input file is not recognized as a source map.

In the following example, input2 is a non-compiled JavaScript source:

var cat = require('mapcat').cat;
cat(['input1.map', 'input2.js', 'input3.map'], 'output.js', 'out.map');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions