-
Is there any desire from the core team to move to ES6 modules? This would make it easier to work with for modern JS development and it would also make it compatible with [Deno](https://deno.land) out-…
-
### Description
This error occurs when routing to a page that I have not explicitly pre-rendered. (e.g. localhost/notAPage) It only occurs when serving the production build (SSG or SSR).
At some p…
-
## Search Terms
.ts
suffix
imports
extension
## Suggestion
Typescript doesn't recognize file imports with ```.ts``` suffix.
Allow voluntary ```.ts``` to be added to import paths.
## Use Case…
-
**TypeScript Version:** 4.0.3
**Search Terms:** module es6 es2015 import file extension missing js ts bug 404
**Steps to reproduce:**
Create a `main.ts`:
```ts
import {foo} from './dep';
…
-
I’m looking for community feedback on the naming for #51669. For the full background on that PR, read #50152.
The short version is that it’s _mostly_ designed for bundlers, but is also appropriate …
-
If a node typescript library has the following content:
```ts
export const foo = 1;
export * from './bar'
```
and the author transpiles it using `tsc` targeting cjs, they get something resembling…
-
Right now, when you run `npm run test`, it proceeds to start running the packaging process. Dunno why that's happening, but something's not right.
There are also warnings about circular dependencie…
-
Experimental support for ES modules just landed in Node 8.5 ([changelog](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.5.0), [PR](https://github.com/nodejs/node/pull/1436…
-
# Proposal
I propose these implementations:
## Deno.cacheDir()
Implementation of rust's [cache_dir](https://docs.rs/dirs/1.0.5/dirs/fn.cache_dir.html)
## Deno.cache(path: string, options: CacheOpt…
-
Javascipt is a great option for FiveM since its easy to learn and fast to code.
However, its quite easy to make mistakes while coding.
Dart can compile to optimized Javascript while also providing…