Skip to content

Commit 6d7227e

Browse files
committed
cleanup
1 parent 52f4ae6 commit 6d7227e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/transformers/declarations/transform.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ type OutputPaths interface {
2727
JsFilePath() string
2828
}
2929

30-
type DeclareModifier uint8
31-
32-
const (
33-
DeclareModifierNone DeclareModifier = 0
34-
DeclareModifierEligible DeclareModifier = 1
35-
DeclareModifierEnforced DeclareModifier = 2
36-
)
37-
3830
// Used to be passed in the TransformationContext, which is now just an EmitContext
3931
type DeclarationEmitHost interface {
4032
modulespecifiers.ModuleSpecifierGenerationHost

0 commit comments

Comments
 (0)