main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
543 bytes
|
Rev | Line | |
---|
[d565449] | 1 | /**
|
---|
| 2 | * @fileoverview `ConfigArray` class.
|
---|
| 3 | * @author Toru Nagashima <https://github.com/mysticatea>
|
---|
| 4 | */
|
---|
| 5 |
|
---|
| 6 | import { ConfigArray, getUsedExtractedConfigs } from "./config-array.js";
|
---|
| 7 | import { ConfigDependency } from "./config-dependency.js";
|
---|
| 8 | import { ExtractedConfig } from "./extracted-config.js";
|
---|
| 9 | import { IgnorePattern } from "./ignore-pattern.js";
|
---|
| 10 | import { OverrideTester } from "./override-tester.js";
|
---|
| 11 |
|
---|
| 12 | export {
|
---|
| 13 | ConfigArray,
|
---|
| 14 | ConfigDependency,
|
---|
| 15 | ExtractedConfig,
|
---|
| 16 | IgnorePattern,
|
---|
| 17 | OverrideTester,
|
---|
| 18 | getUsedExtractedConfigs
|
---|
| 19 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.