Commit Graph

19 Commits

Author SHA1 Message Date
Liam Newman
41ba3494fa Ignore Pythong .eggs directory 2023-12-28 16:52:36 -08:00
Liam Newman
4e9d767254 Do not commit generated test files 2021-04-15 08:32:54 -07:00
Liam Newman
7c810c6694 Move python setup to clean separate files 2020-08-18 13:15:31 -07:00
Jorengarenar
6b54d5a428 Small style improvement 2020-01-15 02:40:41 +01:00
Jorengarenar
5f77b15a56 css-beautify is a separate PyPI package 2020-01-15 01:36:39 +01:00
Liam Newman
819c605750 Ignore .vscode 2018-07-19 00:19:18 -07:00
Liam Newman
84c66d62a7 Switch to make 2018-07-10 15:02:49 -07:00
Liam Newman
3ac947ec9d Remove lib from git history 2018-07-05 12:44:04 -07:00
Liam Newman
2009d25091 Move to Webpack and independent modules 2017-05-11 23:04:45 -07:00
Einar Lielmanis
c9fb92b021 Wow is the flattr ugly and unusable 2016-04-02 02:16:37 +03:00
Phil
d83308d87e Add operator_position functionality
- Add sanitization of operator_position option.  Throws error if invalid.
 - Possible operator_position options are:
    1) 'before-newline' (default)
    2) 'after-newline'
    3) 'preserve-newline'
 - Move some code around in handle_operator in order to separate
    conflicting logic now that operator newlines are accounted for.
 - Modify allow_wrap_or_preserved_newline to handle operator
    preserved newlines as well.
 - Add -> build tests
 - Within the tests, add an 'inputlib.js' file holding common
    input arrays.  This was necessary due to the matrices not working
    cleanly with default behavior.

Changes not directly relevant to operator_position
 - Add Object.values polyfill
 - Ignore intellijidea project file
 - Fix a few boolean variable assignments within if statements.
    Though not always the case, the expression within the if can
    be assigned directly to the variable
2016-02-03 13:05:30 -06:00
Liam Newman
3369b49d03 Do not use hardcoded directory for tests
Closes #788
2016-01-21 15:18:50 -08:00
Liam Newman
aa042a92ab Cleanup checked in six.py file
Remove pthon/six.py and add pip dependency install to build and test.

Fixes #465
2014-09-15 12:08:06 -07:00
Liam Newman
30dba778cb Revert "Cleanup checked in six.py file"
This reverts commit 0e3f7c3c72.
2014-09-11 14:11:41 -07:00
Liam Newman
0e3f7c3c72 Cleanup checked in six.py file
Remove pthon/six.py and add pip dependency install to build and test.

Fixes #465
2014-09-11 14:03:23 -07:00
Liam Newman
cdbbce37ee Update git ignore to prevent checkins of build and deploy output 2013-03-28 17:07:02 -07:00
Daniel Stockman
88437a3796 Merge branch 'master' into node-package
Conflicts:
	.gitignore
2013-02-28 09:52:20 -08:00
Einar Lielmanis
8ed2fb0889 Add .gitignore 2013-02-07 01:35:56 +02:00
Daniel Stockman
d560db8552 Add package.json and ignores. 2012-07-13 16:52:34 -07:00