feat(navigation): add prominent validation quickstart action
This commit is contained in:
parent
0bbcaba211
commit
9c6b184e39
28614 changed files with 4356173 additions and 23 deletions
9
validation-suite/frontend/atlas/node_modules/napi-postinstall/lib/constants.d.ts
generated
vendored
Normal file
9
validation-suite/frontend/atlas/node_modules/napi-postinstall/lib/constants.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { PackageJson } from './types.js';
|
||||
export declare const DEFAULT_NPM_REGISTRY = "https://registry.npmjs.org/";
|
||||
export declare const meta: PackageJson;
|
||||
export declare const LOG_PREFIX: string;
|
||||
export declare const WASM32 = "wasm32";
|
||||
export declare const WASI = "wasi";
|
||||
export declare const WASM32_WASI = "wasm32-wasi";
|
||||
export declare const EABI = "eabi";
|
||||
export declare const PACKAGE_JSON = "package.json";
|
||||
Loading…
Add table
Add a link
Reference in a new issue