Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

add Concat options #5

Description

@danieljoppi

Create new NS Annotation: @ns.concat its a array options with all libs path, example:

/**
  * @ns.concat: 'my-libs1.js', 'other-lib2.js'
  * @ns.alias: 'opa'
  */

output - after execute nsify

var myLib1  = (functions ...);
var otherLib2  = (functions ...);
var opa  = (functions ...);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions