Miško Hevery
a0a01f1e1e
refactor(ivy): rename class/style to make space for new instruction ( #22719 )
...
Rename:
- `elementClass` (short: `k`) => `elementClassNamed` (short: `kn`)
- `elementStyle` (short: `s`) => `elementStyleNamed` (short: `sn`)
Currently `[class.name]` is `elementClass(0, ‘name’, value)`. We would
like to introduce new binding `[class]` which needs a new instruction
ideally `elementClass(0, value)`. Doing the rename creates space
to create such an instruction in subsequent change.
PR Close #22719
2018-03-14 12:59:52 -07:00
..
2018-03-08 22:39:07 -08:00
2018-03-01 13:02:58 -08:00
2017-04-10 15:26:33 -06:00
2018-02-20 13:58:03 -08:00
2018-01-17 17:02:09 -08:00
2018-01-18 18:22:44 -06:00
2017-09-25 13:33:31 -07:00
2018-03-01 13:06:47 -08:00
2018-03-14 12:59:52 -07:00
2017-08-16 17:58:53 -05:00
2018-03-08 10:57:30 -08:00
2018-02-12 14:34:59 -08:00
2017-08-16 17:58:53 -05:00
2017-05-09 16:16:50 -07:00
2017-03-08 16:29:27 -08:00
2018-03-13 09:28:05 -07:00
2018-02-12 14:34:59 -08:00
2018-02-01 08:30:58 -08:00
2018-02-16 09:06:14 -08:00
2018-03-01 13:02:58 -08:00
2018-03-13 09:28:05 -07:00
2017-10-04 16:20:55 -07:00
2017-12-08 10:24:26 -08:00
2018-02-12 14:34:59 -08:00
2018-03-13 09:28:05 -07:00
2017-05-23 10:41:23 -06:00
2018-03-13 09:28:05 -07:00
2017-08-16 17:58:53 -05:00
2017-08-16 17:58:53 -05:00
2018-01-18 18:22:44 -06:00
2017-08-16 17:58:53 -05:00
2018-02-12 14:34:59 -08:00
2017-05-23 10:41:23 -06:00
2018-01-18 18:22:44 -06:00
2018-01-24 12:35:30 -08:00
2017-09-25 13:36:00 -07:00
2017-08-15 16:30:09 -07:00
2017-09-28 14:20:20 -07:00
2017-08-16 17:58:53 -05:00
2018-01-18 18:22:44 -06:00
2017-08-16 17:58:53 -05:00