-
## Language name
Winglang
## URL of example repository
* https://github.com/fl0wo/wing-cloud-examples/tree/main/pokemon-list
* https://github.com/eladb/wing-containers
## URL of syntax …
eladb updated
10 months ago
-
### Use Case
As a user, I'd like a way to generate "bindings" so that I can use any TypeScript library from npm (or a local TypeScript package) in my Wing code without needing to write type definit…
-
### I've searched open & closed issues for similar requests
- [X] Yes
### Package name
vscode-wing (included language server)
### Package homepage
https://github.com/winglang/wing/tree/main/apps/…
-
### I tried this:
```wing
bring cloud;
let api = new cloud.Api();
let handler = inflight () => {};
api.get("/shared-handler" , handler);
api.post("/shared-handler" , handler);
api.get("/pri…
-
### Feature Spec
I was wondering if we could have a `typeof `Operator like we have in javascript.
We could have something like
```
let x = 42 ;
log( typeof(x));
```
returns number;
…
-
### Feature Spec
The documentation site is built and deployed from this repo from /docs
### Use Cases
- Ensures that documentation changes are built as part of PRs. This will notably catch broken l…
-
Leftover from https://github.com/winglang/wing/pull/6099
See comment: https://github.com/winglang/wing/pull/6099#discussion_r1630841148
-
As of today we only support a `CDKPipeline` / `CdkAppPipeline` - which automatically creates all steps required to build, package and deploy a simple CDK based application.
With this story we would…
-
### Feature Spec
As a user, I'd like a way to generate Wing bindings for any of the [3500+ Terraform providers](https://registry.terraform.io/browse/providers) so I can use any Terraform resource i…
-