mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
reorder enum
This commit is contained in:
@@ -2411,9 +2411,9 @@ namespace ts {
|
||||
|
||||
/* @internal */
|
||||
export const enum StructureIsReused {
|
||||
Completely,
|
||||
SafeModules,
|
||||
Not
|
||||
Not = 0,
|
||||
SafeModules = 1 << 0,
|
||||
Completely = 1 << 1,
|
||||
}
|
||||
|
||||
export interface CustomTransformers {
|
||||
|
||||
Reference in New Issue
Block a user