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 52f4ae6 commit 6d7227eCopy full SHA for 6d7227e
internal/transformers/declarations/transform.go
@@ -27,14 +27,6 @@ type OutputPaths interface {
27
JsFilePath() string
28
}
29
30
-type DeclareModifier uint8
31
-
32
-const (
33
- DeclareModifierNone DeclareModifier = 0
34
- DeclareModifierEligible DeclareModifier = 1
35
- DeclareModifierEnforced DeclareModifier = 2
36
-)
37
38
// Used to be passed in the TransformationContext, which is now just an EmitContext
39
type DeclarationEmitHost interface {
40
modulespecifiers.ModuleSpecifierGenerationHost
0 commit comments