-
### Brief bug description
What went wrong?
After upgrading angular to v18 and using the new build system, which is esbuild instead of webpack, I see the following error.
```
▲ [WARNING] Call…
-
### What are you generating using Kiota, clients or plugins?
API Client/SDK
### In what context or format are you using Kiota?
Nuget tool
### Client library/SDK language
TypeScript
### Describe …
-
Will update issue with more information later on.
-
Hello!
Our team is looking at integrating this library into a TypeScript frontend project.
We would like to begin building out a TypeScript compliant branch and just wanted to check if any of th…
-
I'd like to use this library in the squint playground. It seems I'm only able to do this via esm.sh:
[example](https://squint-cljs.github.io/squint/?repl=true&src=KHJlcXVpcmUgJ1siaHR0cHM6Ly9lc20uc2…
-
I am curious whether there is any interest to transition the library to use ES6 coding or even TS?
I did look to see if there was a previous ticket on this, but did not see any. Also, given the sta…
ajmas updated
2 months ago
-
### Describe the problem you'd like to have solved
When working in a ES6 module project I would like to be able to `import` jsonwebtoken.
### Describe the ideal solution
A specific build for …
-
[See sample project](https://github.com/user-attachments/files/16808723/test.zip)
Using the code in your README:
```
root@2f3496033380:/app# node main.js
file:///app/main.js:1
import { DXLin…
-
I know it might be annoying to have two sets of "same code", but modern JavaScript engines optimize ES6 code which means it is possible to reduce uglified JS size by about 400 bytes without sacrificin…
Merri updated
3 years ago
-
Migrating the Node.js code to ES6 modules might not only make the code more up-to-date but also streamline the step-by-step tutorials. For example, if we want to add functionality into a Node.js file …