File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ public struct HTMLExpansionContext: @unchecked Sendable {
27
27
/// Complete file paths used for looking up interpolation (when trying to promote to an equivalent `StaticString`).
28
28
public var lookupFiles : Set < String >
29
29
30
- public package ( set ) var minify : Bool
30
+ public var minify : Bool
31
31
32
- public package ( set ) var ignoresCompilerWarnings : Bool
32
+ public var ignoresCompilerWarnings : Bool
33
33
34
- public package ( set ) var escape : Bool
35
- public package ( set ) var escapeAttributes : Bool
36
- public package ( set ) var elementsRequireEscaping : Bool
34
+ public var escape : Bool
35
+ public var escapeAttributes : Bool
36
+ public var elementsRequireEscaping : Bool
37
37
38
38
public init (
39
39
context: MacroExpansionContext ,
Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ extension InterpolationTests {
343
343
}
344
344
345
345
@Test func closureInterpolation( ) {
346
+ // TODO: fix | where are the warning diagnostics?
346
347
let bro : String = " bro "
347
348
let _: String = #html {
348
349
div {
You can’t perform that action at this time.
0 commit comments