Module: process-path

module:process-path :module:process-path~processPath

Recursive walking patch an processing *.js file
Source:

Methods

(inner) defaultOptions(opt)

Merge passed options and default options
Parameters:
Name Type Description
opt module:process-path.Options Passed options;
Source:

(inner) processPath(opt)

Recursive walking patch an processing *.js file
Parameters:
Name Type Description
opt module:process-path.Options Options
Source:

Type Definitions

Options

Options for processPath function
Type:
  • Object
Properties:
Name Type Description
path String Path for processing
store module:store~Store Occurrence event store
finishCallback module:process-path~processPathCallback Done callback
amdImport Boolean Preliminary search of importers PubSub with define
Source:

processPathCallback(store)

Callback calling after process done
Parameters:
Name Type Description
store Object PubSub event occurrence store @see store
Source: