mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(focus): interactive options for focus handling
This commit is contained in:
@@ -3,6 +3,6 @@ import { TransformOperation } from '@ngtools/webpack/src/transformers';
|
||||
import { AngularCompilerPlugin } from '@ngtools/webpack';
|
||||
export declare function nsSupportHmrNg(getNgCompiler: () => AngularCompilerPlugin, entryPath: string): ts.TransformerFactory<ts.SourceFile>;
|
||||
export declare function handleHmrSupport(mainFile: ts.SourceFile): TransformOperation[];
|
||||
export declare const GeneratedDynamicAppOptions = 'options_Generated';
|
||||
export declare const GeneratedDynamicAppOptions = "options_Generated";
|
||||
export declare function getHmrOptionsCode(appModuleName: string, appModulePath: string): string;
|
||||
export declare function getAcceptMainModuleCode(mainModulePath: string): string;
|
||||
|
||||
Reference in New Issue
Block a user