From 8f902bbc9df7f194ffd0d7471554bef19735ca81 Mon Sep 17 00:00:00 2001 From: Frederik Wessberg Date: Wed, 8 Jun 2022 09:43:27 +0200 Subject: [PATCH] Update why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md --- ...el-plugin-transform-runtime_and_tslib_included_by_default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/explainer/why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md b/documentation/explainer/why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md index 9d87fc2b..40d59145 100644 --- a/documentation/explainer/why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md +++ b/documentation/explainer/why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md @@ -1,4 +1,4 @@ -#### Why are helpers imported by default, and why are things like @babel/plugin-transform-runtime, tslib, and @swc/helpers peer dependencies? +#### Why are helpers always imported, and why are things like @babel/plugin-transform-runtime, tslib, and @swc/helpers peer dependencies? Babel, swc, and Typescript both come with a set of helper functions. For example, the following code: