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

Only use import.meta when strictly necessary #8940

Merged
merged 6 commits into from
Jul 19, 2019

Commits on Jul 8, 2019

  1. Only use import.meta when strictly necessary

    A webworker ES6 module doesn't have access to 'document.currentScript'. 'import.meta' was the only way I could see to achieve that functionality.
    VirtualTim committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b8f5282 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    d000ca2 View commit details
    Browse the repository at this point in the history
  2. Add missing semicolon.

    VirtualTim committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b1defb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Update comment

    VirtualTim committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    bf11b3d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge in latest incoming

    VirtualTim committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    c59b0c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fcb8b0 View commit details
    Browse the repository at this point in the history