mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix: export 'dataSerialize' from utils (#9909)
This commit is contained in:

committed by
Nathan Walker

parent
45dcada01a
commit
a85a72d961
@ -3,7 +3,7 @@ import { Device } from '../platform';
|
|||||||
import { FileSystemAccess } from '../file-system/file-system-access';
|
import { FileSystemAccess } from '../file-system/file-system-access';
|
||||||
import { Trace } from '../trace';
|
import { Trace } from '../trace';
|
||||||
|
|
||||||
export { ad, iOSNativeHelper } from './native-helper';
|
export { ad, dataDeserialize, dataSerialize, iOSNativeHelper } from './native-helper';
|
||||||
export * from './utils-common';
|
export * from './utils-common';
|
||||||
export { Source } from './debug';
|
export { Source } from './debug';
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { iOSNativeHelper } from './native-helper';
|
import { iOSNativeHelper } from './native-helper';
|
||||||
import { Trace } from '../trace';
|
import { Trace } from '../trace';
|
||||||
|
|
||||||
export { iOSNativeHelper } from './native-helper';
|
export { dataDeserialize, dataSerialize, iOSNativeHelper } from './native-helper';
|
||||||
export * from './utils-common';
|
export * from './utils-common';
|
||||||
export { Source } from './debug';
|
export { Source } from './debug';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user