From 4b21ab9502f8fcc4c20db3478adcb7aa5f7a934a Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Tue, 18 Jan 2022 14:05:39 -0600 Subject: [PATCH] docs(js): remove experimental description on swc compiler --- docs/generated/api-js/generators/application.md | 2 +- docs/generated/api-js/generators/library.md | 2 +- packages/js/src/generators/application/schema.json | 2 +- packages/js/src/generators/library/schema.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/generated/api-js/generators/application.md b/docs/generated/api-js/generators/application.md index 45dc042bde..c9799dd780 100644 --- a/docs/generated/api-js/generators/application.md +++ b/docs/generated/api-js/generators/application.md @@ -55,7 +55,7 @@ Type: `string` Possible values: `tsc`, `swc` -The compiler used by the build and test targets (tsc is preferred, swc is experimental) +The compiler used by the build and test targets ### config diff --git a/docs/generated/api-js/generators/library.md b/docs/generated/api-js/generators/library.md index 643a643f2f..748d5f1ff4 100644 --- a/docs/generated/api-js/generators/library.md +++ b/docs/generated/api-js/generators/library.md @@ -63,7 +63,7 @@ Type: `string` Possible values: `tsc`, `swc` -The compiler used by the build and test targets (tsc is preferred, swc is experimental) +The compiler used by the build and test targets ### config diff --git a/packages/js/src/generators/application/schema.json b/packages/js/src/generators/application/schema.json index 9b53e94a95..eb0d6c2cb7 100644 --- a/packages/js/src/generators/application/schema.json +++ b/packages/js/src/generators/application/schema.json @@ -92,7 +92,7 @@ "type": "string", "enum": ["tsc", "swc"], "default": "tsc", - "description": "The compiler used by the build and test targets (tsc is preferred, swc is experimental)" + "description": "The compiler used by the build and test targets" } }, "required": ["name"] diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index d33bf50d28..461f564f7b 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -97,7 +97,7 @@ "type": "string", "enum": ["tsc", "swc"], "default": "tsc", - "description": "The compiler used by the build and test targets (tsc is preferred, swc is experimental)" + "description": "The compiler used by the build and test targets" }, "skipTypeCheck": { "type": "boolean",