Skip to content

Commit

Permalink
delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-context committed Dec 21, 2024
1 parent 64ff88c commit c18dfde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions config/test.js

This file was deleted.

5 changes: 2 additions & 3 deletions src/fs-context/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CastError, ExtensionLoadError, MissingError, UncognizedError } from "./exceptions";
import { ExtensionLoadError, MissingError, UncognizedError } from "./exceptions";
import type {
ArgumentPlain,
BlockPlain,
Expand All @@ -15,9 +15,8 @@ import type {
import { AcceptedInputType } from "./internal";
import type { Extension } from "./structs";
import loaderConfig from "@config/loader";
import type { Extension } from "./structs";
if (!window._FSContext) {
// 这个判断有点史,优化下
// 这个判断有点史,todo优化下
window._FSContext = {
EXTENSIONS: {},
EXPORTED: {}
Expand Down

0 comments on commit c18dfde

Please sign in to comment.