-
Salesforce is quite interested in capitalizing on a manifest like this for a range of projects. I believe the proposed state of schema.ts already covers the majority of Salesforce's requirements. The …
-
### Clear and concise description of the problem
In JS/TS libraries, API documentation – written with JSDoc syntax – is really important:
1. It allows to communicate meaning and example usage for …
-
https://github.com/JiLiZART/BBob/blob/3575982b280cc45c9cedaf7a059491a324c1b514/packages/bbob-plugin-helper/src/helpers.js#L28-L39
The name `escapeHTML` suggests, that the method may be used to sani…
-
Make sure these boxes are checked before submitting your issue - thank you!
(If your issue is neither a both bug nor a request, please write in a free style)
- [ ] https://esdoc.org/manual/usage/fea…
-
## The devDependency [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) was updated from `2.10.0` to `2.11.0`.
🚨 [View failing branch](https://github.com/indcoder/ev…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Choose one: is this a _bug report_ or **feature request**?
In Babel 7 we'll get a TypeScript support in Babylon. It's really awesome, but now, since babel just parses it, there is no way to get typ…
-
Add TS support for `canvas-sketch sketch.ts --new`
Can we attempt to fix this issue ourselves, and create a PR? 🙏🏻
-
Input code
```
export {combine} from './combine'
export {sample} from './sample'
export type {Domain} from 'effector/domain'
export {createDomain} from 'effector/domain'
export type {E…
-
I set up Typescript pretty easily with Cesium (with minimal friction).
1. Install Typescript:
`
npm install --save-dev typescript
`
2. Create a file in the root directory **tsconfig.json**:
…