Skip to content

Mixing compiled and non-compiled sources. #6

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');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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