diff --git a/typescript/base/single/button/button.basic.d.ts b/typescript/base/single/button/button.basic.ts similarity index 100% rename from typescript/base/single/button/button.basic.d.ts rename to typescript/base/single/button/button.basic.ts diff --git a/typescript/base/single/single.d.ts b/typescript/base/single/single.ts similarity index 100% rename from typescript/base/single/single.d.ts rename to typescript/base/single/single.ts diff --git a/typescript/base/single/trigger/trigger.d.ts b/typescript/base/single/trigger/trigger.ts similarity index 100% rename from typescript/base/single/trigger/trigger.d.ts rename to typescript/base/single/trigger/trigger.ts diff --git a/typescript/core/action/action.show.d.ts b/typescript/core/action/action.show.ts similarity index 100% rename from typescript/core/action/action.show.d.ts rename to typescript/core/action/action.show.ts diff --git a/typescript/core/action/action.d.ts b/typescript/core/action/action.ts similarity index 100% rename from typescript/core/action/action.d.ts rename to typescript/core/action/action.ts diff --git a/typescript/core/base.d.ts b/typescript/core/base.ts similarity index 100% rename from typescript/core/base.d.ts rename to typescript/core/base.ts diff --git a/typescript/core/behavior/behavior.highlight.d.ts b/typescript/core/behavior/behavior.highlight.ts similarity index 100% rename from typescript/core/behavior/behavior.highlight.d.ts rename to typescript/core/behavior/behavior.highlight.ts diff --git a/typescript/core/behavior/behavior.redmark.d.ts b/typescript/core/behavior/behavior.redmark.ts similarity index 57% rename from typescript/core/behavior/behavior.redmark.d.ts rename to typescript/core/behavior/behavior.redmark.ts index a58f5398f..2bdc3f955 100644 --- a/typescript/core/behavior/behavior.redmark.d.ts +++ b/typescript/core/behavior/behavior.redmark.ts @@ -1,5 +1,4 @@ -import { _Behavior } from "./behavior.d"; - +import { _Behavior } from "./behavior"; export interface _RedMarkBehavior extends _Behavior { } \ No newline at end of file diff --git a/typescript/core/behavior/behavior.d.ts b/typescript/core/behavior/behavior.ts similarity index 100% rename from typescript/core/behavior/behavior.d.ts rename to typescript/core/behavior/behavior.ts diff --git a/typescript/core/func/array.d.ts b/typescript/core/func/array.ts similarity index 100% rename from typescript/core/func/array.d.ts rename to typescript/core/func/array.ts diff --git a/typescript/core/func/date.d.ts b/typescript/core/func/date.ts similarity index 100% rename from typescript/core/func/date.d.ts rename to typescript/core/func/date.ts diff --git a/typescript/core/func/function.d.ts b/typescript/core/func/function.ts similarity index 100% rename from typescript/core/func/function.d.ts rename to typescript/core/func/function.ts diff --git a/typescript/core/func/index.d.ts b/typescript/core/func/index.ts similarity index 100% rename from typescript/core/func/index.d.ts rename to typescript/core/func/index.ts diff --git a/typescript/core/func/number.d.ts b/typescript/core/func/number.ts similarity index 100% rename from typescript/core/func/number.d.ts rename to typescript/core/func/number.ts diff --git a/typescript/core/func/string.d.ts b/typescript/core/func/string.ts similarity index 100% rename from typescript/core/func/string.d.ts rename to typescript/core/func/string.ts diff --git a/typescript/core/i18n.d.ts b/typescript/core/i18n.ts similarity index 100% rename from typescript/core/i18n.d.ts rename to typescript/core/i18n.ts diff --git a/typescript/core/ob.d.ts b/typescript/core/ob.ts similarity index 100% rename from typescript/core/ob.d.ts rename to typescript/core/ob.ts diff --git a/typescript/core/widget.d.ts b/typescript/core/widget.ts similarity index 100% rename from typescript/core/widget.d.ts rename to typescript/core/widget.ts