Skip to content

Commit

Permalink
整理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jul 15, 2024
1 parent b98d553 commit 8b1478f
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { INDEX } from "./attrType";
import { Int, Str, Templete } from "./fieldTypes";
import * as constants from "./../../constants";
import * as constants from "../../constants";

export class ImportRule {
public editorTableType: constants.Table.NameCN;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/editorTable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ export * from './CSV/editorTableUtility';
export * from './types';
export * from './CSV/CSVimporter';
export * from './CSV/CSVeditor';
import { test } from './EXCEL/test';
import { test } from './excel2/test';
import * as csv from './CSV';
import * as excel from './EXCEL';
import * as excel from './excel2';
import * as editorTable from './editorTable';
import * as language from './language';
import * as languageFeature from './languageFeature';
Expand Down
2 changes: 1 addition & 1 deletion src/y3-helper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as vscode from 'vscode';
import { fs, log } from './tools';

export * as excel from './editorTable/EXCEL';
export * as excel from './editorTable/excel2';
export * as table from './editorTable/editorTable';
export * as language from './editorTable/language';
export * from './tools';
Expand Down

0 comments on commit 8b1478f

Please sign in to comment.