Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch export async function #439

Merged
merged 2 commits into from
May 20, 2023

Conversation

kaizhu256
Copy link
Member

  • Fixes Bug report: Don't support async await  #438.
    • fatal error due to no grammar for export async function ....
  • jslint will still warn about using Object.freeze(...) but at least its no longer a fatal error, and can be suppressed with //jslint-ignore-line
  • This PR additionally adds warning/check that exported properties are sorted in ascii-order

image

@kaizhu256 kaizhu256 merged commit af101b2 into jslint-org:beta May 20, 2023
@kaizhu256 kaizhu256 deleted the branch_export_async_function branch May 20, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug report: Don't support async await
1 participant