/************************************************************* * * Copyright (c) 2017 The MathJax Consortium * * 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 Loads all the entity files (used to avoid dynamic loading) * * @author dpvc@mathjax.org (Davide Cervone) */ import 'entities/a.js'; import 'entities/b.js'; import 'entities/c.js'; import 'entities/d.js'; import 'entities/e.js'; import 'entities/f.js'; import 'entities/g.js'; import 'entities/h.js'; import 'entities/i.js'; import 'entities/j.js'; import 'entities/k.js'; import 'entities/l.js'; import 'entities/m.js'; import 'entities/n.js'; import 'entities/o.js'; import 'entities/p.js'; import 'entities/q.js'; import 'entities/r.js'; import 'entities/s.js'; import 'entities/t.js'; import 'entities/u.js'; import 'entities/v.js'; import 'entities/w.js'; import 'entities/x.js'; import 'entities/y.js'; import 'entities/z.js'; import 'entities/fr.js'; import 'entities/opf.js'; import 'entities/scr.js';