Skip to content

Conversation

@github-actions
Copy link
Contributor

This is the release candidate for version 0.10.13.

@alexandratran alexandratran marked this pull request as ready for review November 12, 2024 17:48
@alexandratran alexandratran requested a review from a team as a code owner November 12, 2024 17:48
Comment on lines +10 to +11
### Uncategorized
- Add multichain tag ([#275](https://github.com/MetaMask/api-specs/pull/275))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see we haven't been categorizing these entries for a while now so I suppose we don't need to block on it here. But perhaps we should go back and categorize them at some point?

@adonesky1 adonesky1 merged commit 73ffc96 into main Nov 12, 2024
2 checks passed
@adonesky1 adonesky1 deleted the release/0.10.13 branch November 12, 2024 18:35
@nosu3380
Copy link

nosu3380 commented Dec 24, 2024

{
"compilerOptions": {
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ESNext"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noErrorTruncation": true,
"noUncheckedIndexedAccess": true,
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"types": ["node"]
},
}
Z plikiem źródłowym example.ts:

import yargs, { type CommandModule } from 'yargs';

console.log(yargs);
Wynik example.cjs/ .mjsbędzie następujący:

console.log(yargs);
Chociaż powinno być:

import yargs from 'yargs';

console.log(yargs);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants