/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.4.0
extensions/objects/objectComponentsRequires.ts
60 строк
3 KB
Nikita Vorobev
Apply prettier 2 (#19862)
12 мар 2024, 19:39
Не верифицирован
12 мар 2024, 19:39
2ae9b98
Код
Авторство
О чём код?
// Copyright 2019 The Oppia Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS-IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. /** * @fileoverview Requires for all the object templates. */ require('objects/templates/algebraic-expression-editor.component.ts'); require('objects/templates/boolean-editor.component.ts'); require('objects/templates/code-string-editor.component.ts'); require('objects/templates/coord-two-dim-editor.component.ts'); require('objects/templates/allowed-variables-editor.component.ts'); require('objects/templates/drag-and-drop-positive-int-editor.component.ts'); require('objects/templates/filepath-editor.component.ts'); require('objects/templates/fraction-editor.component.ts'); require('objects/templates/graph-editor.component.ts'); require('objects/templates/graph-property-editor.component.ts'); require('objects/templates/html-editor.component.ts'); require('objects/templates/image-with-regions-editor.component.ts'); require('objects/templates/int-editor.component.ts'); // eslint-disable-next-line max-len require('objects/templates/list-of-sets-of-translatable-html-content-ids-editor.component.ts'); require('objects/templates/list-of-tabs-editor.component.ts'); require('objects/templates/list-of-unicode-string-editor.component.ts'); require('objects/templates/math-equation-editor.component.ts'); require('objects/templates/math-expression-content-editor.component.ts'); require('objects/templates/music-phrase-editor.component.ts'); require('objects/templates/nonnegative-int-editor.component.ts'); require('objects/templates/normalized-string-editor.component.ts'); require('objects/templates/number-with-units-editor.component.ts'); require('objects/templates/numeric-expression-editor.component.ts'); require('objects/templates/parameter-name-editor.component.ts'); require('objects/templates/position-of-terms-editor.component.ts'); require('objects/templates/positive-int-editor.component.ts'); require('objects/templates/ratio-expression-editor.component.ts'); require('objects/templates/real-editor.component.ts'); require('objects/templates/sanitized-url-editor.component.ts'); require('objects/templates/set-of-algebraic-identifier-editor.component.ts'); require('objects/templates/translatable-html-content-id.component.ts'); require('objects/templates/set-of-translatable-html-content-ids-editor.component.ts'); require(// eslint-disable-next-line max-len 'objects/templates/translatable-set-of-normalized-string-editor.component.ts'); require('objects/templates/translatable-set-of-unicode-string-editor.component.ts'); require('objects/templates/set-of-unicode-string-editor.component.ts'); require('objects/templates/skill-selector-editor.component.ts'); require('objects/templates/subtitled-html-editor.component.ts'); require('objects/templates/subtitled-unicode-editor.component.ts'); require('objects/templates/svg-editor.component.ts'); require('objects/templates/unicode-string-editor.component.ts');