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

fix wrong import guidance #1067

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 15, 2023

  1. fix wrong import guidance

    it is not possible to import something that has a name with a dash.  it's not accurate to suggest to import without curly braces.  it's incomplete to not show the "from" clause of the import statement.
    FirstVertex authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e55d153 View commit details
    Browse the repository at this point in the history
  2. fix semicolon placement

    semicolon should be inside the code
    FirstVertex authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1e14fd5 View commit details
    Browse the repository at this point in the history