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
The bug is that _a.emptyPreview = { scheme: BulkEditPreviewProvider.Schema }, uses BulkEditPreviewProvider before that variable is defined
The text was updated successfully, but these errors were encountered:
mjbvz
changed the title
Invalid emit for class using decorators plus static properties
Invalid emit for class using decorators plus static properties that reference other static properties of the same class
Jul 7, 2021
Bug Report
π Search Terms
π Version & Regression Information
Regression from at least 4.4.0-dev.20210701
Also tested in 4.4.0-dev.20210707
β― Playground Link
https://www.typescriptlang.org/play?target=5&ts=4.4.0-dev.20210707#code/JYOwLgpgTgZghgYwgAgJIDED2nkG9kC+AUEQCYQIA2cUKCmIAzmGlpgFzJwgCeA3CSpxGjZACEArpQDWAUVLAwABVoA3YBADuKzOvJQ8JZMeTM4YYAmS04pBpR7IAyggAWEALZxkAXmQByVUZ6cgBaACMpaQgFMAAHNQ1NfwEiE1Mwc0tkTziwHhUIdS1fPFM3TwhOSRl5RULi7ShdYH0AOhd3L0JU9PomMCgJBDBMKAAKNPSTAAEMbGQE4FVzFBs7EAdkAH0PTHInaHUkTnnMABop4wBKMuICIA
π» Code
π Bug
The compiled code for this is:
The bug is that
_a.emptyPreview = { scheme: BulkEditPreviewProvider.Schema },
usesBulkEditPreviewProvider
before that variable is definedThe text was updated successfully, but these errors were encountered: