-
Error running browserify on TypeScript compiled javascript files targeting ES2022.
Unexpected token was raised for ES2022 Static initialization blocks.
https://developer.mozilla.org/en-US/docs/Web/J…
-
A small (?) request for the VSC extension.
I would love for method discovery to be as great as in a plain TS file.
In typescript, if I type a dot after an object, it shows me its properties and me…
-
### Describe the bug
When trying to assign `AxiosError.cause` to `unknown` I get the following error, which does not happen with a normal `Error` class.
```
TS2739: Type {} is missing the fol…
-
- [x] class fields
- [x] top-level await
- [x] regexp-match-indices
- [ ] private-fields-in-in(`#x in obj`)
-
In my angular project after upgrading _@mongodb-js/charts-embed-dom_ to version 3.3.1 code compiles fine but I see this runtime error.
`TypeError: _mongodb_js_charts_embed_dom__WEBPACK_IMPORTED_MOD…
-
### Context
I'm guessing this breaks because of experimental decorators or something. This was a head scratcher and I'm opening this ticket to help others avoid the debugging pain that I went through…
-
I have the following webpack config file for an angular 15 host application.
`const {
shareAll,
withModuleFederationPlugin,
} = require('@angular-architects/module-federation/webpack');
m…
-
https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/87958a40fb27790d63bd463b9820e03f9a97fb9a/packages/docusaurus-plugin-openapi-docs/src/plugin-content-docs-types.d.ts#L8
These are ava…
omonk updated
1 month ago
-
I run into this weird error. I'm not familiar with ts but it seems like some import problem with this package because all other packages are working well.
What I have in my `sdk/git_cli/index.ts` i…
-
### Bug description
When PrismaClient is extended with .$extends and withAccelerate is used in it, a typescript error is received when the declaration:true mode is turned on because the /dist/cjs(o…