-
**I'm submitting a ...
```
[x] bug report => see 'Providing a Reproducible Scenario'
[] feature request => do not use Github for feature requests, see 'Customers of AG Grid'
[] support request =…
-
Was: Scala.js with Scala 2.12.0 creates too many unnecessary IIFE
I created a web framework [Binding.scala](https://github.com/ThoughtWorksInc/Binding.scala), which generates deeply nested blocks …
-
**Describe the bug**
```
const x = function a() {};
const y = function a() {};
```
After running `swc test.ts`:
```
"use strict";
const x = function a() {
};
const y = function a1() {
…
-
Type: Bug
Architecture "arm64" is not supported by TabNine.
Fail to create config file Folder undefined
Extension host terminated after 3 attempts
Command Palette is not conned to the extensio…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJav…
-
## License Policy Violation detected in plugin-transform-classes-7.18.4.tgz
Library - plugin-transform-classes-7.18.4.tgz
Compile ES2015 classes to ES5
Library home page: https://registry.npmjs.org/…
-
**TypeScript Version:** 4.0.3
**Search Terms:** module es6 es2015 import file extension missing js ts bug 404
**Steps to reproduce:**
Create a `main.ts`:
```ts
import {foo} from './dep';
…
-
@sandersn Does IDL really intent this breaking change?
**TypeScript Version:** 3.7.x-dev.20200101
**Search Terms:**
**Code**
```ts
window.customElements.define('custom-tag', class ex…
-
# ❔ Question
Does Parcel support lit-element? I've been been running a few lit-html demos with Parcel and am now thinking of embracing lit-element. Presently, there are some nice lit-elemen…
-
Cannot run storybook in a vanilla create-react-app. It appears to install correctly, but fails on `npm run storybook`
**To Reproduce**
1. run `cd /tmp && npx create-react-app storytest && cd story…