-
I have
```ts
import { nodeResolve } from '@rollup/plugin-node-resolve';
import { defineRollupSwcOption, swc } from 'rollup-plugin-swc3';
export default {
input: 'src/index.ts',
output: {…
-
**TypeScript Version:** 2.2.1
When using **Visual Studio 2015 Update 3** I am getting hundreds of errors in the error list like:
>Cannot write file 'C:/{{my-project}}/node_modules/buffer-shims/…
-
I'm getting the bellow mentioned runtime exceptions that cause my app to fail. What can I do to resolve this? Please help. I'm using "ol": "^6.3.1".
ERROR in node_modules/ol/ImageBase.d.ts:32:48 - …
-
目录结构
```
├──packages
│ └──core
│ └──tsconfig.json
├──src
├──tsconfig.json
```
外层tsconfig.json
```
{
"compileOnSave": true,
"compilerOptions": {
"target": "es2018",
…
-
### Describe the bug
Nested optional chaining is not removed from ES2018 code
### Input code
```typescript
arr.find(el => el?.a)?.b
```
### Config
```json
{
"jsc": {
"parser": {
…
-
## Version **4.7.0** of [eslint](https://github.com/eslint/eslint) just got published.
Branch
Build failing 🚨
Dependency
eslint
…
-
If you have a config like this:
```json
{
"compilerOptions": {
...
"typeRoots" : ["./typings"]
}
```
And a directory structure like this:
```text
-- tsconfig.json
-- typin…
-
I have a typescript project and I am using the following swc config:
```json
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
…
-
hi team
I am suddenly getting build failures since last weeks commit - see below
NodeJS version:
18.15.0
package versions:
"@tsconfig/node-lts": "^18.12.2",
"typescript": "^4.9.5"
```er…
-
Test Environment:
Apple M1 macbook air, 2020 (ventura 13.3.1)
node module
name : es5-ext
node js
version : v18.16.0
2023_09_26
이동하 ( Lee Dong Ha of ZeroPointer Lab )
강성현 ( k…