-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,10 @@ import type { CreatePostParams } from "../types.ts"; | |
import { Client } from "../api/client.ts"; | ||
import { Filetype } from "./filetype.ts"; | ||
import { parsePostBuffer, saveGroupsIntoPostBuffer } from "./post.ts"; | ||
import type { Buffer } from "https://denopkg.com/kyoh86/denops-router@master/types.ts"; | ||
import type { Router } from "https://denopkg.com/kyoh86/denops-router@master/mod.ts"; | ||
import type { | ||
Buffer, | ||
Router, | ||
} from "https://denopkg.com/kyoh86/[email protected]/mod.ts"; | ||
import type { StateMan } from "../state.ts"; | ||
|
||
const isNewPostParams = is.ObjectOf({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,10 @@ import { ensure, is } from "https://deno.land/x/[email protected]/mod.ts"; | |
import { Filetype } from "./filetype.ts"; | ||
import { Client } from "../api/client.ts"; | ||
import { StateMan } from "../state.ts"; | ||
import type { Buffer } from "https://denopkg.com/kyoh86/denops-router@master/types.ts"; | ||
import type { Router } from "https://denopkg.com/kyoh86/denops-router@master/mod.ts"; | ||
import type { | ||
Buffer, | ||
Router, | ||
} from "https://denopkg.com/kyoh86/[email protected]/mod.ts"; | ||
|
||
export async function loadPostsList( | ||
denops: Denops, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,12 @@ import * as variable from "https://deno.land/x/[email protected]/variable/variab | |
import * as option from "https://deno.land/x/[email protected]/option/mod.ts"; | ||
|
||
import { ensure, is } from "https://deno.land/x/[email protected]/mod.ts"; | ||
import type { Router } from "https://denopkg.com/kyoh86/denops-router@master/mod.ts"; | ||
import type { | ||
Buffer, | ||
Router, | ||
} from "https://denopkg.com/kyoh86/[email protected]/mod.ts"; | ||
import { Filetype } from "./filetype.ts"; | ||
import { StateMan } from "../state.ts"; | ||
import { Buffer } from "https://denopkg.com/kyoh86/denops-router@master/types.ts"; | ||
|
||
export async function loadTeamsList( | ||
denops: Denops, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters