inferred-types 0.18.1 → 0.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,9 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 1609486729
3
5
 
4
- // index last changed at: 7th Jul, 2021, 08:06 AM ( GMT-7 )
5
- // export: named; exclusions: index, private.
6
- // files: arrayToKeyLookup, dictFilter, dictionaryTransform, entries, mapValues, strArrayToDict, valuesOfProp.
7
- // directories: kv.
8
-
9
- // local file exports
6
+ // file exports
10
7
  export * from "./arrayToKeyLookup";
11
8
  export * from "./dictFilter";
12
9
  export * from "./dictionaryTransform";
@@ -14,34 +11,33 @@ export * from "./entries";
14
11
  export * from "./mapValues";
15
12
  export * from "./strArrayToDict";
16
13
  export * from "./valuesOfProp";
17
-
18
14
  // directory exports
19
15
  export * from "./kv/index";
20
16
 
21
- // Note:
22
- // -----
23
- // This file was created by running: "dd devops autoindex"; it assumes you have
24
- // the 'do-devops' pkg installed as a dev dep.
17
+ // #endregion
18
+
19
+ // This file was created by running: "dd autoindex"; it assumes you have
20
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
25
21
  //
26
22
  // By default it assumes that exports are named exports but this can be changed by
27
23
  // adding a modifier to the '// #autoindex' syntax:
28
24
  //
29
25
  // - autoindex:named same as default, exports "named symbols"
30
- // - autoindex:default assumes each file is exporting a default export
31
- // and converts the default export to the name of the
32
- // file
26
+ // - autoindex:default assumes each file is exporting a default export and
27
+ // converts the default export to the name of the file
33
28
  // - autoindex:offset assumes files export "named symbols" but that each
34
29
  // file's symbols should be offset by the file's name
35
- // (useful for files which might symbols which collide
36
- // or where the namespacing helps consumers)
37
30
  //
38
31
  // You may also exclude certain files or directories by adding it to the
39
32
  // autoindex command. As an example:
40
33
  //
41
34
  // - autoindex:named, exclude: foo,bar,baz
42
35
  //
43
- // Also be aware that all of your content outside the defined region in this file
44
- // will be preserved in situations where you need to do something paricularly awesome.
36
+ // Inversely, if you state a file to be an "orphan" then autoindex files
37
+ // below this file will not reference this autoindex file:
38
+ //
39
+ // - autoindex:named, orphan
40
+ //
41
+ // All content outside the "// #region" section in this file will be
42
+ // preserved in situations where you need to do something paricularly awesome.
45
43
  // Keep on being awesome.
46
-
47
- // #endregion
@@ -1,40 +1,38 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 3790237505
3
5
 
4
- // index last changed at: 8th Aug, 2021, 05:39 PM ( GMT-7 )
5
- // export: named; exclusions: index, private.
6
- // files: dictToKv, filterDictArray, kv, kvToDict.
7
-
8
- // local file exports
6
+ // file exports
9
7
  export * from "./dictToKv";
10
8
  export * from "./filterDictArray";
11
9
  export * from "./kv";
12
10
  export * from "./kvToDict";
13
11
 
14
- // Note:
15
- // -----
16
- // This file was created by running: "dd devops autoindex"; it assumes you have
17
- // the 'do-devops' pkg installed as a dev dep.
12
+ // #endregion
13
+
14
+ // This file was created by running: "dd autoindex"; it assumes you have
15
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
18
16
  //
19
17
  // By default it assumes that exports are named exports but this can be changed by
20
18
  // adding a modifier to the '// #autoindex' syntax:
21
19
  //
22
20
  // - autoindex:named same as default, exports "named symbols"
23
- // - autoindex:default assumes each file is exporting a default export
24
- // and converts the default export to the name of the
25
- // file
21
+ // - autoindex:default assumes each file is exporting a default export and
22
+ // converts the default export to the name of the file
26
23
  // - autoindex:offset assumes files export "named symbols" but that each
27
24
  // file's symbols should be offset by the file's name
