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

Initial implementation #1

Merged
merged 4 commits into from
Aug 1, 2016
Merged

Initial implementation #1

merged 4 commits into from
Aug 1, 2016

Commits on Jul 29, 2016

  1. Initial implementation

    bajtos committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    9bd4afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867a7c3 View commit details
    Browse the repository at this point in the history
  3. Lazy-load CLS module

    As soon as CLS module is loaded, the instrumentation/patching of
    async-listener is fired. This may cause stack overflows due to promise
    instrumentation.
    
    By loading CLS module lazily (only when used for real), we avoid
    this kind of problems in applications that are not using current-context
    at all.
    bajtos committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    1f214bf View commit details
    Browse the repository at this point in the history
  4. fixup! style

    bajtos committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    71585a2 View commit details
    Browse the repository at this point in the history