sosoba

Results 29 issues of sosoba

Currently, the user receives inconsistent information about the compiler version. Ex. > atl: Using [email protected] from ttypescript In fact they using [email protected] compiled by [email protected]

### Version 18.7.0 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### Subsystem stream ### What steps will reproduce the bug? ```js import { createServer } from 'node:http'; import { Writable...

http

tsc-watch is based on compiler messages regular expressions wich fail when you use --locale typescript option.

help wanted

Warning about Node.js team plans

**Parsing or Formatting?** - [ ] Formatting - [X] Parsing **Is your feature request related to a problem? Please describe.** Ffor better UI i want to bind parsed data with...

enhancement

The ESM specification was introduced together with the ES6 (or ES2015) features like: - let - const - Object.assign - Classes For this reason two `tslib.es6.js` metods like: `__extends`, `__assign`...

Comparisons should include an ES standard proposal: https://github.com/tc39/proposal-temporal

enhancement
help wanted
PR Welcome

Json5 module has a hard dependecy on minimist package which is necessary only when you run a CLI for converting JSON5 to JSON and for validating the syntax of JSON5...

enhancement :+1:

I'd like to suggest adding a `@generated` tag which would indicate that the given file was generated from a another source. Ex. ```js /** * @generated by openapi-gen from ./src/service.yaml...

May I have a please an example code of a connection via the global "fetch" method with using https proxy?

good first issue
question