1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-theia

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
code-organization.md 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Simon Graband Отправлено 10.12.2024 18:05 9ddca02

Code Organization

The code is fully implemented in TypeScript. Within the top level folders, which organize code by functional package, we separate between the following platforms:

  • common/*: Source code that only requires basic JavaScript APIs and runs in all target environments.
  • browser/*: Source code that requires the browser APIs like access to the DOM.
    • May use code from: common.
  • node/*: Source code that requires nodejs APIs.
    • May use code from: common.
  • electron-node/*: Electron specific source code that requires nodejs APIs.
    • May use code from: common, node.
  • electron-browser/*: Source code that requires the Electron renderer process APIs.
    • May use code from: common, browser.
  • electron-main/*: Source code that requires the Electron main process APIs.
    • May use code from: electron-node, common, node.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-theia.git
git@api.gitlife.ru:oschina-mirror/mirrors-theia.git
oschina-mirror
mirrors-theia
mirrors-theia
master