mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-08 06:09:50 +00:00
Use Rollup & Nollup for build
This commit is contained in:
parent
ed669790d1
commit
79f3fff51a
719 changed files with 12384 additions and 47399 deletions
|
|
@ -1,17 +1,10 @@
|
|||
// @flow
|
||||
import type {EntityRestInterface} from "./EntityRestClient"
|
||||
import {typeRefToPath} from "./EntityRestClient"
|
||||
import type {HttpMethodEnum, ListElement} from "../../common/EntityFunctions"
|
||||
import type {HttpMethodEnum} from "../../common/EntityFunctions"
|
||||
import {
|
||||
firstBiggerThanSecond,
|
||||
GENERATED_MAX_ID,
|
||||
GENERATED_MIN_ID,
|
||||
getLetId,
|
||||
HttpMethod,
|
||||
isSameTypeRef,
|
||||
READ_ONLY_HEADER,
|
||||
resolveTypeReference,
|
||||
TypeRef
|
||||
resolveTypeReference
|
||||
} from "../../common/EntityFunctions"
|
||||
import {OperationType} from "../../common/TutanotaConstants"
|
||||
import {flat, remove} from "../../common/utils/ArrayUtils"
|
||||
|
|
@ -20,7 +13,7 @@ import {PermissionTypeRef} from "../../entities/sys/Permission"
|
|||
import {EntityEventBatchTypeRef} from "../../entities/sys/EntityEventBatch"
|
||||
import {assertWorkerOrNode} from "../../Env"
|
||||
// $FlowIgnore[untyped-import]
|
||||
import EC from "../../common/EntityConstants"
|
||||
import {ValueType} from "../../common/EntityConstants"
|
||||
import {SessionTypeRef} from "../../entities/sys/Session"
|
||||
import {StatisticLogEntryTypeRef} from "../../entities/tutanota/StatisticLogEntry"
|
||||
import {BucketPermissionTypeRef} from "../../entities/sys/BucketPermission"
|
||||
|
|
@ -30,8 +23,17 @@ import {NotAuthorizedError, NotFoundError} from "../../common/error/RestError"
|
|||
import {MailTypeRef} from "../../entities/tutanota/Mail"
|
||||
import type {EntityUpdate} from "../../entities/sys/EntityUpdate"
|
||||
import {RejectedSenderTypeRef} from "../../entities/sys/RejectedSender"
|
||||
import {
|
||||
firstBiggerThanSecond,
|
||||
GENERATED_MAX_ID,
|
||||
GENERATED_MIN_ID,
|
||||
getLetId,
|
||||
isSameTypeRef,
|
||||
READ_ONLY_HEADER,
|
||||
TypeRef
|
||||
} from "../../common/utils/EntityUtils";
|
||||
import type {ListElement} from "../../common/utils/EntityUtils"
|
||||
|
||||
const ValueType = EC.ValueType
|
||||
|
||||
assertWorkerOrNode()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue