提交 3ad69623 编写于 作者: E Eugene Auduchinok 提交者: Kevin Ransom (msft)

Make Structure module public in FCS (#3910)

Thanks for this.
上级 7f7f4884
......@@ -7,7 +7,11 @@ open System.Collections.Generic
open Microsoft.FSharp.Compiler
open Microsoft.FSharp.Compiler.Range
#if COMPILER_PUBLIC_API
module Structure =
#else
module internal Structure =
#endif
/// Collapse indicates the way a range/snapshot should be collapsed. `Same` is for a scope inside
/// some kind of scope delimiter, e.g. `[| ... |]`, `[ ... ]`, `{ ... }`, etc. `Below` is for expressions
/// following a binding or the right hand side of a pattern, e.g. `let x = ...`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册