astexplorer
astexplorer copied to clipboard
Cannot read properties of undefined (reading 'decoratorsBeforeExport')
Describe the bug
open this site bellow
https://astexplorer.net/#/gist/09113e146fa04044e99f8a98434a01af/80bef2b9068991f7a8e4f113ff824f56e3292253
An error occurred Cannot read properties of undefined (reading 'decoratorsBeforeExport')
when your @babel/parser Settings
tokens option is selected.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error https://astexplorer.net/#/gist/09113e146fa04044e99f8a98434a01af/80bef2b9068991f7a8e4f113ff824f56e3292253 when your @babel/parser Settings tokens option is selected.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Browser (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
astexplorer settings:
- Selected parser: [e.g. acorn]
- Selected transformer (if applicable): [e.g. jscodeshift]
- Contents of the local storage key
explorerSettingsV1
(code can be removed if you don't want it to be public) @babel/parser Settings tokens option is selected
Additional context Add any other context about the problem here.
我怎么记得之前是好的