mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
* Add babel transform-class-properties to have static class properties * Upgrade Lexer and Parser files to use ES6 classes * Update eslint max line length to 90 character (more indent because of using ES6 classes) * Upgrade eslint and jasmin to support ES stage-2 features * Use static properties to place constants near their functions * Migrate all remaining sources to ES6 syntax * Increase eslint max line length to 84 * Remove non-babelified endpoint in dev server.js * Clean up server.js functions after removing browserified * Make screenshotter not to use babel endpoint as we babelify everything now
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"spec_dir": ".",
|
|
"spec_files": [
|
|
"test/**/*[sS]pec.js",
|
|
"contrib/**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/**/*.js",
|
|
"node_modules/babel-core/register.js"
|
|
]
|
|
}
|