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

test(mock-compiler): make testing the stencil compiler and it's outputs easier #3127

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2021

  1. test(mock-compiler): make testing the stencil compiler and it's outpu…

    …t much easier
    John Jenkins committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d67352e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stencil-main' into test-mock-compiler

    # Conflicts:
    #	package-lock.json
    John Jenkins committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7ed4a77 View commit details
    Browse the repository at this point in the history
  3. run prettier / build

    John Jenkins committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9c15500 View commit details
    Browse the repository at this point in the history
  4. help stencil resolve declarations

    John Jenkins committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f2562c2 View commit details
    Browse the repository at this point in the history
  5. help stencil resolve modules

    John Jenkins committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    52f645f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    579818a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. - Change compiler.build result to return buildCtx (instead of the Com…

    …piler results). This is the owner object and is more useful.
    
    - Refactor all legacy 'new Compiler()' tests to use new mock-compiler.
    John Jenkins committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    b35361a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'test-mock-compiler' of github.com:johnjenkins/stencil i…

    …nto test-mock-compiler
    John Jenkins committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    8c1bdb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. run prettier

    John Jenkins committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d182d5c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. fix dev server - 'buildFinish' event listener cast return as any - so…

    … didn't account for the change of return from 'buildResults' to 'buildCtx'
    John Jenkins committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    13bb8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e06f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    40b4950 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    5b18ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Dec 7, 2021

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

Commits on Jun 23, 2022

  1. Merge branch 'stencil-main' into test-mock-compiler

    # Conflicts:
    #	package-lock.json
    #	src/compiler/build/full-build.ts
    #	src/compiler/config/validate-config.ts
    #	src/compiler/output-targets/test/output-targets-dist.spec.ts
    #	src/compiler/output-targets/test/output-targets-www.spec.ts
    #	src/compiler/service-worker/test/service-worker.spec.ts
    #	src/compiler/style/test/build-conditionals.spec.ts
    #	src/compiler/style/test/style.spec.ts
    #	src/testing/tsconfig.internal.json
    John Jenkins committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6ee6def View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Merge branch 'stencil-main' into test-mock-compiler

    # Conflicts:
    #	src/compiler/output-targets/test/output-targets-dist.spec.ts
    #	src/compiler/output-targets/test/output-targets-www-dist.spec.ts
    #	src/compiler/output-targets/test/output-targets-www.spec.ts
    #	src/declarations/stencil-public-compiler.ts
    John Jenkins committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c6a97fe View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    12a0984 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge branch 'stencil-main' into test-mock-compiler

    # Conflicts:
    #	src/cli/task-build.ts
    #	src/compiler/build/full-build.ts
    #	src/compiler/output-targets/test/output-targets-dist.spec.ts
    #	src/compiler/output-targets/test/output-targets-www-dist.spec.ts
    #	src/compiler/output-targets/test/output-targets-www.spec.ts
    #	src/compiler/plugin/test/plugin.spec.ts
    #	src/compiler/service-worker/test/service-worker.spec.ts
    #	src/compiler/style/test/build-conditionals.spec.ts
    #	src/compiler/style/test/style.spec.ts
    #	src/testing/mocks.ts
    John Jenkins committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1af6642 View commit details
    Browse the repository at this point in the history
  2. prettier / lint

    John Jenkins committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4517df1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. up timeout

    John Jenkins committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3c12018 View commit details
    Browse the repository at this point in the history