Skip to content

Commit

Permalink
basic dogfooding working on rewritten library
Browse files Browse the repository at this point in the history
  • Loading branch information
bttmly committed Jun 1, 2016
1 parent 1fee4ac commit 5f083a7
Show file tree
Hide file tree
Showing 149 changed files with 239 additions and 3,064 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ test: lint
NODE_ENV=testing ./node_modules/.bin/_mocha ./test/**/*.js

lint:
./node_modules/.bin/eslint ./lib/**/*.js
./node_modules/.bin/eslint ./src/**/*.js

events:
./bin/perturb -r ./examples/event-emitter

example:
./node_modules/.bin/babel-node ./_src/run.js example
./node_modules/.bin/babel-node ./src/run.js example

dogfood:
./node_modules/.bin/babel-node ./_src/run.js dogfood
./node_modules/.bin/babel-node ./src/run.js dogfood

build:
./node_modules/babel-cli/bin/babel.js --out-dir _lib _src,
./node_modules/babel-cli/bin/babel.js --out-dir lib src,

.PHONY: test example
43 changes: 0 additions & 43 deletions _src/file-system.js

This file was deleted.

120 changes: 0 additions & 120 deletions _src/index.js

This file was deleted.

Binary file removed lib/.DS_Store
Binary file not shown.
71 changes: 0 additions & 71 deletions lib/config.js

This file was deleted.

24 changes: 0 additions & 24 deletions lib/constant/binary-operator-swaps.js

This file was deleted.

13 changes: 0 additions & 13 deletions lib/constant/errors.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/constant/func-nodes.js

This file was deleted.

10 changes: 0 additions & 10 deletions lib/constant/js-types.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/constant/messages.js

This file was deleted.

13 changes: 0 additions & 13 deletions lib/constant/node-attrs.js

This file was deleted.

46 changes: 0 additions & 46 deletions lib/constant/node-types.js

This file was deleted.

Loading

0 comments on commit 5f083a7

Please sign in to comment.