28
- // (useful for files which might symbols which collide
29
- // or where the namespacing helps consumers)
30
25
  //
31
26
  // You may also exclude certain files or directories by adding it to the
32
27
  // autoindex command. As an example:
33
28
  //
34
29
  // - autoindex:named, exclude: foo,bar,baz
35
30
  //
36
- // Also be aware that all of your content outside the defined region in this file
37
- // will be preserved in situations where you need to do something paricularly awesome.
31
+ // Inversely, if you state a file to be an "orphan" then autoindex files
32
+ // below this file will not reference this autoindex file:
33
+ //
34
+ // - autoindex:named, orphan
35
+ //
36
+ // All content outside the "// #region" section in this file will be
37
+ // preserved in situations where you need to do something paricularly awesome.
38
38
  // Keep on being awesome.
39
-
40
- // #endregion
@@ -1,17 +1,13 @@
1
1
  // #autoindex
2
2
 
3
3
  // #region autoindexed files
4
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
5
+ // hash-code: 1753666426
4
6
 
5
- // index last changed at: 8th Aug, 2021, 10:32 AM ( GMT-7 )
6
- // export: named; exclusions: index, private.
7
- // files: createFnWithProps, keys, ruleset.
8
- // directories: api, dictionary, lists, literals, map-reduce, modelling, runtime, state.
9
-
10
- // local file exports
7
+ // file exports
11
8
  export * from "./createFnWithProps";
12
9
  export * from "./keys";
13
10
  export * from "./ruleset";
14
-
15
11
  // directory exports
16
12
  export * from "./api/index";
17
13
  export * from "./dictionary/index";
@@ -22,30 +18,30 @@ export * from "./modelling/index";
22
18
  export * from "./runtime/index";
23
19
  export * from "./state/index";
24
20
 
25
- // Note:
26
- // -----
27
- // This file was created by running: "dd devops autoindex"; it assumes you have
28
- // the 'do-devops' pkg installed as a dev dep.
21
+ // #endregion
22
+
23
+ // This file was created by running: "dd autoindex"; it assumes you have
24
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
29
25
  //
30
26
  // By default it assumes that exports are named exports but this can be changed by
31
27
  // adding a modifier to the '// #autoindex' syntax:
32
28
  //
33
29
  // - autoindex:named same as default, exports "named symbols"
34
- // - autoindex:default assumes each file is exporting a default export
35
- // and converts the default export to the name of the
36
- // file
30
+ // - autoindex:default assumes each file is exporting a default export and
31
+ // converts the default export to the name of the file
37
32
  // - autoindex:offset assumes files export "named symbols" but that each
38
33
  // file's symbols should be offset by the file's name
39
- // (useful for files which might symbols which collide
40
- // or where the namespacing helps consumers)
41
34
  //
42
35
  // You may also exclude certain files or directories by adding it to the
43
36
  // autoindex command. As an example:
44
37
  //
45
38
  // - autoindex:named, exclude: foo,bar,baz
46
39
  //
47
- // Also be aware that all of your content outside the defined region in this file
48
- // will be preserved in situations where you need to do something paricularly awesome.
40
+ // Inversely, if you state a file to be an "orphan" then autoindex files
41
+ // below this file will not reference this autoindex file:
42
+ //
43
+ // - autoindex:named, orphan
44
+ //
45
+ // All content outside the "// #region" section in this file will be
46
+ // preserved in situations where you need to do something paricularly awesome.
49
47
  // Keep on being awesome.
50
-
51
- // #endregion
@@ -1,38 +1,36 @@
1
1
  // #autoindex
2
2
 
3
3
  // #region autoindexed files
4
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
5
+ // hash-code: 22070035
4
6
 
5
- // index last changed at: 8th Aug, 2021, 10:32 AM ( GMT-7 )
6
- // export: named; exclusions: index, private.
7
- // files: groupBy.
8
-
9
- // local file exports
7
+ // file exports
10
8
  export * from "./groupBy";
11
9
 
12
- // Note:
13
- // -----
14
- // This file was created by running: "dd devops autoindex"; it assumes you have
15
- // the 'do-devops' pkg installed as a dev dep.
10
+ // #endregion
11
+
12
+ // This file was created by running: "dd autoindex"; it assumes you have
13
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
16
14
  //
17
15
  // By default it assumes that exports are named exports but this can be changed by
18
16
  // adding a modifier to the '// #autoindex' syntax:
19
17
  //
20
18
  // - autoindex:named same as default, exports "named symbols"
21
- // - autoindex:default assumes each file is exporting a default export
22
- // and converts the default export to the name of the
23
- // file
19
+ // - autoindex:default assumes each file is exporting a default export and
20
+ // converts the default export to the name of the file
24
21
  // - autoindex:offset assumes files export "named symbols" but that each
25
22
  // file's symbols should be offset by the file's name
26
- // (useful for files which might symbols which collide
27
- // or where the namespacing helps consumers)
28
23
  //
29
24
  // You may also exclude certain files or directories by adding it to the
30
25
  // autoindex command. As an example:
31
26
  //
32
27
  // - autoindex:named, exclude: foo,bar,baz
33
28
  //
34
- // Also be aware that all of your content outside the defined region in this file
35
- // will be preserved in situations where you need to do something paricularly awesome.
29
+ // Inversely, if you state a file to be an "orphan" then autoindex files
30
+ // below this file will not reference this autoindex file:
31
+ //
32
+ // - autoindex:named, orphan
33
+ //
34
+ // All content outside the "// #region" section in this file will be
35
+ // preserved in situations where you need to do something paricularly awesome.
36
36
  // Keep on being awesome.
37
-
38
- // #endregion
@@ -1,41 +1,39 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 192569155
3
5
 
4
- // index last changed at: 6th Jun, 2021, 11:21 PM ( GMT-7 )
5
- // export: named; exclusions: index, private.
6
- // files: ExplicitFunction, arrayToObject, defineType, identity, literal.
7
-
8
- // local file exports
6
+ // file exports
9
7
  export * from "./ExplicitFunction";
10
8
  export * from "./arrayToObject";
11
9
  export * from "./defineType";
12
10
  export * from "./identity";
13
11
  export * from "./literal";
14
12
 
15
- // Note:
16
- // -----
17
- // This file was created by running: "dd devops autoindex"; it assumes you have
18
- // the 'do-devops' pkg installed as a dev dep.
13
+ // #endregion
14
+
15
+ // This file was created by running: "dd autoindex"; it assumes you have
16
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
19
17
  //
20
18
  // By default it assumes that exports are named exports but this can be changed by
21
19
  // adding a modifier to the '// #autoindex' syntax:
22
20
  //
23
21
  // - autoindex:named same as default, exports "named symbols"
24
- // - autoindex:default assumes each file is exporting a default export
25
- // and converts the default export to the name of the
26
- // file
22
+ // - autoindex:default assumes each file is exporting a default export and
23
+ // converts the default export to the name of the file
27
24
  // - autoindex:offset assumes files export "named symbols" but that each
28
25
  // file's symbols should be offset by the file's name
29
- // (useful for files which might symbols which collide
30
- // or where the namespacing helps consumers)
31
26
  //
32
27
  // You may also exclude certain files or directories by adding it to the
33
28
  // autoindex command. As an example:
34
29
  //
35
30
  // - autoindex:named, exclude: foo,bar,baz
36
31
  //
37
- // Also be aware that all of your content outside the defined region in this file
38
- // will be preserved in situations where you need to do something paricularly awesome.
32
+ // Inversely, if you state a file to be an "orphan" then autoindex files
33
+ // below this file will not reference this autoindex file:
34
+ //
35
+ // - autoindex:named, orphan
36
+ //
37
+ // All content outside the "// #region" section in this file will be
38
+ // preserved in situations where you need to do something paricularly awesome.
39
39
  // Keep on being awesome.
40
-
41
- // #endregion
@@ -1,37 +1,35 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 1933921503
3
5
 
