Commit Graph

442 Commits

Author SHA1 Message Date
Matthew Griffith
a5dc988c45
Merge pull request #71 from jfmengels/typo-fix
Fix typo in source code
2022-02-06 09:56:40 -05:00
Matthew Griffith
2c2cacede0
Merge pull request #85 from RealKinetic/enforce-LF-endings
Ensure new lines are mac friendly w/ LF instead of CRLF.
2022-02-06 09:45:45 -05:00
Matthew Griffith
f8f31389c0
Merge pull request #62 from jfmengels/benchmark-name-typo
Remove typo in benchmark name
2022-02-06 09:35:33 -05:00
Matthew Griffith
0ad30d2cc6
Merge pull request #61 from jfmengels/fix-results-link
Fix results link
2022-02-06 09:35:03 -05:00
Matthew Griffith
2539989ab6
Merge pull request #59 from jfmengels/dont-go-through-all-nodes
replace transforms: Don't go through all nodes
2022-02-06 09:34:19 -05:00
Matthew Griffith
527bc0b025
Merge pull request #58 from jfmengels/remove-unnecessary-work
Remove unnecessary work from $elm$core$List$concat replacement
2022-02-06 09:32:16 -05:00
Matthew Griffith
f13013a793
Merge pull request #57 from jfmengels/remove-variable
Remove unnecessary variable
2022-02-06 09:30:32 -05:00
Matthew Griffith
0eb8e908a6
Merge pull request #56 from jfmengels/use-processopts
Use processOpts from options
2022-02-06 09:29:41 -05:00
Matthew Griffith
c74b7be0e8
Merge pull request #45 from pravdomil/patch-1
Update transformations.md
2022-02-06 09:28:07 -05:00
Matthew Griffith
fffa87ed73
Merge pull request #40 from sebsheep/patch-2
Add note about "Skip Allocating Tuples in Case"
2022-02-06 09:26:41 -05:00
Coury Ditch
f470664907
Ensure new lines are mac friendly w/ LF instead of CRLF. 2022-02-05 18:09:20 -07:00
Jeroen Engels
0230b8b159 Fix typo in source code 2021-12-04 11:34:25 +01:00
Jeroen Engels
2c7f5efadd Remove typo in benchmark name 2021-11-20 09:18:02 +01:00
Jeroen Engels
270daf85ef Add more links 2021-11-20 09:11:38 +01:00
Jeroen Engels
90a8b17c4b Fixed link to results 2021-11-20 09:09:31 +01:00
Jeroen Engels
e28adb3843 Prevent replace transforms from going through all nodes 2021-11-19 17:27:50 +01:00
Jeroen Engels
eeba585f4e Remove unnecessary work from $elm$core$List$concat replacement 2021-10-18 13:19:07 +02:00
Jeroen Engels
31676730c8 Remove unnecessary variable 2021-10-08 23:36:07 +02:00
Jeroen Engels
8cda16eba5 Use processOpts from options 2021-10-08 23:31:29 +02:00
Matthew Griffith
8e61bed99f
Merge pull request #55 from jfmengels/no-unnecessary-mkdir
Prevent creating folder if input and output file paths are the same
2021-10-05 13:32:14 -04:00
Jeroen Engels
62c9b47de9 Prevent creating folder if input and output folders are the same 2021-10-03 10:30:46 +02:00
Jeroen Engels
05809af666 Prevent creating folder if input and output file paths are the same 2021-10-02 23:07:59 +02:00
Matthew Griffith
eeef6529e6
Merge pull request #54 from jfmengels/node-api
Add Node.js library API
2021-10-01 20:17:00 -04:00
Jeroen Engels
fb6decc343 Remove unused linter disable comments 2021-10-01 23:53:35 +02:00
Jeroen Engels
5d43f746a1 Throw an error if JS is empty 2021-10-01 23:51:47 +02:00
Jeroen Engels
89100d5ae9 Get help information from arguments 2021-10-01 23:50:07 +02:00
Jeroen Engels
07dd5d2fe9 Throw an error if outputFilePath is not defined 2021-10-01 23:46:56 +02:00
Jeroen Engels
ac3d1349af Return the outputFilePath and require it in the lib 2021-10-01 23:46:56 +02:00
Jeroen Engels
908cec2fee Extract processOpts to be an argument 2021-10-01 23:42:26 +02:00
Jeroen Engels
bd7926257d Use verbose mode for transforms when --verbose is used 2021-10-01 23:31:23 +02:00
Jeroen Engels
4845e5d9ac Throw an error instead of using process.exit 2021-10-01 23:31:23 +02:00
Jeroen Engels
c33c280e09 Throw an error when input is not a JS/Elm file 2021-10-01 23:31:11 +02:00
Jeroen Engels
6e36e78637 Add a verbose mode 2021-10-01 23:10:59 +02:00
Jeroen Engels
09027a3834 Don't print the stack trace when errors happen 2021-10-01 23:07:20 +02:00
Jeroen Engels
1bb4a13ce0 Exit with error code when something goes wrong 2021-10-01 23:05:42 +02:00
Jeroen Engels
39d83a0751 Export a simplified run function in the index.js 2021-10-01 23:00:55 +02:00
Jeroen Engels
fd4ef3f055 Duplicate run function and use in bin.js 2021-10-01 22:59:13 +02:00
Jeroen Engels
84e9c0f95d Remove binary related things from index.js, start execution from bin.js 2021-10-01 18:35:38 +02:00
Jeroen Engels
aca18d1433 Add bin.js 2021-10-01 18:31:43 +02:00
Jeroen Engels
ea0cb5ea78 Expose run 2021-10-01 18:22:49 +02:00
Jeroen Engels
f4e923fdab Formatting 2021-10-01 18:14:41 +02:00
Jeroen Engels
37aefb39e9 Add console.log argument 2021-10-01 18:09:43 +02:00
Jeroen Engels
2099900839 Move inputFilePath into the options 2021-10-01 18:03:14 +02:00
Jeroen Engels
820141a6a0 Rename field 2021-10-01 18:00:39 +02:00
Jeroen Engels
88d34d3a75 Pass options from program 2021-10-01 17:59:14 +02:00
Matthew Griffith
a775035631
Merge pull request #29 from mdgriffith/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2021-09-29 21:38:01 -04:00
Matthew Griffith
3879716e25
Merge pull request #30 from mdgriffith/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
2021-09-29 21:37:51 -04:00
Matthew Griffith
c3b874d192
Merge pull request #41 from mdgriffith/dependabot/npm_and_yarn/ua-parser-js-0.7.28
Bump ua-parser-js from 0.7.21 to 0.7.28
2021-09-29 21:37:29 -04:00
Matthew Griffith
f4ca3337ec
Merge pull request #42 from mdgriffith/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-09-29 21:37:12 -04:00
Matthew Griffith
25f9947d64
Merge pull request #44 from mdgriffith/dependabot/npm_and_yarn/glob-parent-5.1.2
Bump glob-parent from 5.1.1 to 5.1.2
2021-09-29 21:36:58 -04:00