diff options
author | bobzel <zzzman@gmail.com> | 2020-08-04 11:24:36 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-04 11:24:36 -0400 |
commit | d4c41208367775ccfb530418137a4de7c8d62472 (patch) | |
tree | d0d647d90f15cdce77dabf233d0dcf2da157303a /src/fields/util.ts | |
parent | 4931f089160d6de5f34d8956c6106b6be1ec7d6f (diff) | |
parent | 78c99446f284f7ac8e5443f77227ae5edbfd2aaf (diff) |
Merge branch 'master' into schema_search
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 { |