Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/worker-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: NativeScript/worker-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 20, 2020

  1. fix: worker compilation should not be async

    In some cases, when using the AOT of Angular applications, multiple worker compilations may happen at the same time. As they share the same Angular Compiler instance, the compilation itself may fail.
    To resolve this, ensure there's only one compilation of a worker in a specified moment - start the next one after the current one finishes.
    rosen-vladimirov committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    0d80588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b07012 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54 from NativeScript/vladimirov/sync-worker-pitch

    fix: worker compilation should not be async
    rosen-vladimirov authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b7d4797 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Fix issue with Crashing Worker when using recursive worker files.

    Nathanael Anderson committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c361b1f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Merge pull request #59 from NathanaelA/fix_dups

    Fix issue with Crashing Worker when using recursive worker files.
    Nathanael Anderson authored May 30, 2020
    Configuration menu
    Copy the full SHA
    2d02162 View commit details
    Browse the repository at this point in the history
  2. Add .gitignore and .npmignore files

    Nathanael Anderson committed May 30, 2020
    Configuration menu
    Copy the full SHA
    5f034f7 View commit details
    Browse the repository at this point in the history
Loading