Skip to content

Commit

Permalink
#128 Player v2 の受け入れの準備
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Jan 29, 2025
1 parent c3e2cd3 commit b23a697
Show file tree
Hide file tree
Showing 60 changed files with 234 additions and 5,357 deletions.
12 changes: 0 additions & 12 deletions .npmignore

This file was deleted.

6 changes: 2 additions & 4 deletions @types/window.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { Next2D } from "@next2d/core";
import type { Next2D } from "@next2d/core";

declare global {

// eslint-disable-next-line no-unused-vars
const next2d: Next2D;

// eslint-disable-next-line no-unused-vars
interface Window {
next2d: Next2D;
next2d?: Next2D;
}
}
87 changes: 0 additions & 87 deletions __tests__/domain/callback/CallbackTest.ts

This file was deleted.

23 changes: 0 additions & 23 deletions __tests__/domain/convert/ToCamelCaseTest.ts

This file was deleted.

104 changes: 0 additions & 104 deletions __tests__/domain/parser/ConfigParserTest.ts

This file was deleted.

Loading

0 comments on commit b23a697

Please sign in to comment.