GithubHelp home page GithubHelp logo

Comments (2)

wangyuan0108 avatar wangyuan0108 commented on May 14, 2024

按照上下文来看
“Tree shaking 是一个通常用于描述移除” 是否会是 “Tree Shaking 是一个通常用于描述移除” 这个大写?

from awesome-interview.

luobotang avatar luobotang commented on May 14, 2024

CMD 的缺点“难以支持模块静态分析”不太认同,因为是在浏览器端运行,如果不能进行静态分析,sea.js 自己也是无法运行,因为并不能像 Node.js 那样在执行 require(...) 时暂停当前模块的执行。所以其实 sea.js 也是要先分析并加载当前模块的所有依赖模块,但与 AMD 不同的是,只在有具体的 require() 调用相关模块时才执行对应模块的代码(如果是第一次调用),而非提前执行。

from awesome-interview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.