JavaScript file building method and device
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- ADVANCED NEW TECH CO LTD
- Publication Date
- 2017-03-29
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the technical field of computer applications, and in particular to a JavaScript file construction method and device. Background technique
[0002] JavaScript is a literal scripting language that is currently widely used in web application development. Early JavaScript did not support modular programming. With the increasing complexity of Web application functions, modular programming has become an urgent need, and many solutions that can achieve modular effects in the existing JavaScript environment have also emerged.
[0003] If the script file written by the developer on the backend needs to be referenced by the page as a front-end file, then before the page goes online, the corresponding front-end version needs to be built based on the back-end version of the file so that the file can run correctly on the front-end . In the existing modular development scheme, if a backend file depends on other modules, then the ...