tslib
tslib copied to clipboard
Runtime library for TypeScript helpers.
This is the companion PR to https://github.com/microsoft/TypeScript/pull/58929
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.1.2 to 4.1.7 Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump...
I got the following error with nuxt: ``` [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.json" for module request ".//index.json" matched to "./*" in the "exports" field module resolution...
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.1.2 to 4.1.7 Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed...
Getting this error on a project with: tslib 2.6.3 typescript 4.7.4 I have deleted node_modules and yarn-lock multiple times as well as downgraded the version of tslib and typescript
We are in the process of applying for FDA certification and need to include information about the end-of-life dates for packages. Could someone please inform me if there are any...
This adds `bun install` as a install option in the readme, alongside yarn, bower, and others.
- Configure GitHub Actions workflow for secure publishing - Enable automatic provenance generation during npm publish - Add integrity verification through Sigstore transparency logs Following the recent Lottie-Player supply chain...
This PR makes generated template string literals follow the ECMA-262 spec. * https://tc39.es/ecma262/#sec-gettemplateobject * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
In light of recent malicious attacks, This PR edits your `publish.yaml` to switch to Trusted Publishing. It lets your CI (e.g., GitHub Actions) mint a short‑lived OIDC ID token (`permissions:...