-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): css-custom-property feature overall #2216
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5553e90 - Browse repository at this point
Copy the full SHA 5553e90View commit details
Commits on Jan 10, 2022
-
Merge branch 'master' of github.com:wix/stylable into ido/css-custom-…
…property-feature-extraction
Configuration menu - View commit details
-
Copy full SHA for e7f06c0 - Browse repository at this point
Copy the full SHA e7f06c0View commit details -
chore: init
css-custom-property
feature- feature file `/features/css-custom-property.ts` - moved `CSSVarSymbol` symbol - export empty diagnostics and hooks - register to stylable meta class
Configuration menu - View commit details
-
Copy full SHA for c249470 - Browse repository at this point
Copy the full SHA c249470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498c3a8 - Browse repository at this point
Copy the full SHA 498c3a8View commit details -
refactor: processor
css-custom-property
feature extract- moved all code related to feature file - new `analyzeDeclaration` feature hook
Configuration menu - View commit details
-
Copy full SHA for 3067265 - Browse repository at this point
Copy the full SHA 3067265View commit details -
- `isCSSVarProp` from `stylable-utils` to `helpers/css-custom-property` - `validateAllowedNodesUntil` from `stylable-value-parser` to `helpers/value` - `globalValue` from `utils` to `helpers/global` - deprecate `paramMapping` constant export
Configuration menu - View commit details
-
Copy full SHA for 4deced9 - Browse repository at this point
Copy the full SHA 4deced9View commit details -
refactor: move more code from processor to feature
- analyze `@st-global-custom-property` to feature - add `toRemove` api to `analyzeAtRule` feature until `rawAst` is immutable
Configuration menu - View commit details
-
Copy full SHA for b5ddb8f - Browse repository at this point
Copy the full SHA b5ddb8fView commit details -
refactor: transformer
css-custom-property
feature extract- `transformResolve` - `transformAtRule` - `transformJSExports`
Configuration menu - View commit details
-
Copy full SHA for e088a45 - Browse repository at this point
Copy the full SHA e088a45View commit details -
refactor: move transform value
var()
to feature- `transformDeclarationValue` new hook - transform `var()` extract from `functions` to feaure - `stringifyFunction` from `functions` to `helpers/value`
Configuration menu - View commit details
-
Copy full SHA for 648230b - Browse repository at this point
Copy the full SHA 648230bView commit details -
refactor:
--X:
declaration prop transform to feature- `transformDeclaration` - move `--X: ;` namespace to feature - `getScopedCSSVar` from `transformer` to `helpers/css-custom-property` - deprecate `transformer.getScopedCSSVar()`
Configuration menu - View commit details
-
Copy full SHA for 7ea1051 - Browse repository at this point
Copy the full SHA 7ea1051View commit details
Commits on Jan 16, 2022
-
Merge branch 'master' of github.com:wix/stylable into ido/css-custom-…
…property-feature-extraction
Configuration menu - View commit details
-
Copy full SHA for e38fe8a - Browse repository at this point
Copy the full SHA e38fe8aView commit details -
test: move tests from
css-vars.spec
to feature spec- refactored to new format with inline tests and `testStylableCore` - add internal `CSSCustomProperty.get(symbolName)`
Configuration menu - View commit details
-
Copy full SHA for f596744 - Browse repository at this point
Copy the full SHA f596744View commit details -
test: move more tests to feature spec
- `exports.spec` css custom property tests - test for resolving mixed-in property override - moved skipped escape test
Configuration menu - View commit details
-
Copy full SHA for f61a55e - Browse repository at this point
Copy the full SHA f61a55eView commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 495482f - Browse repository at this point
Copy the full SHA 495482fView commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7a04f3 - Browse repository at this point
Copy the full SHA f7a04f3View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea9d2f9 - Browse repository at this point
Copy the full SHA ea9d2f9View commit details -
refactor: reorder and cleanups
- add `alias` field to `CSSVarSymbol` to point to imported symbol - implemented suppurt for aliased in resolver and completion-provider - register `--` prefixed imports as aliased custom property symbols - sort conflicted symbol definitions from import, `@property`, and `@st-custom-global-property`
Configuration menu - View commit details
-
Copy full SHA for 67ea1b5 - Browse repository at this point
Copy the full SHA 67ea1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f120e8 - Browse repository at this point
Copy the full SHA 7f120e8View commit details -
test: fix
scopeCSSVar
unit test- import path and file name didn't match
Configuration menu - View commit details
-
Copy full SHA for 8b5eda4 - Browse repository at this point
Copy the full SHA 8b5eda4View commit details -
- keep `var()` untransformed - report empty prop name diagnostic
Configuration menu - View commit details
-
Copy full SHA for 8d7113a - Browse repository at this point
Copy the full SHA 8d7113aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a235be6 - Browse repository at this point
Copy the full SHA a235be6View commit details
Commits on Jan 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02760af - Browse repository at this point
Copy the full SHA 02760afView commit details -
Merge branch 'master' of github.com:wix/stylable into ido/css-custom-…
…property-feature-extraction
Configuration menu - View commit details
-
Copy full SHA for df4946e - Browse repository at this point
Copy the full SHA df4946eView commit details