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

speed up by using acorn tokenizer when possible #73

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 13, 2018

  1. ignore require() calls inside already browserified bundles

    If a function expression declares a `require` parameter, its body is not
    analyzed for `require()` calls. This is mostly helpful for bundles that
    were already browserified, `detective` will ignore the calls to
    browser-pack's require runtime.
    goto-bus-stop committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    3a7077d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9bfb24 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Configuration menu
    Copy the full SHA
    dcaedf9 View commit details
    Browse the repository at this point in the history
  2. formatting

    goto-bus-stop committed May 11, 2018
    Configuration menu
    Copy the full SHA
    3094474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84763f0 View commit details
    Browse the repository at this point in the history
  4. add comment test

    goto-bus-stop committed May 11, 2018
    Configuration menu
    Copy the full SHA
    dd9a8e8 View commit details
    Browse the repository at this point in the history
  5. shallow-copy

    goto-bus-stop committed May 11, 2018
    Configuration menu
    Copy the full SHA
    7939f15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e465495 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec5d003 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ed9968 View commit details
    Browse the repository at this point in the history
  9. comments about states

    goto-bus-stop committed May 11, 2018
    Configuration menu
    Copy the full SHA
    9466172 View commit details
    Browse the repository at this point in the history