-
I have
```
plugins: [
typescript(),
nodeResolve(),
es3({ remove: ['defineProperty', 'freeze'] }),
compiler({
language_in: 'ECMASCRIPT6',
language_out: 'ECMASCR…
-
### What problem does this feature solve?
This is sort of like https://github.com/vuejs/language-tools/issues/4879 but even more granular.
For better or for worse props/emits compose in different …
-
### Describe the Bug
After upgrading to @astrojs/language-server v2.7.6, `astro check` fails in my test files (e.g. Mycomponent.spec.ts) when using @vue/test-utils and defineExpose
### Steps to Repr…
-
Issue type: Bug
Python version: 3.8
mypy version: 0.760
mypy flags: whatever the defaults are on https://mypy-play.net/
I discovered this issue when playing around with a [monad-y `Either` thing…
-
I'm not sure, how the source code of this software is organized, but there should be some kind of typescript wrapper around LXD API. Can it be extracted and published as a separate npm package please?
-
I have used vue-cli to create a Vue.js project with typescript support. I want to use this wrapper to generate the Web Components but I can not build with the vue-cli-service tool.
```
2:18 Could …
-
### What version of Bun is running?
1.1.27
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
```
// Set https_proxy to 'http://127.0…
-
### Description
It would be nice to have angular client rather than legacy-angular
-
We currently use google wrappers for nullable wrappers from google/protobuf/wrappers.proto in our proto3 files such as StringValue.
In the generated typescript, i need to use .value for these to be…
-
Hey!
We have been starting to migrate our code to the new interfaces on sign-ia-wasm branch but honestly working with the TS interfaces is super tedious and not ready for production. Right now we end…