-
Hello - thanks for the sample. I was having trouble using the javascript examples in the api playground, with CORS, so gave this a try. I'm having the same trouble with this sample. CORS is not worki…
-
We've observed new behavior after upgrading our code to TypeScript 5.0. Specifically, TS5.0 emits calls to a new tslib helper function `__setFunctionName`. This in turn calls `Object.defineProperty(x,…
-
JIRA Issue: [KIEKER-1265] Move tools.tslib to tools.opad.tslib
Original Reporter: Nils Christian Ehmke
***
I suggest to move the package tools.tslib to tools.opad.tslib. There is imho no reason why …
-
**Describe the bug**
Not sure if this is a real bug but I want to report this in any case.
If the data you want to import has a date before 1677 [in our case some windows log that default to 1601…
-
tslib's package.json has a few issues RE detecting whether it's CJS or ESM. Due to lack of standards support, it has to be special-cased in a number of places, eg [jest-preset-angular](https://github.…
-
```
import { __decorate, __metadata } from "tslib";
^^^^^^^^^^
SyntaxError: The requested module 'tslib' does not provide an export named '__decorate'
```
-
I notice you have this licensed under both the Unlicense and the MIT license. I know you originally had it just under the Unlicense, but you added MIT license as an option in 9adf4e0aed0a60b22c9a4f10d…
-
If the only dependency installed is `"@transmute/did-key-secp256k1": "^0.2.1-unstable.35"`, this code:
```js
'use strict'
const { Secp256k1KeyPair } = require('@transmute/did-key-secp256k1')
`…
-
I want to run my pyqt5 application under Ubuntu14 system.
but the touch points is incorrect, i try to calibrate the screen.
I run ts_calibrate to finish touch screen calibrate, it can generate calib…
-
We are attempting to upgrade to the latest version of tslib but ran into an issue with IE11. We are targeting `["web", "es5"]` in our webpack.config.js. We are also have `importHelpers` set to `true…