components/index.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 191b4116 2020-01-06T13:28:17 Added silent option to `loadLanguages` (#2147) This adds an option to `loadLanguages` which prevents all warning messages.
Michael Schmidt 7a4a0c7c 2019-12-16T12:49:21 Standardized dependency logic implementation (#1998) This adds a standard logic for handling dependencies between Prism components. Right now, the download page, the `loadLanguages` function, and the test suite use the new dependency system.
Golmote 84935acd 2018-05-26T15:36:24 Handle optional dependencies in `loadLanguages()` (#1417) * Add optional dependencies in `components.json` * Handle optional dependencies in `loadLanguages()` * Feedback
Golmote a5331a68 2018-03-20T20:57:34 Add a loadLanguages() function for easy component loading on NodeJS (#1359)