0.27.0 • Published 6 years ago

@velcro/resolver-host-memory v0.27.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@velcro/resolver-host-fs

A class that implements the ResolverHost interface over an in-memory mock filesystem.

Usage

const host = new Velcro.ResolverHostMemory({
  'path/to/string/file': 'file contents',
  'path/to/binary/file': {
    content: 'SGVsbG8gd29ybGQK',
    encoding: 'base64',
  },
});
0.27.0

6 years ago

0.26.0

6 years ago

0.25.0

6 years ago

0.24.0

6 years ago

0.22.0

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.19.0

6 years ago

0.18.0

6 years ago

0.16.0

6 years ago

0.15.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.2

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago