Closed moajo closed 6 years ago
gr#import is an alternative to gr.lib.
gr#import
gr.lib
You can reference modules in the same path as typescript import.
let MaterialContainer = gr.import("grimoirejs-fundamental/ref/Components/MaterialContainer"); let GomlNode = gr.import("grimoirejs/ref/Core/Node");
if plugin is not found, an error will occur. if plugin is found but module is not found, a different error will occur.
gr#import
is an alternative togr.lib
.You can reference modules in the same path as typescript import.
if plugin is not found, an error will occur. if plugin is found but module is not found, a different error will occur.