-
Notifications
You must be signed in to change notification settings - Fork 21
Commit 3a29da2
File tree
6 files changed
+12031
-5813
lines changed6 files changed
+12031
-5813
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + |
- .travis.yml+10
- CHANGELOG.md+13
- appveyor.yml+15
- package-lock.json+2.0k
- package.json+19-24
- register.js+1-1
- rollup.config.js+29-16
- src/index.js+12-3
- src/program/Node.js+16
- src/program/Scope.js-5
- src/program/types/AssignmentExpression.js+9-3
- src/program/types/ClassBody.js+7-4
- src/program/types/JSXAttribute.js+10-10
- src/program/types/JSXOpeningElement.js+4-1
- src/program/types/Property.js+15-10
- test/cli/supports-jsx-pragma-comment/command.sh+1
- test/cli/supports-jsx-pragma-comment/expected/output.js+2
- test/cli/supports-jsx-pragma-comment/input.js+2
- test/samples/block-scoping.js+1-1
- test/samples/classes-no-named-function-expressions.js+5-5
- test/samples/classes.js+22-5
- test/samples/destructuring.js+78-25
- test/samples/jsx.js+47
- test/samples/misc.js+2-2
- test/samples/object-properties-no-named-function-expressions.js+118
- test/samples/object-properties.js+17
- test/test.js+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments