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: angular/tsickle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.0
Choose a base ref
...
head repository: angular/tsickle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.39.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 1, 2020

  1. Update tsickle release instructions to use wombat dressing room

    PiperOrigin-RevId: 319251373
    rrdelaney authored and copybara-github committed Jul 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    effe466 View commit details

Commits on Jul 6, 2020

  1. Copy the full SHA
    feda615 View commit details
  2. Copy the full SHA
    724c128 View commit details
  3. rel: 0.39.1

    rrdelaney committed Jul 6, 2020
    Copy the full SHA
    5b25de3 View commit details
Showing with 13 additions and 5 deletions.
  1. +3 −0 .clang-format
  2. +8 −3 README.md
  3. +2 −2 package.json
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Language: JavaScript
BasedOnStyle: Google
ColumnLimit: 100
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -140,7 +140,9 @@ any of the below commands to make sure you are using the right version.
- `ibazel test test:unit_test` executes the unit tests in watch mode (use `bazel test test:unit_test` for a single run),
- `bazel test test:e2e_test` executes the e2e tests,
- `bazel test test:golden_test` executes the golden tests,
- `yarn test` runs unit tests and e2e tests.
- `node check_format.js` checks the source code formatting using
`clang-format`,
- `yarn test` runs unit tests, e2e tests and checks the source code formatting.

### Debugging

@@ -210,5 +212,8 @@ $ git push origin v0.32.0 # but use correct version
Once the versioned tag is pushed to Github the release (as found on
https://github.com/angular/tsickle/releases) will be implicitly created.

Run `bazel run :npm_package.publish` from the master branch
(you must be logged into the `angular` shared npm account).
From the master branch run:

```
bazel run :npm_package.publish -- --registry https://wombat-dressing-room.appspot.com
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsickle",
"version": "0.39.0",
"version": "0.39.1",
"description": "Transpile TypeScript code to JavaScript with Closure annotations.",
"main": "src/tsickle.js",
"typings": "src/tsickle.d.ts",
@@ -11,7 +11,7 @@
"src/*"
],
"peerDependencies": {
"typescript": "~3.8.2"
"typescript": "~3.9.5"
},
"devDependencies": {
"@bazel/bazel": "^0.29.0",