File tree Expand file tree Collapse file tree 9 files changed +18
-0
lines changed
Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { denoPlugins } from "@luca/esbuild-deno-loader" ;
24import { debounce } from "@std/async/debounce" ;
35import * as ESBuild from "esbuild" ;
Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { parseDictionary } from "./parser.ts" ;
24
35const SOURCE = new URL ( "./dictionary" , import . meta. url ) ;
Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { assertMatch } from "@std/assert/match" ;
24import { dictionary } from "./dictionary.ts" ;
35
Original file line number Diff line number Diff line change 1+ // This code is browser only
2+
13import { dictionary } from "../dictionary/dictionary.ts" ;
24import { asComment } from "../dictionary/misc.ts" ;
35import PROJECT_DATA from "../project_data.json" with { type : "json" } ;
Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { assertNotEquals } from "@std/assert/not-equals" ;
24import { assertThrows } from "@std/assert/throws" ;
35import { uniquePairs } from "../misc.ts" ;
Original file line number Diff line number Diff line change 1+ // This code is browser only
2+
13import { toKebabCase } from "@std/text/to-kebab-case" ;
24import { checkLocalStorage , setIgnoreError } from "./misc.ts" ;
35import {
Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { assert } from "@std/assert/assert" ;
24import { number } from "./number.ts" ;
35
Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { assertArrayIncludes } from "@std/assert/array-includes" ;
24import { translate } from "./translator.ts" ;
35
Original file line number Diff line number Diff line change 1+ // This code is Deno only
2+
13import { retry } from "@std/async/retry" ;
24import { assertOk } from "../src/misc.ts" ;
35
You can’t perform that action at this time.
0 commit comments