forked from gregziegan/elm-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* it compiles! let's get this example working * remove things, add css * hmm mouse interaction works but not keyboard * selects things and hides menu * both selections work, keyboard + mouse * wip trying to remove input and replace w/ sub * no need for input * might work * fix nav * remove excess comments * code cleanup * stop annoying input behavior * well that's... something * it look a'ight * remove old tests; get setup for new tests * change test config * update test config * cache test build artifacts * made single selection state possible * begin documenting this thing * keep documenting * order the documentation * write more doc strings * order imports * lowercase * clean up documentation
- Loading branch information
1 parent
858056b
commit 299ae09
Showing
18 changed files
with
1,522 additions
and
998 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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
language: haskell | ||
language: node_js | ||
node_js: | ||
- "6" | ||
cache: | ||
directories: | ||
- tests/elm-stuff/build-artifacts | ||
install: | ||
- npm install -g elm | ||
- npm install -g elm elm-test | ||
- elm-package install -y | ||
before_script: | ||
- cd tests && elm-make --yes --output test.js CompletionTests.elm | ||
script: node test.js | ||
script: elm-test |
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
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.