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

use undeclared-identifiers #76

Merged
merged 4 commits into from
Jun 15, 2018
Merged

use undeclared-identifiers #76

merged 4 commits into from
Jun 15, 2018

Commits on Jun 13, 2018

  1. use undeclared-identifiers

    before:
    
      $ npx ./bench/run.sh
      real    0m0.874s
      user    0m1.219s
      sys     0m0.060s
    
    Of that, 470ms were spent in `insert-module-globals`.
    
    after:
    
      $ npx ./bench/run.sh
      real    0m0.580s
      user    0m0.863s
      sys     0m0.056s
    
    Of that, 220ms were spent in `insert-module-globals`.
    goto-bus-stop committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    98af751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea23cbc View commit details
    Browse the repository at this point in the history
  3. Fix wildcard use.

    goto-bus-stop committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5b87648 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Parse source before passing to undeclared-identifiers.

    To make sure that all the parsing in browserify happens in modules
    under the browserify org; this way anyone in the browserify github org
    can upgrade to newer parser versions if necessary.
    goto-bus-stop committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    6228e9e View commit details
    Browse the repository at this point in the history