mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
fix: xml namespace loader test
This commit is contained in:

committed by
Nathan Walker

parent
696389d031
commit
c9455e67ad
@ -129,7 +129,7 @@ async function parseXML(content: string): Promise<ParseResult> {
|
|||||||
await resolveAsync(this.context, `${noExtFilename}.css`)
|
await resolveAsync(this.context, `${noExtFilename}.css`)
|
||||||
.then((css) => {
|
.then((css) => {
|
||||||
this.addDependency(css);
|
this.addDependency(css);
|
||||||
// namespaces.push({ name: `${moduleName}.css`, path: css });
|
namespaces.push({ name: `${moduleName}.css`, path: css });
|
||||||
})
|
})
|
||||||
.catch(noop);
|
.catch(noop);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user