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
/** * @mixin - TODO make this @mixin tag do something in the docs. * @class Settable - This class provides a simple `set()` method that can be used * to set multiple properties of an instance at once. See `set()` method * description. * * This class is a mixin. Use it like so: * * ```js * class MyClass extends Settable() { * // ... * } * ``` * * or * * ```js * class MyClass extends Settable(SomeBaseClass) { * // ... * } * ``` */classSettable{}
🔎 Search Terms
github typescript code fence indentation
🕗 Version & Regression Information
⏯ Playground Link
https://www.typescriptlang.org/play?#code/PQKhCgAIUgBBbAlgD0QO0gWkgFQPIAiek8AhgNYCmkALgBaIDOcSqGNpA5pACYD2kRn3iV66bulp1q-AMaMAdFBixZAG1KNmAZVEcARmurYcDZus3MADgCc+AN0Q9KzUoMTwrRyAANGogAoASh8SUTo+HilSGkhZUgx9agBXfx5lWgF-WPhktRpEL2pbPitKGwKXSD4AM0gEyHRGDjRZahjq1soFSF1qP0CQsPpIjOdGWRtCgr40JWgM0yY4jS1G1xIUdB6AVX9G2LVEKkE+AC5lDJ9rgCtGDIs1gFkATwBhVeZKZBpKNB4dHpSIZKMFIABvDKQSDAYCQBQIjIAXyu10u0GqNnRMGuPjuD0+kFeH0skG+v3+gJoBiMAW0wkoACFNJQSVoghCoTC4Qj5jAURjccpgOBHlSadRwUigA
💻 Code
🙁 Actual behavior
🙂 Expected behavior
Expect the
// ...
to be properly indented.Additional information about the issue
Here's another example.
Note that example is using the trick described at #47679 (comment) to make decorators render "properly".
The text was updated successfully, but these errors were encountered: