-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix riot/riot#1511 : Escape Quotes - They may be some issues to fix. - Regression of logic to parse style and script tags, due to loss of performance and other issues. - Removed the "compress" option of the `less` parser, which is deprecated and generates warnings in the console. - Removed the unuseful CSS parser `stylus` from the browser version. - Refactorization of all the code, with more comments in preparation for the automatic documentation of the API. - Various tweaks to increase performance and reduce (~55%) memory consumption. - Files to preprocess are moved from "lib" to the "src" directory, now "lib" has the required node.js files only.
- Loading branch information
Showing
54 changed files
with
3,561 additions
and
2,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
**/test/specs/fixtures/ | ||
**/test/specs/parsers/js/ | ||
**/test/v223/ | ||
**/test/perf.js | ||
**/src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.