// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
use Span;
use TokenStream;
use crate_name;
use FoundCrate;
use quote;
use Ident;
/// Identifier to the `deno_core` crate.
///
/// If macro called in deno_core, `crate` is used.
/// If macro called outside deno_core, `deno_core` OR the renamed
/// version from Cargo.toml is used.
pub