a0a01f1e1e
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 |
||
---|---|---|
.. | ||
design | ||
src | ||
test | ||
testing | ||
BUILD.bazel | ||
compiler.ts | ||
index.ts | ||
package.json | ||
public_api.ts | ||
rollup.config.js | ||
tsconfig-build.json | ||
tsconfig-tools.json |