-
Module analysis will need to expand to support future module syntax features.
In particular, module declarations will likely introduce the concept of direct module linkage:
```js
module x {
…
-
I installed `@astrolib/seo` v1.0.0-beta.4 in my TS project but when I run `npx tsc --noEmit` I am getting the following errors:
>node_modules/@astrolib/seo/index.ts:4:37 - error TS2307: Cannot find…
-
### Command
other
### Is this a regression?
- [X] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
17.3
### Desc…
-
I would have expected a [`TypedArray`][ecma-typed-array] interface to exist in
the built-in declaration libraries. Instead, there are independent types for
[`Int8Array`][lib-int8-array], etc, with n…
-
The [Go spec states](https://go.dev/ref/spec#Variable_declarations):
> A variable declaration creates one or more [variables](https://go.dev/ref/spec#Variables), binds corresponding identifiers to …
-
### Environment
Node version: 22.9.0
npm version: 10.8.3
ESLint version: 9.12.0
eslint-plugin-n version: 17.11.0
Operating System: Nobara 40
### What rule do you want to report?
no-sync
### …
-
In the code
```c
typedef int foo;
foo (*bar)();
```
The declaratory for `bar` incorrectly has `foo` as the type specifier in its specifier list. This causes `TypedefName()` and `IsTypedef()` on …
-
This is a proposal to introduce a new syntax for declaring maps ahead of their use, outside of probes:
```
let @x[uint64] = stack_t;
BEGIN
{
@x[123] = ustack();
}
```
I would like this f…
-
The following code fails type checking (with message "No such variable MkBar"):
```
mutual
interface Foo s where
foo : Bar
foo = MkBar
data Bar = MkBar
```
I am not sure …
pa-ba updated
7 years ago
-
See: https://palantir.github.io/tslint/rules/no-inferrable-types/