Skip to content

Commit 9bb8fea

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
Migrate building_bucket_flags to strict TypeScript
GitOrigin-RevId: 0a3de13aae2fd1f6c02e2991e408ab8656c17e08
1 parent 4a47937 commit 9bb8fea

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

tsconfig.strict.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,26 @@
8585
"./src/style-spec/deref.ts",
8686
"./src/style-spec/util/lerp.ts",
8787
"./src/style-spec/util/color.ts",
88-
"./src/style-spec/util/interpolate.ts"
88+
"./src/style-spec/util/interpolate.ts",
89+
"./3d-style/data/bucket/building_bucket_flags.ts",
90+
"./src/gl/color_mode.ts",
91+
"./src/render/occlusion_params.ts",
92+
"./src/source/render_source_type.ts",
93+
"./src/util/classify_rings.ts",
94+
"./src/util/web_worker.ts",
95+
"./src/util/web_worker_esm_cdn.ts",
96+
"./src/util/web_worker_esm_npm.ts",
97+
"./src/placement/geometry.ts",
98+
"./src/placement/types.ts",
99+
"./src/precipitation/precipitation_reveal_params.ts",
100+
"./src/style-spec/migrate/v9.ts",
101+
"./src/style-spec/util/color_spaces.ts",
102+
"./src/style-spec/util/mercator.ts",
103+
"./src/style-spec/expression/types/image_variant.ts",
104+
"./3d-style/data/frc_road_classes.ts",
105+
"./3d-style/style/indoor_active_floor_strategy.ts",
106+
"./src/placement/global_placement_priority.ts",
107+
"./src/placement/placement_rules.ts",
108+
"./src/placement/symbol_source.ts"
89109
]
90110
}

0 commit comments

Comments
 (0)