mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
15 lines
418 B
TypeScript
15 lines
418 B
TypeScript
|
// Loaded from https://deno.land/x/dnit@dnit-v1.11.0/adl-gen/resolver.ts
|
||
|
|
||
|
|
||
|
/* @generated from adl */
|
||
|
import { declResolver, ScopedDecl } from "./runtime/adl.ts";
|
||
|
import { _AST_MAP as dnit_manifest } from "./dnit/manifest.ts";
|
||
|
import { _AST_MAP as sys_types } from "./sys/types.ts";
|
||
|
|
||
|
export const ADL: { [key: string]: ScopedDecl } = {
|
||
|
...dnit_manifest,
|
||
|
...sys_types,
|
||
|
};
|
||
|
|
||
|
export const RESOLVER = declResolver(ADL);
|