-
**Describe the bug**
This code:
```typescript
import { faEnvelopeSquare } from '@fortawesome/free-solid-svg-icons'
import { layer, icon, counter } from '@fortawesome/fontawesome-svg-core'
lay…
-
Typescript compiler has issues installing. Getting a fs-extra, object, or util.js errors. No go... Koala or anyone planning for the compiler?
-
The TypeScript compiler API supports _transforms_ for a while now. It should be possible to implement the main functionality independent of webpack, and then expose it as a compiler transform as well …
-
Versus instapack's custom type-checking API
https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API#writing-an-incremental-program-watcher
-
### 🔍 Search Terms
nullish, strictNullChecks, equals, undefined, null
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't c…
-
I encountered an error when running e2e test unit after an update of a dependency.
I was using @cypress ^13.0.0; that was using @cypress/request 3.0.5 as a dependency.
Two days ago, I started havin…
-
**Describe the bug**
The extension throws an error of compiling typescript (javascript) files if new typescript compiler options (such as verbatimModuleSyntax) are used in the project
tsconfig.jso…
-
- Rollup Plugin Name: rollup-plugin-typescript
- Rollup Plugin Version: 12.1.0
- Rollup Version: 4.22.4
- Operating System (or Browser): Ubuntu 22.04
- Node Version: 22.9.0
- Link to reproduction…
-
Hello.
I keep getting following errors from TypeScript compilation (using react-fetchiung-library on React Native):
```ts
node_modules/react-fetching-library/lib/index.d.ts:15:19 - error TS2304…
sebqq updated
4 years ago
-
Dont know what to do. I made changes to our typespec and wanted to build the npm package for it.
The error message is useless and does not help.
```
npx tsp compile --debug .
TypeSpec compiler v0.6…