chore: remove mentions of tns-core-modules

This commit is contained in:
vakrilov
2019-12-03 11:42:00 +02:00
parent 2bb7ad9d01
commit 24cd16649c
5 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ declare namespace NodeJS {
/**
*
* @param name Name of the module to be loaded
* @param loadForUI Is this UI module is being loaded for UI from tns-core-modules/builder.
* @param loadForUI Is this UI module is being loaded for UI from @nativescript/core/ui/builder.
* Xml, css/scss and js/ts modules for pages and custom-components should load with loadForUI=true.
* Passing "true" will enable the HMR mechanics this module. Default value is false.
*/