Commit Graph

279 Commits

Author SHA1 Message Date
1000000000
f8e31fa922 Added some documentation for the optimization 2021-04-01 22:12:30 -04:00
1000000000
01e539fb1f Wired in String.join transformation 2021-04-01 21:58:55 -04:00
1000000000
df46a92805 String.join can be replaced with a faster version 2021-04-01 21:54:28 -04:00
mdgriffith
d154f3ddfe Merge branch 'master' of https://github.com/mdgriffith/elm-optimize-level-2 2021-01-22 20:56:58 -05:00
mdgriffith
78d1097d0a include v8 debug fles 2021-01-22 20:56:32 -05:00
mdgriffith
237bc8b0b0 wrap elm starter in function to wait for v8 2021-01-22 20:55:54 -05:00
mdgriffith
8ff4ebb547 set tool defaults 2021-01-22 20:55:36 -05:00
mdgriffith
bf38274601 fix v8 helpers 2021-01-22 20:55:14 -05:00
mdgriffith
94b17e9d01 add v8 helpers to utils folder 2021-01-22 20:43:13 -05:00
mdgriffith
a4266a0b65 calcualte callgraph 2021-01-22 20:10:58 -05:00
mdgriffith
39018cac7a v8 analyze transformations 2021-01-22 19:59:33 -05:00
mdgriffith
6ce8be6981 Debug.V8 module 2021-01-22 19:55:04 -05:00
mdgriffith
98028ed16c add v8 analysis transormations 2021-01-22 19:54:30 -05:00
mdgriffith
54eb331b2e allow native syntax 2021-01-22 19:54:01 -05:00
Matthew Griffith
804a3b77f1
Merge pull request #33 from brian-carroll/master
Fix concat bug
2021-01-19 20:28:41 -05:00
Brian Carroll
9ab8897346 Fix concat bug 2021-01-18 22:10:26 +00:00
mdgriffith
e0ce5d8304 update elm-obj-file to avoid murmur3 2021-01-17 13:30:31 -05:00
mdgriffith
33120897bb remove murmur3 from elm-css benchamrk 2021-01-17 13:19:45 -05:00
mdgriffith
bba53d9b22 update elm-markdown 2021-01-17 12:17:16 -05:00
Matthew Griffith
97e6ee4844
Merge pull request #32 from jfmengels/patch-1
Fix contribution listing in README
2021-01-14 09:58:03 -05:00
Jeroen Engels
fe75758ec3
Fix contribution listing in README
The listing in the Contributing section was done using inconsistent markdown syntax, which doesn't render well in some places like on the npm website (https://www.npmjs.com/package/elm-optimize-level-2#contributing)
2021-01-14 15:20:47 +01:00
Matthew Griffith
9f113f954b
Merge pull request #31 from brian-carroll/replace-list-module
Replace list functions
2021-01-10 11:10:30 -05:00
Brian Carroll
365f05a211 Use 'for' on lists, to better match core libs 2021-01-10 15:46:52 +00:00
Brian Carroll
36e5882e90 More list functions 2021-01-10 15:12:47 +00:00
Brian Carroll
c03d98a4cd wire up the new transformation 2021-01-10 10:06:01 +00:00
Brian Carroll
ff9e373b14 Add a transform for List.map 2021-01-10 09:55:50 +00:00
Brian Carroll
57f1362698 Get rid of unused import
This gave me an *error* on npm install!
2021-01-10 07:40:43 +00:00
mdgriffith
fc74f6b2be add analyze transformer 2020-12-31 17:42:50 -05:00
mdgriffith
ab7bcfc61f add v8 to resource links 2020-12-31 17:33:13 -05:00
mdgriffith
7b2d76be85 add v8 util 2020-12-31 17:33:02 -05:00
mdgriffith
1d6828e315 update chromedriver 2020-12-30 15:27:45 -05:00
mdgriffith
35a0bede18 0.1.5 2020-10-25 15:35:10 -04:00
mdgriffith
4bfe4834e2 exist with failure if no js output is generated fromt he elm-compiler 2020-10-25 15:33:12 -04:00
Simon
94ba9d6898
Merge pull request #28 from lydell/move-ts-jest
Move ts-jest to devDependencies
2020-10-20 22:24:06 -07:00
Simon Lydell
1cf5bcb39c Move ts-jest to devDependencies 2020-10-20 20:08:18 +02:00
mdgriffith
7723817ae1 0.1.4 2020-10-17 09:16:23 -04:00
Matthew Griffith
6285af1bf4
Merge pull request #27 from mdgriffith/fix-false-postive-for-regex
#26 - fix false positive for Fn and An regexes
2020-10-17 09:11:43 -04:00
Simon
e7c6787895 #26 - fix false positive for Fn and An regexes 2020-10-16 20:43:50 -07:00
Matthew Griffith
43659895d7
Merge pull request #25 from ryannhg/patch-1
fix tiny typo in readme
2020-09-25 20:01:18 -04:00
Ryan Haskell-Glatz
4f8b78d1a8
earn my contributor badge 2020-09-17 10:30:11 -05:00
mdgriffith
2f7008d905 oh, include node-elm-compiler too 2020-08-24 16:22:34 -04:00
mdgriffith
9b63e4f5d5 upgrade typescript to real dependency 2020-08-24 16:16:03 -04:00
mdgriffith
7ba6547230 bump to 0.1.1 2020-08-24 16:06:23 -04:00
mdgriffith
489962f32b fix bin distribution 2020-08-24 16:04:55 -04:00
mdgriffith
6d186c5261 update name in other places 2020-08-24 07:56:01 -04:00
mdgriffith
1c98cbebb1 update package description, rename to elm-optimize-level-2 2020-08-24 07:55:44 -04:00
mdgriffith
9ac463f4ad revise readme 2020-08-24 07:55:24 -04:00
mdgriffith
7ae74e6d67 update CLI description 2020-08-24 07:55:12 -04:00
Matthew Griffith
ca438417e1
Merge pull request #22 from jfmengels/patch-2
Fix typos in transformations.md
2020-08-23 15:20:41 -04:00
Matthew Griffith
f09e534bc5
Merge pull request #21 from jfmengels/patch-1
Fix typo in benchmark columns
2020-08-23 15:20:09 -04:00