Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 14, 2024
1 parent e3e9fd6 commit 1fb9e0c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/independent/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@jsenv/exception": "1.1.2",
"@jsenv/humanize": "1.2.8",
"@jsenv/filesystem": "4.10.2",
"@jsenv/terminal-recorder": "1.4.6",
"@jsenv/terminal-recorder": "1.4.7",
"@jsenv/urls": "2.5.2",
"@jsenv/utils": "2.1.2",
"ansi-regex": "6.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/independent/snapshot/src/filesystem_snapshot.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { assert } from "@jsenv/assert";
import {
assertAndNormalizeDirectoryUrl,
assertAndNormalizeFileUrl,
Expand All @@ -16,8 +17,6 @@ import {
import { CONTENT_TYPE } from "@jsenv/utils/src/content_type/content_type.js";
import { readdirSync, readFileSync, statSync } from "node:fs";
import { fileURLToPath } from "node:url";

import { assert } from "@jsenv/assert";
import { comparePngFiles } from "./compare_png_files.js";
import {
ExtraFileAssertionError,
Expand Down
57 changes: 24 additions & 33 deletions packages/independent/terminal-recorder/dist/js/terminal_recorder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ https://github.com/xtermjs/xterm.js/blob/master/typings/xterm.d.ts

import "@xterm/addon-fit";
import "@xterm/addon-serialize?as_js_module";
// see https://github.com/microsoft/playwright/issues/30585 which is a problem for mac os 14
import "@xterm/addon-webgl"; // https://github.com/xtermjs/xterm.js/tree/master/addons/addon-webgl
import "@xterm/xterm";
import { createGifEncoder } from "./gif_encoder.js";
Expand Down

0 comments on commit 1fb9e0c

Please sign in to comment.