You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,25 @@ See the [`Options`][link-to-options] interface.
34
34
As of now, [`vite`][link-to-vite] uses [`esbuild`][link-to-esbuild] to transpile typescript, which doesn't yet support the new [ECMAScript decorators][link-to-ecmascript-decorators].
35
35
But [`typescript`][link-to-typescript] added support for them in [`v5`][link-to-typescript-v5-announcement].
36
36
37
-
This example transpiles the new ECMAScript decorators into code that is usable in runtimes that do not yet support it.
37
+
This example down-levels the new ECMAScript decorators into code that is usable in runtimes that do not yet support it.
0 commit comments