• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nonara / ts-patch
82%
master: 80%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/ansi-regex-5.0.1
DEFAULT BRANCH: master
Repo Added 14 Oct 2019 06:57PM UTC
Files 10
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v1.2.0
branch: v1.2.0
CHANGE BRANCH
x
Reset
  • v1.2.0
  • 1.1.0
  • 1.3.3-beta
  • add_tsconfig
  • dependabot/npm_and_yarn/ansi-regex-5.0.1
  • dependabot/npm_and_yarn/ini-1.3.8
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/node-notifier-8.0.1
  • dependabot/npm_and_yarn/path-parse-1.0.7
  • dependabot/npm_and_yarn/tmpl-1.0.5
  • dependabot/npm_and_yarn/ws-7.4.6
  • dependabot/npm_and_yarn/y18n-4.0.1
  • fix-21
  • master
  • refs/tags/v1.2.2
  • refs/tags/v1.2.3
  • refs/tags/v1.2.4
  • refs/tags/v1.2.5
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.3.2
  • refs/tags/v1.3.3
  • refs/tags/v1.3.4
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.4.2
  • refs/tags/v1.4.3
  • refs/tags/v1.4.4
  • upd-doc
  • upd-doc2
  • v1.0.10
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v1.0.7
  • v1.0.9
  • v1.1.1
  • v1.1.2
  • v1.1.3

pending completion
53

push

travis-ci

nonara
v1.2.0

# Changed: `beforeEmit` -> `tranformProgram`

The mechanism of action for `Program` transformation has been moved from inside
`program.emit()` to `ts.createProgram()`.

In the new methodology, the `Program` instance is transformed at the point of creation _before_ it is returned from the
factory function, which is a far better approach.

While the option name has been updated for clarity, the old `beforeEmit` will still work, so this is not a breaking change.

# Added: Inspect or alter diagnostics

Using the `program` type entry point, the `extras` field has been revised.

 | property | status | description |
 | -------- | ------ | ----------- |
 | diagnostics | _new_ | Reference to `Diagnostic[]` created during `ts.emitFilesAndReportErrors()` (works with tsc also)
 | addDiagnostic | _changed_ | Directly add `Diagnostic` to `diagnostics` array |
 | removeDiagnostic | _new_ | Directly remove `Diagnostic` from `diagnostics` array (uses splice, for safe removal)

See `README.md` for full detail.

230 of 315 branches covered (73.02%)

Branch coverage included in aggregate %.

382 of 430 relevant lines covered (88.84%)

12.64 hits per line

Relevant lines Covered
Build:
Build:
430 RELEVANT LINES 382 COVERED LINES
12.64 HITS PER LINE
Source Files on v1.2.0
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
53 v1.2.0 v1.2.0 # Changed: `beforeEmit` -> `tranformProgram` The mechanism of action for `Program` transformation has been moved from inside `program.emit()` to `ts.createProgram()`. In the new methodology, the `Program` instance is transformed at the p... push 21 May 2020 01:56AM UTC nonara travis-ci pending completion  
See All Builds (121)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc