pixel-priya 1.2.35 → 1.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index12.js +2 -2
- package/lib/assets/icons/mac_white_icon.svg.js +6 -0
- package/lib/assets/icons/mac_white_icon.svg.js.map +1 -0
- package/lib/assets/icons/maximize_livetesting.svg.js +6 -0
- package/lib/assets/icons/maximize_livetesting.svg.js.map +1 -0
- package/lib/assets/icons/minimize_tree.svg.js +6 -0
- package/lib/assets/icons/minimize_tree.svg.js.map +1 -0
- package/lib/assets/icons/timer_icon.svg.js +6 -0
- package/lib/assets/icons/timer_icon.svg.js.map +1 -0
- package/lib/assets/icons/view_access_icon.svg.js +1 -1
- package/lib/assets/icons/view_access_icon.svg.js.map +1 -1
- package/lib/assets/icons/windows_blue_icon.svg.js +6 -0
- package/lib/assets/icons/windows_blue_icon.svg.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +53 -13
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
- package/lib/components/AppHeader/AppHeader.js +37 -4
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +11 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +17 -5
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +16 -6
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
- package/lib/components/ConditionalDropdown/types.d.ts +12 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +3 -2
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
- package/lib/components/CreateVariable/types.d.ts +3 -2
- package/lib/components/Drawer/Drawer.js +7 -4
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/EditLabel/EditLabel.js +4 -4
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/Editor/Editor.js +12 -5
- package/lib/components/Editor/Editor.js.map +1 -1
- package/lib/components/Editor/VariableDropdown.js +7 -7
- package/lib/components/Editor/VariableDropdown.js.map +1 -1
- package/lib/components/Editor/types.d.ts +12 -0
- package/lib/components/Excel/Data.d.ts +60 -0
- package/lib/components/Excel/Data.js +12 -2
- package/lib/components/Excel/Data.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +24 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +43 -2
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +5 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -4
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +41 -21
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
- package/lib/components/Excel/dataConversion.js +12 -3
- package/lib/components/Excel/dataConversion.js.map +1 -1
- package/lib/components/Icon/Icon.js +14 -1
- package/lib/components/Icon/Icon.js.map +1 -1
- package/lib/components/Icon/iconList.js +16 -6
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/Input/Input.js +3 -2
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/types.d.ts +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
- package/lib/components/MachineInputField/MachineInputField.js +2 -2
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
- package/lib/components/NLPInput/NlpInput.js +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/PrePostTable/PrePostTable.js +2 -0
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -1
- package/lib/components/Prompt/Prompt.js +2 -1
- package/lib/components/Prompt/Prompt.js.map +1 -1
- package/lib/components/Select/Select.js +3 -1
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/types.d.ts +3 -2
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +14 -9
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +4 -4
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +2 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/StepsLandingTable/StepLandingTable.js +5 -2
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
- package/lib/components/StepsLandingTable/types.d.ts +1 -0
- package/lib/components/TableTreeFn/TableTreeFn.js +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +4 -3
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/Toggle/Toggle.js +6 -2
- package/lib/components/Toggle/Toggle.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +7 -5
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +1 -1
- package/lib/index.cjs +395 -132
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +44 -4
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
- package/lib/utils/useDeviceType/useDeviceType.js +27 -0
- package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ interface CreateVariableProps {
|
|
|
69
69
|
/**
|
|
70
70
|
* verify which drawer is open, create or edit
|
|
71
71
|
*/
|
|
72
|
-
mode?:
|
|
72
|
+
mode?: "create" | "edit";
|
|
73
73
|
/**
|
|
74
74
|
* Disable the checkbox
|
|
75
75
|
*/
|
|
@@ -90,6 +90,7 @@ interface CreateVariableProps {
|
|
|
90
90
|
* Show placeholder text
|
|
91
91
|
*/
|
|
92
92
|
placeholder?: string;
|
|
93
|
+
truncateTextValue?: number;
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
interface ButtonProps {
|
|
@@ -853,6 +854,7 @@ interface InputProps {
|
|
|
853
854
|
*/
|
|
854
855
|
disableAfterMaxValueReached?: boolean;
|
|
855
856
|
helperTextWidth?: string | number;
|
|
857
|
+
fixedLabel?: boolean;
|
|
856
858
|
}
|
|
857
859
|
|
|
858
860
|
declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
@@ -992,8 +994,8 @@ interface SelectProps$1 {
|
|
|
992
994
|
*/
|
|
993
995
|
background?: string;
|
|
994
996
|
/**
|
|
995
|
-
|
|
996
|
-
|
|
997
|
+
* No Result message
|
|
998
|
+
*/
|
|
997
999
|
noResultsMessage?: string;
|
|
998
1000
|
/**
|
|
999
1001
|
* Ref for select option dropdown
|
|
@@ -1003,6 +1005,7 @@ interface SelectProps$1 {
|
|
|
1003
1005
|
* handling dropdownDown height
|
|
1004
1006
|
*/
|
|
1005
1007
|
dropDownHeight?: number;
|
|
1008
|
+
onSearchText?: (text: string) => void;
|
|
1006
1009
|
}
|
|
1007
1010
|
type OptionValue$3 = any;
|
|
1008
1011
|
interface Option$5 {
|
|
@@ -2201,6 +2204,7 @@ type TreeNodeProps = {
|
|
|
2201
2204
|
machInstanceId?: string;
|
|
2202
2205
|
duration?: string;
|
|
2203
2206
|
headless?: boolean;
|
|
2207
|
+
recordedVideoUrlId?: string;
|
|
2204
2208
|
};
|
|
2205
2209
|
|
|
2206
2210
|
interface NewNode$1 {
|
|
@@ -2736,6 +2740,17 @@ interface AppHeaderProps {
|
|
|
2736
2740
|
disabled?: boolean;
|
|
2737
2741
|
isClient?: boolean;
|
|
2738
2742
|
hideNavbar?: boolean;
|
|
2743
|
+
centerInfoItems?: {
|
|
2744
|
+
iconName: string;
|
|
2745
|
+
label: string;
|
|
2746
|
+
}[];
|
|
2747
|
+
rightButtons?: {
|
|
2748
|
+
label: string;
|
|
2749
|
+
iconName?: string;
|
|
2750
|
+
color?: string;
|
|
2751
|
+
backgroundColor?: string;
|
|
2752
|
+
onClick?: () => void;
|
|
2753
|
+
}[];
|
|
2739
2754
|
profileContent?: ReactNode;
|
|
2740
2755
|
}
|
|
2741
2756
|
interface appHeaderMenuItemProps {
|
|
@@ -3519,6 +3534,10 @@ interface EditorProps {
|
|
|
3519
3534
|
* Variable options list
|
|
3520
3535
|
*/
|
|
3521
3536
|
variableOptionsList?: [] | DyanamicObj[];
|
|
3537
|
+
/**
|
|
3538
|
+
* If true, adds 'FLV_for:' prefix to for loop variables in the dropdown and while searching.
|
|
3539
|
+
*/
|
|
3540
|
+
addForloopPrefix?: boolean;
|
|
3522
3541
|
/**
|
|
3523
3542
|
*Value to set in the editor
|
|
3524
3543
|
*/
|
|
@@ -3552,6 +3571,14 @@ interface EditorProps {
|
|
|
3552
3571
|
* Defaukt value for the editor
|
|
3553
3572
|
*/
|
|
3554
3573
|
defaultValue?: string;
|
|
3574
|
+
/**
|
|
3575
|
+
* Height of the variable dropdown
|
|
3576
|
+
*/
|
|
3577
|
+
VariableDropdownHeight?: string;
|
|
3578
|
+
/**
|
|
3579
|
+
* Custom Monaco Editor options
|
|
3580
|
+
*/
|
|
3581
|
+
customOptions?: any;
|
|
3555
3582
|
}
|
|
3556
3583
|
interface dropdownPositionType {
|
|
3557
3584
|
top: number;
|
|
@@ -4793,6 +4820,10 @@ interface ConditionalDropdownProps {
|
|
|
4793
4820
|
* List of variables
|
|
4794
4821
|
*/
|
|
4795
4822
|
variableList?: dynamicObject$1[];
|
|
4823
|
+
/**
|
|
4824
|
+
* If true, adds 'FLV_for:' prefix to for loop variables in the dropdown and while searching.
|
|
4825
|
+
*/
|
|
4826
|
+
addForloopPrefix?: boolean;
|
|
4796
4827
|
/**
|
|
4797
4828
|
* Place holder for the input field
|
|
4798
4829
|
*/
|
|
@@ -4899,6 +4930,8 @@ interface ConditionalDropdownProps {
|
|
|
4899
4930
|
formProps?: Record<string, any>;
|
|
4900
4931
|
readOnly?: boolean;
|
|
4901
4932
|
height?: string;
|
|
4933
|
+
isTruncateText?: boolean;
|
|
4934
|
+
truncateTextValue?: number;
|
|
4902
4935
|
}
|
|
4903
4936
|
|
|
4904
4937
|
declare const ConditionalDropdown: React$1.ForwardRefExoticComponent<ConditionalDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
@@ -5606,5 +5639,12 @@ interface ScriptGenerationLoaderProps {
|
|
|
5606
5639
|
|
|
5607
5640
|
declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
|
|
5608
5641
|
|
|
5609
|
-
|
|
5642
|
+
declare const useDeviceType: () => {
|
|
5643
|
+
isMobile: boolean;
|
|
5644
|
+
isTab: boolean;
|
|
5645
|
+
isLargeTab: boolean;
|
|
5646
|
+
isWeb: boolean;
|
|
5647
|
+
};
|
|
5648
|
+
|
|
5649
|
+
export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHABET_WITH_SPACES_ONLY_REGEX, ALPHANUMERIC_PARENTHESIS_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_DOT_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, ALPHA_NUM_EXTENDED_REGEX, ALPHA_NUM_REGEX, Accordion, AddContentButton, AddResourceButton, AiToggle, AllProjectsDropdown, AnimatedSetting, AppHeader, AttachMedia, AttachmentButton, Avatar, BASE64_REGEX, BIG_END_WHITESPACE, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, BarChart, Card as Box, BrowserTabs, Button, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, ChatModal, ChatModalAi, Checkbox, Chip, ChipWithCount, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, ContentCard, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DYNAMIC_VALUE_PATTERN_REGEX, DYNAMIC_VALUE_TYPE_REGEX, DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX, DYNAMIC_VALUE__PLACEHOLDER_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DebugToolsPanel, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, HighlightText, HistoryCard, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LineChart, LineLoader, Link, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MediaPreview, MediaViewerModal as MediaViewerModel, MenuOption, MessageBox, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, NoDataContent, OsTree, OtpVerification, OverviewModal, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, PrePostTable, ProgressBar, Prompt, PromptContainer, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SCRIPT_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, SessionDropdown, SessionManager, StateDropdown, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableTreeFn, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, TruncatedTooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, rearrangeDragItem, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, toggleShowHideEntity, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
|
|
5610
5650
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|
package/lib/index.js
CHANGED
|
@@ -165,4 +165,5 @@ export { default as Janus } from './node_modules/janus-gateway/npm/dist/janus.es
|
|
|
165
165
|
export { default as adapter } from './node_modules/webrtc-adapter/src/js/adapter_core.js';
|
|
166
166
|
export { default as StepResultStats } from './components/StepsLandingTable/Components/StepResultStats.js';
|
|
167
167
|
export { default as ScriptGenerationLoader } from './components/ScriptGenerationLoader/ScriptGenerationLoader.js';
|
|
168
|
+
export { useDeviceType } from './utils/useDeviceType/useDeviceType.js';
|
|
168
169
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier2.js';
|
|
2
2
|
import { __require as requireOptions } from './options.js';
|
|
3
3
|
import { __require as requireOutput } from '../core/output.js';
|
|
4
4
|
import { __require as requireInputscanner } from '../core/inputscanner.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier3.js';
|
|
2
2
|
import { __require as requireOptions } from './options.js';
|
|
3
3
|
import { __require as requireOutput } from '../core/output.js';
|
|
4
4
|
import { __require as requireTokenizer } from './tokenizer.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as html } from '../../../../../_virtual/
|
|
1
|
+
import { __module as html } from '../../../../../_virtual/index12.js';
|
|
2
2
|
import { __require as requireBeautifier } from './beautifier.js';
|
|
3
3
|
import { __require as requireOptions } from './options.js';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier.js';
|
|
2
2
|
import { __require as requireOutput } from '../core/output.js';
|
|
3
3
|
import { __require as requireToken } from '../core/token.js';
|
|
4
4
|
import { __require as requireAcorn } from './acorn.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as javascript } from '../../../../../_virtual/
|
|
1
|
+
import { __module as javascript } from '../../../../../_virtual/index11.js';
|
|
2
2
|
import { __require as requireBeautifier } from './beautifier.js';
|
|
3
3
|
import { __require as requireOptions } from './options.js';
|
|
4
4
|
|