fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.04k stars 711 forks source link

Cannot read properties of undefined (reading 'decoratorsBeforeExport') #676

Open EricWong1994 opened 1 year ago

EricWong1994 commented 1 year ago

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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. image

Browser (please complete the following information):

astexplorer settings:

Additional context Add any other context about the problem here.

azumia commented 1 year ago

我怎么记得之前是好的