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

tsfmt maven plugin #553

Merged
merged 32 commits into from Apr 2, 2020
Merged

tsfmt maven plugin #553

merged 32 commits into from Apr 2, 2020

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    ed9612b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    source-knights committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    0e429a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb72ebd View commit details
    Browse the repository at this point in the history
  4. Update CHANGES.md

    source-knights committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ae05010 View commit details
    Browse the repository at this point in the history
  5. Update CHANGES.md

    source-knights committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    588990a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e973a2e View commit details
    Browse the repository at this point in the history
  7. Spotless apply

    source-knights committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    2ebe163 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a71794 View commit details
    Browse the repository at this point in the history
  9. Spotless apply

    source-knights committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    588aa43 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

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

Commits on Mar 29, 2020

  1. Make the Typescript defaults a little less expensive to compute, and …

    …closer to the other defaults.
    nedtwigg committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    811c661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a1870 View commit details
    Browse the repository at this point in the history
  3. DRY on test files - reveals that tsfmtInline and tsconfig are both no…

    …t working as expected.
    nedtwigg committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    97beb15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c10f56 View commit details
    Browse the repository at this point in the history
  5. Fix warning about -color

    nedtwigg committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7bd2220 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9da142 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Fix buildDir going into Tsfmt

    This does not work in the Tsfmt class but in the AbstractSpotlessMojo
    class:
    @parameter(defaultValue = "${project.build.directory}"
    
    So the change is to set it in the Mojo class to the FileLocator and get
    it from there if required
    source-knights committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    2641254 View commit details
    Browse the repository at this point in the history
  2. Fix tsconfig file

    When I use "files" with a direct link to "src/main/typescript/test.ts"
    it works. If I leave "files" out (and just use
    "include": [
    	 "src/main/typescript/*.ts"
    	 	]
    ) it does fail with
    
    C:\Users\xyz\AppData\Local\Temp\junit3377288995823290344\target\spotless-node-modules-tsfmt-format\node_modules\typescript-formatter\lib\utils.js:64:
    Error: No inputs were found in config file 'tsconfig.json'. Specified
    'include' paths were '["src/main/typescript/*.ts"]' and 'exclude' paths
    were '["nothing.xml"]'. -> [Help 1]
    source-knights committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9ac7a49 View commit details
    Browse the repository at this point in the history
  3. spotless apply

    source-knights committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    33b13f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80cc770 View commit details
    Browse the repository at this point in the history
  5. spotless apply

    source-knights committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    daff537 View commit details
    Browse the repository at this point in the history
  6. spotless apply

    source-knights committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    839bcbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56ddfcb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    5593769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4bbfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d21884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9567b07 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    2f77a77 View commit details
    Browse the repository at this point in the history
  2. Put the baseDir into FileLocator, and ensure that names match their "…

    …maven canonical" names (e.g. erroneously calling buildDir "target").
    nedtwigg committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    3d791da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5d9e07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d21bf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bb33d6 View commit details
    Browse the repository at this point in the history