Skip to content

Instantly share code, notes, and snippets.

View kdy1's full-sized avatar
💭
Working on swc

Donny/강동윤 kdy1

💭
Working on swc
View GitHub Profile
@kdy1
kdy1 / orig.js.map
Created June 14, 2024 14:13
Sourcemap. `orig.adjust_mappings(&map);`
This file has been truncated, but you can view the full file.
{"version":3,"sources":["../dist/webpack:/webpack/bootstrap","../dist/webpack:/src/api/index.ts","../dist/webpack:/src/api/mockData.ts","../dist/webpack:/src/components/BaseModal/index.module.scss","../dist/webpack:/src/components/BaseModal/index.tsx","../dist/webpack:/src/components/BaseOperateFooter/index.module.scss","../dist/webpack:/src/components/BaseOperateFooter/index.tsx","../dist/webpack:/src/components/BasePage/index.module.scss","../dist/webpack:/src/components/BasePage/index.tsx","../dist/webpack:/src/components/container/index.module.scss","../dist/webpack:/src/components/container/index.tsx","../dist/webpack:/src/config/globalData/index.ts","../dist/webpack:/src/locales/de/index.ts","../dist/webpack:/src/locales/en/index.ts","../dist/webpack:/src/locales/es/index.ts","../dist/webpack:/src/locales/fr/index.ts","../dist/webpack:/src/locales/ja/index.ts","../dist/webpack:/src/locales/zh/index.ts","../dist/webpack:/src/utils/getLanguage.ts","../dist/webpack:/src/utils/getSystemInfoSync.ts","../dist
@kdy1
kdy1 / input.ts
Created June 22, 2024 01:28
TypeScript Isolated Declarations
// @ts-nocheck
// Files from https://github.com/microsoft/TypeScript/blob/main/tests/cases/transpile
export const a = 1;
export let b = 2;
export var c = 3;
using d = undefined;
export { d };
await using e = undefined;