Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: dojo/cli-build-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fec279c463133e8bcebfcbc053731681f11bb79d
Choose a base ref
..
head repository: dojo/cli-build-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 107631231cc2e56237967edb7d4369eeccbc0962
Choose a head ref
Showing with 1,131 additions and 278 deletions.
  1. +778 −94 package-lock.json
  2. +9 −4 package.json
  3. +14 −12 src/base.config.ts
  4. +15 −0 src/dist.config.ts
  5. +5 −7 src/main.ts
  6. +84 −0 test-app/.eslintrc.json
  7. +0 −40 test-app/tslint.json
  8. +226 −121 tests/unit/main.ts
Loading