Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ad6962

Browse files
auduchinokKevinRansom
authored andcommitted
Make Structure module public in FCS (#3910)
Thanks for this.
1 parent7f7f488 commit3ad6962

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/fsharp/vs/ServiceStructure.fsi‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ open System.Collections.Generic
77
openMicrosoft.FSharp.Compiler
88
openMicrosoft.FSharp.Compiler.Range
99

10+
#if COMPILER_PUBLIC_API
11+
moduleStructure=
12+
#else
1013
moduleinternalStructure=
14+
#endif
1115
/// Collapse indicates the way a range/snapshot should be collapsed. `Same` is for a scope inside
1216
/// some kind of scope delimiter, e.g. `[| ... |]`, `[ ... ]`, `{ ... }`, etc. `Below` is for expressions
1317
/// following a binding or the right hand side of a pattern, e.g. `let x = ...`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp