Public
Versions
- Open: VersionChanges from v7 to v8+1-1
let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.red("hello world (this text is not red)");})();export let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.red("hello world (this text is not red)");})(); - Open: VersionChanges from v6 to v7+1-1let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");
return chalk.red("hello world");})();let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.red("hello world (this text is not red)");})(); - Open: VersionChanges from v5 to v6+1-1let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");
return chalk.blue("hello world");})();let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.red("hello world");})(); - Open: VersionChanges from v4 to v5+1-1let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");
return chalk.blue("hi");})();let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.blue("hello world");})(); - Open: VersionChanges from v3 to v4+1-1let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");
return cchalk.blue("hi");})();let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.blue("hi");})(); - Open: VersionChanges from v2 to v3+0-0⦚ 4 unchanged lines ⦚⦚ 4 unchanged lines ⦚
- Open: VersionChanges from v1 to v2+1-1let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");
return chalk.blue("hi");})();let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return cchalk.blue("hi");})(); - Open: VersionChanges from v0 to v1+1-1let chalkExample = (async () => {
const chalk = await import("npm:chalk");return chalk.blue("hi");})();let chalkExample = (async () => {const { default: chalk } = await import("npm:chalk");return chalk.blue("hi");})(); - Open: Version+4-0let chalkExample = (async () => {const chalk = await import("npm:chalk");return chalk.blue("hi");})();
Updated: October 23, 2023