4
- // index last changed at: 6th Jun, 2021, 04:31 PM ( GMT-7 )
5
- // export: named; exclusions: index, private.
6
- // files: filter.
7
-
8
- // local file exports
6
+ // file exports
9
7
  export * from "./filter";
10
8
 
11
- // Note:
12
- // -----
13
- // This file was created by running: "dd devops autoindex"; it assumes you have
14
- // the 'do-devops' pkg installed as a dev dep.
9
+ // #endregion
10
+
11
+ // This file was created by running: "dd autoindex"; it assumes you have
12
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
15
13
  //
16
14
  // By default it assumes that exports are named exports but this can be changed by
17
15
  // adding a modifier to the '// #autoindex' syntax:
18
16
  //
19
17
  // - autoindex:named same as default, exports "named symbols"
20
- // - autoindex:default assumes each file is exporting a default export
21
- // and converts the default export to the name of the
22
- // file
18
+ // - autoindex:default assumes each file is exporting a default export and
19
+ // converts the default export to the name of the file
23
20
  // - autoindex:offset assumes files export "named symbols" but that each
24
21
  // file's symbols should be offset by the file's name
25
- // (useful for files which might symbols which collide
26
- // or where the namespacing helps consumers)
27
22
  //
28
23
  // You may also exclude certain files or directories by adding it to the
29
24
  // autoindex command. As an example:
30
25
  //
31
26
  // - autoindex:named, exclude: foo,bar,baz
32
27
  //
33
- // Also be aware that all of your content outside the defined region in this file
34
- // will be preserved in situations where you need to do something paricularly awesome.
28
+ // Inversely, if you state a file to be an "orphan" then autoindex files
29
+ // below this file will not reference this autoindex file:
30
+ //
31
+ // - autoindex:named, orphan
32
+ //
33
+ // All content outside the "// #region" section in this file will be
34
+ // preserved in situations where you need to do something paricularly awesome.
35
35
  // Keep on being awesome.
36
-
37
- // #endregion
@@ -1,37 +1,35 @@
1
1
  // #autoindex, exclude: IoModel
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 886488599
3
5
 
4
- // index last changed at: 7th Jul, 2021, 02:32 PM ( GMT-7 )
5
- // export: named; exclusions: IoModel, index, private.
6
- // files: Model.
7
-
8
- // local file exports
6
+ // file exports
9
7
  export * from "./Model";
10
8
 
11
- // Note:
12
- // -----
13
- // This file was created by running: "dd devops autoindex"; it assumes you have
14
- // the 'do-devops' pkg installed as a dev dep.
9
+ // #endregion
10
+
11
+ // This file was created by running: "dd autoindex"; it assumes you have
12
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
15
13
  //
16
14
  // By default it assumes that exports are named exports but this can be changed by
17
15
  // adding a modifier to the '// #autoindex' syntax:
18
16
  //
19
17
  // - autoindex:named same as default, exports "named symbols"
20
- // - autoindex:default assumes each file is exporting a default export
21
- // and converts the default export to the name of the
22
- // file
18
+ // - autoindex:default assumes each file is exporting a default export and
19
+ // converts the default export to the name of the file
23
20
  // - autoindex:offset assumes files export "named symbols" but that each
24
21
  // file's symbols should be offset by the file's name
25
- // (useful for files which might symbols which collide
26
- // or where the namespacing helps consumers)
27
22
  //
28
23
  // You may also exclude certain files or directories by adding it to the
29
24
  // autoindex command. As an example:
30
25
  //
31
26
  // - autoindex:named, exclude: foo,bar,baz
32
27
  //
33
- // Also be aware that all of your content outside the defined region in this file
34
- // will be preserved in situations where you need to do something paricularly awesome.
28
+ // Inversely, if you state a file to be an "orphan" then autoindex files
29
+ // below this file will not reference this autoindex file:
30
+ //
31
+ // - autoindex:named, orphan
32
+ //
33
+ // All content outside the "// #region" section in this file will be
34
+ // preserved in situations where you need to do something paricularly awesome.
35
35
  // Keep on being awesome.
36
-
37
- // #endregion
@@ -1,12 +1,10 @@
1
1
  // #autoindex
