Commit 25a0312 1 parent a8861a4 commit 25a0312 Copy full SHA for 25a0312
File tree 2 files changed +2
-4
lines changed
packages/tswebextension/src/lib/common/content-script/assistant
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * @typedef {import('./assistant-listener') } createAssistantMessageListener
2
+ * @typedef {import('./assistant').Assistant } AssistantRef
3
3
*/
4
4
/**
5
5
* @file
23
23
*
24
24
* Reference code: ASSISTANT_INJECT.
25
25
*
26
- * Injection will be done by {@link createAssistantMessageListener }.
26
+ * Injection will be done by {@link AssistantRef.openAssistant }.
27
27
*
28
28
* IMPORTANT: This file should be listed inside 'sideEffects' field
29
29
* in the package.json, because it has side effects: we do not export anything
Original file line number Diff line number Diff line change 19
19
* -- [tswebext] After injection, the content script interacts with the assistant.
20
20
*
21
21
* Reference code: ASSISTANT_INJECT.
22
- *
23
- * Injection will be done by {@link AssistantRef.openAssistant}.
24
22
*/
25
23
26
24
import browser from 'webextension-polyfill' ;
You can’t perform that action at this time.
0 commit comments