question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Typing errors on 3.13.0 release

See original GitHub issue

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

The last release (3.13.0) seems to have broken some type definitions.

In a .ts file compiled with tsc

import * as Raven from 'raven-js';
Raven.config(/*..*);

In a get ->

error TS2339: Property 'config' does not exist on type 'typeof ".../node_modules/raven-js/typescri...'

I see the same error in Visual Code.

What is the expected behavior?

This was working fine in 3.12. I saw in the release page, that many changes occurred during the last release on ts files so I might not using it correctly anymore. Thanks for your time, and do not hesitate if you need more information.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:19 (15 by maintainers)

github_iconTop GitHub Comments

3reactions
benvinegarcommented, Mar 22, 2017

3.13.1 is published. Keeping this open because I want to solve this TypeScript problem properly – and hopefully for the last time.

1reaction
graingertcommented, Mar 22, 2017

the reason is your .d.ts describes an ES module, but your source code is a CJS module

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release note Software version 3.13.x.x
RELEASE NOTES 3.13.0 - 09/04-2020 ... and resource leak that caused "out of memory" or "slow UI" errors when program was started and...
Read more >
Changelog — Elyra 3.13.0 documentation
Fix typo in release script; Create Component Catalogs Widget - #2532; Convert bytes and bytearray types to string for Component def attr -...
Read more >
Version 3.13.0
The new Faktor-IPS version 3.13 brings improvements in the usability and performance area. Most notably the Faktor-IPS runtime libraries can be retrieved ...
Read more >
linux 3.13.0-51.84 source package in Ubuntu
This package depends on the all udebs that the kernel build generated, for easier version and migration tracking. linux-udebs-generic-lpae: ...
Read more >
Boot hangs after upgrade to kernel 3.13.0-43
Apparently Kernel 3.13.0-44 has problems with NVIDIA drivers. ... It worked with the both the -40 and -43 releases BUT the rendered display ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found