mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Add configure-experimental (#31064)
This commit is contained in:
@@ -22,7 +22,7 @@ function main(): void {
|
||||
}
|
||||
|
||||
const tag = args[0];
|
||||
if (tag !== "dev" && tag !== "insiders") {
|
||||
if (tag !== "dev" && tag !== "insiders" && tag !== "experimental") {
|
||||
throw new Error(`Unexpected tag name '${tag}'.`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user