When creating a custom parser we need to check the insertionMode field against a value. Without the InsertionMode enum exported we have to use a magic number or redefine another enum within our codebase.

Is there any reason preventing us from exporting the enum?
When creating a custom parser we need to check the
insertionModefield against a value. Without theInsertionModeenum exported we have to use a magic number or redefine another enum within our codebase.Is there any reason preventing us from exporting the enum?