atom-typescript
atom-typescript copied to clipboard
The only TypeScript package you will ever need
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.1. Release notes Sourced from color-string's releases. 1.9.0 Minor Release 1.9.0 Add parsing of exponential alpha values for HWB and HSL (#66) Thanks to @babycannotsay...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.59.0 x64 **Electron**: 9.4.4 **OS**: Kali GNU/Linux **Thrown From**: [atom-typescript](https://github.com/TypeStrong/atom-typescript) package 14.4.0 ### Stack Trace Atom-Typescript error: terminated on signal: SIGSEGV...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.59.0 x64 **Electron**: 9.4.4 **OS**: Linux Mint **Thrown From**: [atom-typescript](https://github.com/TypeStrong/atom-typescript) package 14.4.0 ### Stack Trace Atom-Typescript error: terminated on signal: SIGPIPE...
I mean when you have `#!/usr/bin/env node` at top and no file extension.
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: elementary OS **Thrown From**: [atom-typescript](https://github.com/TypeStrong/atom-typescript) package 14.4.0 ### Stack Trace Atom-Typescript error: Cannot read property 'moveToSuccessor'...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.59.0 x64 **Electron**: 9.4.4 **OS**: Unknown macOS version **Thrown From**: [atom-typescript](https://github.com/TypeStrong/atom-typescript) package 14.4.0 ### Stack Trace Atom-Typescript error: Cannot call write...
### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...
When using `flat` or `flatMap` in a javascript file the type is set to `any`. The type behaves as if the function were unknown. Example: ```js const test = [[1]].flat();...