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
This feature is still under development and the warning isn't clear enough on that point.
I also added in a small improvement to compare the input language as lowercase. No need to throw an error just because someone types TypeScript instead of typescript.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
warning('This is an experimental feature. We make no guarantees about the outcome or stability of the functionality.');
707
-
constlanguage=options.language??'typescript';
706
+
warning('This is an experimental feature and development on it is still in progress. We make no guarantees about the outcome or stability of the functionality.');
0 commit comments