-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: planttheidea/inline-loops.macro
base: v1.2.0
head repository: planttheidea/inline-loops.macro
compare: master
Commits on Jun 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ab6b7ab - Browse repository at this point
Copy the full SHA ab6b7abView commit details
Commits on Jun 19, 2019
-
add console warnings for deopt scenarios (#10)
When a refactor could provide better inlining mechanisms, notify in the console.
Configuration menu - View commit details
-
Copy full SHA for fb5d7c4 - Browse repository at this point
Copy the full SHA fb5d7c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c8ad6 - Browse repository at this point
Copy the full SHA 06c8ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03ee9e - Browse repository at this point
Copy the full SHA f03ee9eView commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f7618b1 - Browse repository at this point
Copy the full SHA f7618b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f91a68a - Browse repository at this point
Copy the full SHA f91a68aView commit details
Commits on Aug 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47295a4 - Browse repository at this point
Copy the full SHA 47295a4View commit details
Commits on Nov 23, 2019
-
Bump eslint-utils from 1.4.0 to 1.4.3 (#13)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fdec71 - Browse repository at this point
Copy the full SHA 3fdec71View commit details
Commits on Dec 28, 2019
-
Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 02926a2 - Browse repository at this point
Copy the full SHA 02926a2View commit details -
Merge pull request #14 from planttheidea/dependabot/npm_and_yarn/hand…
…lebars-4.5.3 Bump handlebars from 4.1.2 to 4.5.3
Configuration menu - View commit details
-
Copy full SHA for 3c4be5f - Browse repository at this point
Copy the full SHA 3c4be5fView commit details
Commits on Mar 15, 2020
-
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for fecb54b - Browse repository at this point
Copy the full SHA fecb54bView commit details -
Merge pull request #15 from planttheidea/dependabot/npm_and_yarn/acor…
…n-5.7.4 Bump acorn from 5.7.3 to 5.7.4
Configuration menu - View commit details
-
Copy full SHA for c605f64 - Browse repository at this point
Copy the full SHA c605f64View commit details
Commits on Jul 17, 2020
-
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d01d91 - Browse repository at this point
Copy the full SHA 7d01d91View commit details
Commits on Jul 21, 2020
-
Merge pull request #17 from planttheidea/dependabot/npm_and_yarn/loda…
…sh-4.17.19 Bump lodash from 4.17.15 to 4.17.19
Configuration menu - View commit details
-
Copy full SHA for 11437d1 - Browse repository at this point
Copy the full SHA 11437d1View commit details
Commits on Dec 18, 2023
-
* update dependencies to latest * initial implementation of working transform with existing unit tests * fix eslint and get all tests passing * abstract out templates * abstract out traverse configs * abstract out utils * abstract handlers * delete previous setup * rename `callback` to `handler` * refine types * convert to TS and ESM * code cleanup * hoist type * Release 2.0.0-beta.0 * clean up README * add CHANGELOG * rename tests and fix bad transforms * forgot one more * support usage in conditionals * Release 2.0.0-beta.1 * support unary and binary expressions * also add `await` expressions * better handling of lazy usages * prevent `dist` from being stored in github * remove dist from git * centralize and improve IIFE wrapping * Release 2.0.0-beta.2 * ensure top-level conditionals are respected * Release 2.0.0-beta.3 * improve README * remove unused variable in template * rename `logic` to `returned` and fix unit tests
Configuration menu - View commit details
-
Copy full SHA for 69b7e93 - Browse repository at this point
Copy the full SHA 69b7e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e9846 - Browse repository at this point
Copy the full SHA 73e9846View commit details -
ensure
forEach*
methods include thereturned
value when the funct……ion is hoisted (#32)
Configuration menu - View commit details
-
Copy full SHA for 45e0d85 - Browse repository at this point
Copy the full SHA 45e0d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6024188 - Browse repository at this point
Copy the full SHA 6024188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecb4da - Browse repository at this point
Copy the full SHA 2ecb4daView commit details -
prevent
forEach
methods from hoisting early returns, instead just c……onverting to `continue` statements (#33)
Configuration menu - View commit details
-
Copy full SHA for dbf6ab0 - Browse repository at this point
Copy the full SHA dbf6ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6607ece - Browse repository at this point
Copy the full SHA 6607eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cc882 - Browse repository at this point
Copy the full SHA a6cc882View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55a517 - Browse repository at this point
Copy the full SHA c55a517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec2cad - Browse repository at this point
Copy the full SHA 9ec2cadView commit details -
[Fix] Types support read-only collections (#36)
* support readonly arrays / objects * fix optional typing
Configuration menu - View commit details
-
Copy full SHA for 811a1e5 - Browse repository at this point
Copy the full SHA 811a1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d53c9b - Browse repository at this point
Copy the full SHA 2d53c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c90e0d - Browse repository at this point
Copy the full SHA 0c90e0dView commit details
Commits on Dec 19, 2023
-
Be smarter with when to wrap in IIFE (#37)
* refactor `shouldWrapInClosure` to be more based on the owner than the contents * handle `await` expressions * handle JSX usage better * clean up commented code * update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 111cfa7 - Browse repository at this point
Copy the full SHA 111cfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6afcd - Browse repository at this point
Copy the full SHA 3e6afcdView commit details
There are no files selected for viewing
This file was deleted.