-
I did not know that 'emitJsStatement' will extract imports:
![image](https://github.com/fable-compiler/Fable/assets/884885/f93e8fc1-a476-4af6-9abc-7f0bddc81d47)
but if it has a comment, it won't:
!…
-
Steps to repro - use an externs file with an enum that is referenced by a union type. Roughly:
```
/**
* @enum {number}
*/
foo.bar.SomeEnum = {
ONE: 0,
TWO: 1,
THREE: 2,
FIVE: 3,
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I'm looking for the ability to allo…
-
This is an umbrela issue that track all work items required for completing our binding story.
### What are we trying to do?
A tool to produce automated bindings from typescript definition files.
…
-
When I use the MatTooltip with MatAutocompleteList, it is not working. I always get the following error:
```
Error: Microsoft.JSInterop.JSException: n.addEventListener is not a function
TypeError: …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When using the `UseRouting` middleware as described in the migration documentation (the…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I'm trying to create a contex…
-
## Description
When attempting to use Native AOT with the Maui Blazor template targeting iOS with dotnet version `8.0.100-rtm.23479.1`, the app fails to display the main page. No errors were retrie…
-
I'm experimenting with taking [Closure-annotated](https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler) JS (both hand-written and generated from TypeScript vi…
-
jim@gentoo /vol/xfs01/work/quake2-j2cl-port $ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build …