|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
543 bytes
|
| Line | |
|---|
| 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.