[
https://issues.apache.org/jira/browse/CB-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve resolved CB-5575.
-------------------------------
Resolution: Won't Fix
Assignee: Andrew Grieve
I think the local require syntax is meant to be used only with .js files
included using <js-module> within a plugin.xml. In this case, the module ID
looks like:
the.plugin.id.JsModuleName
So that's why it's looking for dot instead of slashes.
> cordova.js localRequire bug
> ---------------------------
>
> Key: CB-5575
> URL: https://issues.apache.org/jira/browse/CB-5575
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaJS
> Affects Versions: 3.2.0
> Reporter: danny
> Assignee: Andrew Grieve
> Original Estimate: 612h
> Remaining Estimate: 612h
>
> if (id.charAt(0) === ".") {
> resultantId = module.id.slice(0, module.id.lastIndexOf(SEPERATOR)) +
> SEPERATOR + id.slice(2);
> }
> if module.id like "test/123", use localRequire when id like "./test",
> resultantid will "test/12.test", right?
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)