2
2
 
3
3
  // #region autoindexed files
4
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
5
+ // hash-code: 2742585618
4
6
 
5
- // index last changed at: 8th Aug, 2021, 08:15 PM ( GMT-7 )
6
- // export: named; exclusions: index, private.
7
- // files: isArray, isBoolean, isFalse, isFunction, isLiteral, isNull, isNumber, isObject, isString, isSymbol, isTrue, isUndefined.
8
-
9
- // local file exports
7
+ // file exports
10
8
  export * from "./isArray";
11
9
  export * from "./isBoolean";
12
10
  export * from "./isFalse";
@@ -20,30 +18,30 @@ export * from "./isSymbol";
20
18
  export * from "./isTrue";
21
19
  export * from "./isUndefined";
22
20
 
23
- // Note:
24
- // -----
25
- // This file was created by running: "dd devops autoindex"; it assumes you have
26
- // the 'do-devops' pkg installed as a dev dep.
21
+ // #endregion
22
+
23
+ // This file was created by running: "dd autoindex"; it assumes you have
24
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
27
25
  //
28
26
  // By default it assumes that exports are named exports but this can be changed by
29
27
  // adding a modifier to the '// #autoindex' syntax:
30
28
  //
31
29
  // - autoindex:named same as default, exports "named symbols"
32
- // - autoindex:default assumes each file is exporting a default export
33
- // and converts the default export to the name of the
34
- // file
30
+ // - autoindex:default assumes each file is exporting a default export and
31
+ // converts the default export to the name of the file
35
32
  // - autoindex:offset assumes files export "named symbols" but that each
36
33
  // file's symbols should be offset by the file's name
37
- // (useful for files which might symbols which collide
38
- // or where the namespacing helps consumers)
39
34
  //
40
35
  // You may also exclude certain files or directories by adding it to the
41
36
  // autoindex command. As an example:
42
37
  //
43
38
  // - autoindex:named, exclude: foo,bar,baz
44
39
  //
45
- // Also be aware that all of your content outside the defined region in this file
46
- // will be preserved in situations where you need to do something paricularly awesome.
40
+ // Inversely, if you state a file to be an "orphan" then autoindex files
41
+ // below this file will not reference this autoindex file:
42
+ //
43
+ // - autoindex:named, orphan
44
+ //
45
+ // All content outside the "// #region" section in this file will be
46
+ // preserved in situations where you need to do something paricularly awesome.
47
47
  // Keep on being awesome.
48
-
49
- // #endregion
@@ -1,4 +1,3 @@
1
- import { InferenceError } from "~/errors";
2
1
  import { Narrowable } from "~/types/Narrowable";
3
2
  import { keys } from "../keys";
4
3
 
@@ -24,10 +23,7 @@ function runtimeExtendsCheck<TValue extends any, TBase extends any>(
24
23
  return true as TValue extends TBase ? true : false;
25
24
  case "function":
26
25
  if (narrow) {
27
- throw new InferenceError(
28
- `Use of narrowlyExtends with a function is not possible!`,
29
- "ifTypeOf/not-allowed"
30
- );
26
+ throw new Error(`Use of narrowlyExtends with a function is not possible!`);
31
27
  }
32
28
  return true as TValue extends TBase ? true : false;
33
29
  case "object":
@@ -1,44 +1,40 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 152540854
3
5
 
4
- // index last changed at: 8th Aug, 2021, 01:19 PM ( GMT-7 )
5
- // export: named; exclusions: index, private.
6
- // files: condition, ifTypeOf, type, withValue.
7
- // directories: conditions.
8
-
9
- // local file exports
6
+ // file exports
10
7
  export * from "./condition";
11
8
  export * from "./ifTypeOf";
12
9
  export * from "./type";
13
10
  export * from "./withValue";
14
-
15
11
  // directory exports
16
12
  export * from "./conditions/index";
17
13
 
18
- // Note:
19
- // -----
20
- // This file was created by running: "dd devops autoindex"; it assumes you have
21
- // the 'do-devops' pkg installed as a dev dep.
14
+ // #endregion
15
+
16
+ // This file was created by running: "dd autoindex"; it assumes you have
17
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
22
18
  //
23
19
  // By default it assumes that exports are named exports but this can be changed by
24
20
  // adding a modifier to the '// #autoindex' syntax:
25
21
  //
26
22
  // - autoindex:named same as default, exports "named symbols"
27
- // - autoindex:default assumes each file is exporting a default export
28
- // and converts the default export to the name of the
29
- // file
23
+ // - autoindex:default assumes each file is exporting a default export and
24
+ // converts the default export to the name of the file
30
25
  // - autoindex:offset assumes files export "named symbols" but that each
31
26
  // file's symbols should be offset by the file's name
32
- // (useful for files which might symbols which collide
33
- // or where the namespacing helps consumers)
34
27
  //
35
28
  // You may also exclude certain files or directories by adding it to the
36
29
  // autoindex command. As an example:
37
30
  //
38
31
  // - autoindex:named, exclude: foo,bar,baz
39
32
  //
40
- // Also be aware that all of your content outside the defined region in this file
41
- // will be preserved in situations where you need to do something paricularly awesome.
33
+ // Inversely, if you state a file to be an "orphan" then autoindex files
34
+ // below this file will not reference this autoindex file:
35
+ //
36
+ // - autoindex:named, orphan
37
+ //
38
+ // All content outside the "// #region" section in this file will be
39
+ // preserved in situations where you need to do something paricularly awesome.
42
40
  // Keep on being awesome.
43
-
44
- // #endregion
@@ -1,39 +1,37 @@
1
1
  // #autoindex
2
2
  // #region autoindexed files
3
+ // index last changed at: 12th Dec, 2021, 09:28 AM ( GMT-8 )
4
+ // hash-code: 4250795496
3
5
 
4
- // index last changed at: 6th Jun, 2021, 04:31 PM ( GMT-7 )
5
- // export: named; exclusions: index, private.
6
- // files: Configurator, FluentConfigurator, KeyStorage.
7
-
8
- // local file exports
6
+ // file exports
9
7
  export * from "./Configurator";
10
8
  export * from "./FluentConfigurator";
11
9
  export * from "./KeyStorage";
12
10
 
13
- // Note:
14
- // -----
15
- // This file was created by running: "dd devops autoindex"; it assumes you have
16
- // the 'do-devops' pkg installed as a dev dep.
11
+ // #endregion
12
+
13
+ // This file was created by running: "dd autoindex"; it assumes you have
14
+ // the 'do-devops' pkg (that's "dd" on npm) installed as a dev dep.
17
15
  //
18
16
  // By default it assumes that exports are named exports but this can be changed by
19
17
  // adding a modifier to the '// #autoindex' syntax:
20
18
  //
21
19
  // - autoindex:named same as default, exports "named symbols"
22
- // - autoindex:default assumes each file is exporting a default export
23
- // and converts the default export to the name of the
24
- // file
20
+ // - autoindex:default assumes each file is exporting a default export and
21
+ // converts the default export to the name of the file
25
22
  // - autoindex:offset assumes files export "named symbols" but that each
26
23
  // file's symbols should be offset by the file's name
27
- // (useful for files which might symbols which collide
28
- // or where the namespacing helps consumers)
29
24
  //
30
25
  // You may also exclude certain files or directories by adding it to the
31
26
  // autoindex command. As an example:
32
27
  //
33
28
  // - autoindex:named, exclude: foo,bar,baz
34
29
  //
35
- // Also be aware that all of your content outside the defined region in this file
36
- // will be preserved in situations where you need to do something paricularly awesome.
30
+ // Inversely, if you state a file to be an "orphan" then autoindex files
31
+ // below this file will not reference this autoindex file:
32
+ //
33
+ // - autoindex:named, orphan
34
+ //
35
+ // All content outside the "// #region" section in this file will be
36
+ // preserved in situations where you need to do something paricularly awesome.
37
37
  // Keep on being awesome.
38
-
39
- // #endregion