Home Manual Reference Source Test Repository
import FileSystem from 'reptar/lib/file-system.js'
public class | source

FileSystem

Constructor Summary

Public Constructor
public

constructor(objectPattern: {"config": *, "renderer": *})

Member Summary

Public Members
public

All files found in our source path.

Method Summary

Public Methods
public

async loadIntoMemory(): *

Public Constructors

public constructor(objectPattern: {"config": *, "renderer": *}) source

Params:

NameTypeAttributeDescription
objectPattern {"config": *, "renderer": *}
  • optional
  • default: {}

Public Members

public files: Object<string, File> source

All files found in our source path. Key is the full path to the file, value is the actual File object.

Public Methods

public async loadIntoMemory(): * source

Return:

*