mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
bbaf619f63
swc_bundler: - [x] Fix wrapped esms. (denoland/deno#9307) - [x] Make test secure.
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);
|