all.ts 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2017-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. /**
  18. * @fileoverview Loads all the entity files (used to avoid dynamic loading)
  19. *
  20. * @author dpvc@mathjax.org (Davide Cervone)
  21. */
  22. import './a.js';
  23. import './b.js';
  24. import './c.js';
  25. import './d.js';
  26. import './e.js';
  27. import './f.js';
  28. import './g.js';
  29. import './h.js';
  30. import './i.js';
  31. import './j.js';
  32. import './k.js';
  33. import './l.js';
  34. import './m.js';
  35. import './n.js';
  36. import './o.js';
  37. import './p.js';
  38. import './q.js';
  39. import './r.js';
  40. import './s.js';
  41. import './t.js';
  42. import './u.js';
  43. import './v.js';
  44. import './w.js';
  45. import './x.js';
  46. import './y.js';
  47. import './z.js';
  48. import './fr.js';
  49. import './opf.js';
  50. import './scr.js';