What is the translation of " COMMONJS " in Vietnamese?

Noun
các bản build commonjs

Examples of using Commonjs in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Relation between CommonJS, AMD and RequireJS?
Mối quan hệ giữa CommonJS, AMD và RequireJS?
A very commonexample is when loading modules with CommonJS.
Một ví dụ thường gặp làkhi load modules với CommonJS.
CommonJS and ES Module builds also preserve raw checks for process. env.
Các bản build CommonJS và ES Module này cũng dựa vào giá trị process. env.
There are two popular and well-implemented approaches: CommonJS and AMD.
Có hai phương pháp phổ biến vàđược triển khai tốt là: CommonJS và AMD.
CommonJS is all well and good, but what if we want to load modules asynchronously?
CommonJS rất hay và mượt, nhưng nếu chúng ta muốn load module không đồng bộ thì sao?
Pass the results through the commonjs plugin so that it's now in JavaScript module format.
Chuyển các kết quả thông qua plugin commonjs để nó có định dạng mô- đun JavaScript.
CommonJS is all well and good, but what if we want to load modules asynchronously?
CommonJS rất tốt, nhưng nếu chúng ta muốn nạp các module một cách bất đồng bộ thì sao?
We have created ways to emulate a modulessystem by using either the module pattern, CommonJS or AMD.
Chúng ta tạo ra các cách để giả lập một hệ thống module bằngcách sử dụng mẫu module, CommonJS hay AMD.
(Compare this to CommonJS, where imports are copies of exports and consequently not alive).
( So sánh với CommonJS, import là bản sao của export và kết quả là nó không hoạt động thực sự).
Instead, we have created ways to emulate a modulessystem by using either the module pattern, CommonJS or AMD.
Thay vào đó, chúng ta đã tìm cách emulate một hệ thống module thông quaviệc sử dụng module pattern, CommonJS hoặc AMD.
It's a tool that allows you to bundle CommonJS described dependencies to files that can be run in the browser.
Đây là công cụ cho phép cậu gói dependencies được mô tả CommonJS với các file có thể chạy trong trình duyệt.
CommonJS and ES Module builds are intended for bundlers, therefore we don't provide minified versions for them.
Các bản build CommonJS và ES Module được dùng cho các bundler, vì vậy chúng không có bản đã minify.
The definition depends on the environment,but in the web we usually mean anything that supports AMD or CommonJS modules.
Cũng tùy môi trường nữa, nhưng vớiweb, thì thường để chi bất cứ thứ gì hỗ trợ AMD hoặc CommonJS module thông thường.
With CommonJS, each JavaScript file stores modules in its own unique module context(just like wrapping it in a closure).
Với CommonJS, mỗi file JavaScript lưu trữ module trong bối cảnh module của riêng nó( cũng giống như gói vào gói kín vậy).
For projects that require you to support both AMD and CommonJS features, there's yet another format: Universal Module Definition(UMD).
Với các dự án yêu cầu bạn hỗ trợ cả AMD và CommonJS, sẽ có một định dạng khác là: Universal Module Definition( UMD).
With CommonJS, each JavaScript file stores modules in its own unique module context(just like wrapping it in a closure).
Với CommonJS, mỗi file Javascript chứa các module trong module context độc nhất của chúng( giống như gói chúng trong một closure).
You can writemultiple JavaScript files defining the AMD or CommonJS API and you can use something like Browserify to bundle them up.
Cậu có thểviết nhiều file JavaScript xác định AMD hoặc CommonJS và bạn có thể dùng các công cụ như Browserify để gói lại.
So again, unlike CommonJS, AMD takes a browser-first approach alongside asynchronous behavior to get the job done.
Vậy, một lần nữa, khác với CommonJS, AMD đi theo hướng browser- first cùng với hành vi không đồng bộ để xử lý công việc.
The definition depends on the environment,but in the web we usually mean anything that supports AMD or CommonJS modules.
Định nghĩa phụ thuộc vào môi trường, nhưng ởlĩnh vực web, thường thì là bất cứ thứ gì có thể làm việc với các module AMD hay CommonJS.
For projects that require you to support both AMD and CommonJS features, there's yet another format: Universal Module Definition(UMD).
Với các project yêu cầu hỗ trợ cả các tính năng của AMD và CommonJS, ta còn một format nữa: Universal Module Definition( UMD).
The problem I had is that my project is built in ES6,uses modules and I didn't want to have to bundle up using CommonJS(require).
Vấn đề tôi có là dự án của tôi được xây dựng trong ES6,sử dụng các mô- đun và tôi không muốn phải kết hợp với CommonJS( require).
Webpack allows you to use different module managers,and not only CommonJS ones, so for instance native ES6 supported modules.
Weback cho phép bạn sử dụng nhiều module manager khác nhày,mà không chỉ mấy cái CommonJS không thôi, như native ES6 cũng có hỗ trợ module nữa.
JS is a module loader that can import modules atrun-time in any of the popular formats used today(CommonJS, UMD, AMD, ES6).
Là trình tải mô- đun có thể nhập mô- đun vào thời gianchạy ở bất kỳ định dạng phổ biến nào được sử dụng hôm nay( CommonJS, UMD, AMD, ES6).
Webpack allows you to use different module managers,and not only CommonJS ones, so for instance native ES6 supported modules.
Webpack cho phép mày có thể dùng các trình quản lí module khác nhau,và không chỉ cho CommonJS, mà ví dụ như các modules làm việc với ES6 thuần.
Aside from asynchronicity, another benefit of AMD is that your modules can be objects, functions, constructors, strings,JSON and many other types, while CommonJS only supports objects as modules.
Bên cạnh tính chất không đồng bộ, module của bạn còn có thể là object, hàm, hàm dựng, string, JSON vànhiều kiểu dữ liệu khác, trong khi CommonJS chỉ hỗ trợ object làm module.
Results: 25, Time: 0.0279

Top dictionary queries

English - Vietnamese