-
## Search Terms
declaration
module
merging
override
interface
## Suggestion
Add a way to force override declarations for modules in the workspace. Typescript allows you to cre…
-
## Describe the bug
On Pogues, for a roundabout you can add declarations.
-> in ddi, the declaration is present 👍
-> in lunatic-json, it should be converted into a description (the component Rou…
-
Hi, Greetings!
Do you have a type declarations file?
I am importing LiteYTEmbed on a typescript project and getting the following warning:
```
Could not find a declaration file for module 'lit…
-
Right now in the parser we distinguish declarations before "implicit none" and declarations after. In AST we currently store "use" statements separately from the rest of the declarations. Also we sepa…
-
After upgrading to the latest version, VS code tells me that there is a problem when I pass an `Item` to `triggers.ItemStateChangeTrigger`, because `Item` does not expose `"__#5@#getToggleState"(): "P…
-
Environment:
WSL2 : Ubuntu-20.04
Nodejs:v23.1
pnpm:9.14.2
git checkout v0.1.3
When I run `pnpm install`, no errors occur.
However, when I run `pnpm start --character="characters/trump.characte…
-
This is to allow repeating elements in ioc.yaml.
(details to be reviewd)
Add a new field `repeat` of type list to `entity` that allows you to iterate over a list and instantiate a number of the …
-
If I have this extern for a CakePHP class
```haxe
package cake.orm;
import php.NativeArray;
@:native("Cake\\ORM\\Table")
extern class Table {
function initialize(config:NativeArray…
-
### OpenTofu Version
```shell
1.8.0
```
### Use Cases
We are using opentofu to manage small pieces of our kubernetes configuration. We leverage the azurerm provider to provide connection …
-
It would sometimes be nice to regenerate the declarations since not all tools (e.g. ember-template-lint) automatically remove unnecessary declarations to be removed.