diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-04 17:31:16 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-04 17:31:16 +0530 |
commit | a4ca46c8ce18eb34d37634c44b4e428d8f58ad3b (patch) | |
tree | 19d07e2eed5b14eb828fc6ee040afcd67e14a477 /src/fields/util.ts | |
parent | 2a5ed028c356e122acade2b695cdb56f727c681f (diff) | |
parent | 78c99446f284f7ac8e5443f77227ae5edbfd2aaf (diff) |
merging
Diffstat (limited to 'src/fields/util.ts')
-rw-r--r-- | src/fields/util.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/util.ts b/src/fields/util.ts index 957b2c8cd..44a3317db 100644 --- a/src/fields/util.ts +++ b/src/fields/util.ts @@ -10,7 +10,6 @@ import { DocServer } from "../client/DocServer"; import { ComputedField } from "./ScriptField"; import { ScriptCast, StrCast } from "./Types"; import { returnZero } from "../Utils"; -import { addSyntheticLeadingComment } from "typescript"; function _readOnlySetter(): never { |