-
-
### Expected Behavior / Situation
It would be extremely useful to be able to rollup typescript files/directories without transpiling to javascript , and likely beneficial to the ecosystem as a whole,…
-
# Bug Report
This bug report will show that TypeScript is no longer an ECMAScript subset as of ES2015 due to its refusal to support import specifier rewrites for contrived and misplaced reasons.
…
-
For TypeScript 4.5,[ we've added a new module mode called `node12`](https://github.com/microsoft/TypeScript/pull/44501) to better-support running ECMAScript modules in Node.js. Conceptually, the featu…
-
# `--moduleResolution hybrid`
* Very Node-like resolution mode that is mostly targeted at bundlers and special resolvers.
* What's it have that's special (beyond the weird `classic` mode)?
* …
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
I will continue the discussion here, until or if @keean can get Github to restore the thread. Luckily I still have a copy of the deleted #35 thread loaded, so I can copy and paste from it. If the orig…
-
-
Using Capi with a web bundler requires extra configuration to shim/polyfill the Capi dnt npm module.
One reason is that dnt targets `node`.
Another reason is that `capi` have the `capi` `cli` (`serv…
-
Goals:
- Transpile TS into JS
- Serve JS over an internet connection
- Basic fast refresh support
Most likely going to base it off of [vite](https://vitejs.dev/)