This file contains hidden or 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
| Index: packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| diff --git a/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts b/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts | |
| --- a/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts (revision 80c27a686047e4655cac96f455607917f77ade6c) | |
| +++ b/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts (date 1635402526543) | |
| @@ -6,6 +6,7 @@ | |
| getNicknameToCompIdMap, |
This file contains hidden or 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 was initially generated by Windows Terminal 1.2.2381.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", |
This file contains hidden or 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
| function Parent() { | |
| this.name = 'Parent' | |
| } | |
| Parent.prototype.getName = function() { | |
| return `Mr. ${this.name}` | |
| } | |
| function Child() { | |
| Parent.apply(this); |
This file contains hidden or 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
| import { EditorTypes } from '@wix/ecl-types'; | |
| const Translations = { | |
| title: 'dbs_section_title', | |
| }; | |
| export const AddressInputDBSMPanel: EditorTypes.IDBSMPanelfinition = { | |
| height: 297, | |
| sections: [ | |
| { |
This file contains hidden or 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
| import { registerWixDataBindings } from 'wix/dbsm-sdk' | |
| const viewerType = 'SelectionTags' | |
| registerWixDataBindings(viewerType, (api: HostAPI) => { | |
| return import('assets-server-url/selection-tags/dbsm.js); | |
| }) |
This file contains hidden or 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
| export const MyComponentDesignPanelDef = { | |
| title: TranslationKeys.layoutPanel.header, | |
| helpId: 'fcea264b-9c44-449c-b4dc-abe32bf066b5', | |
| customDesignHelpId: '634e6672-89cc-400e-b241-19a85624c352', | |
| }; |
This file contains hidden or 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
| const processRequest = requestPromise => async dispatch => { | |
| const result = async requestPromise() | |
| if (isError(result)) { | |
| dispatch(resetToken()) | |
| } | |
| return result | |
| } |
This file contains hidden or 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
| export let axiosInstance = axios.create({ | |
| headers: { 'bearer': jwtToken } | |
| }) | |
| export const updateInstance = newToken => { | |
| const settings = { | |
| ...(newToken & { headers: { 'bearer': newToken } }), | |
| baseUrl: 'google.com' | |
| } | |
This file contains hidden or 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
| const state = { | |
| translations: { | |
| currentLocale: 'english', | |
| english: { | |
| mainPage: { | |
| submitButton: 'Submit', | |
| }, | |
| }, | |
| russian: { | |
| mainPage: { |
This file contains hidden or 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
| export let tzs = [ | |
| "Africa/Abidjan", | |
| "Africa/Accra", | |
| "Africa/Addis_Ababa", | |
| "Africa/Algiers", | |
| "Africa/Asmara", | |
| "Africa/Bamako", | |
| "Africa/Bangui", | |
| "Africa/Banjul", | |
| "Africa/Bissau", |
NewerOlder