We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226b824 commit fd90cbcCopy full SHA for fd90cbc
src/DarkConfig/ConfigProcessor.cs
@@ -1,7 +1,3 @@
1
-using System;
2
-using System.Collections;
3
-using System.Collections.Generic;
4
-
5
namespace DarkConfig {
6
/// Processors can modify DocNodes after being parsed from YAML, but before used by the rest of the systems
7
/// Note: this is ONLY run on the YAML -> DocNode path, any other DocNode creation is not affected
0 commit comments