-
Just getting started with bit and was trying to setup angular env, every time I try to install I end with version 0.1.9 which is not working for me.
```
bit import bit.envs/angular --compiler
…
-
### ⚙ Compilation target
es5
### ⚙ Library
es6 dom dom.iterable es2016 es2017 esnext
### Missing / Incorrect Definition
navigator.connection is missing after updating Typescript from 4.5 to 5.3. …
-
-
Inital Issue
Browser results
-
We have a **React** app written in **TypeScript** and bundled with **webpack**.
I followed [this explanation](https://date-fns.org/v2.0.0/docs/ECMAScript-Modules) and imported the `subDays` like this…
-
> ✘ [ERROR] Transforming JavaScript decorators to the configured target environment ("es2016") is not supported yet
> node_modules/@mathigon/studio/frontend/course.ts:38:0:
> 38 │ @register('x-c…
-
Using tsc at the command line, I got
```
error TS5055: Cannot write file '/Users/alexamil/WebstormProjects/oresoftware/ldap-pool/index.d.ts' because it would overwrite input file.
```
why? :)
…
-
I have following `tsconfig.json`:
```
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"jsx": "react",
"e…
-
We settled on `mocha` and `chai` because we figured it would be easy to write tests in. From a maintainability standpoint, we should probably prefer speed and flexibility over the ease of writing tes…
-
**ES2018** included breaking changes to some abstract operations, most notably #67 and #68.
There’s also #62, which itself is a …