Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Better class names for debugging #712

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/babel-preset/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

module.exports = {
presets: ['env', 'react', 'es2015'],
plugins: ['transform-object-rest-spread', 'transform-class-properties']
plugins: ['styled-components', 'transform-object-rest-spread', 'transform-class-properties']
}
1 change: 1 addition & 0 deletions core/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "siddharthkp",
"license": "MIT",
"dependencies": {
"babel-plugin-styled-components": "1.5.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-es2015": "6.24.1",
Expand Down
26 changes: 26 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
dependencies:
"@babel/highlight" "7.0.0-beta.42"

"@babel/helper-annotate-as-pure@^7.0.0-beta.37":
version "7.0.0-beta.54"
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.54.tgz#1626126a3f9fc4ed280ac942372c7d39653d7121"
dependencies:
"@babel/types" "7.0.0-beta.54"

"@babel/helper-module-imports@7.0.0-beta.40":
version "7.0.0-beta.40"
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.40.tgz#251cbb6404599282e8f7356a5b32c9381bef5d2d"
Expand All @@ -31,6 +37,14 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@babel/types@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.54.tgz#025ad68492fed542c13f14c579a44c848e531063"
dependencies:
esutils "^2.0.2"
lodash "^4.17.5"
to-fast-properties "^2.0.0"

"@emotion/babel-utils@^0.6.4":
version "0.6.5"
resolved "https://registry.npmjs.org/@emotion/babel-utils/-/babel-utils-0.6.5.tgz#34d7844eb532d1175c8fc70175beb74d071bfbeb"
Expand Down Expand Up @@ -1197,6 +1211,14 @@ babel-plugin-react-docgen@^2.0.0-rc.1:
lodash "^4.17.10"
react-docgen "^3.0.0-beta12"

babel-plugin-styled-components@1.5.1:
version "1.5.1"
resolved "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.5.1.tgz#31dbeb696d1354d1585e60d66c7905f5e474afcd"
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0-beta.37"
babel-types "^6.26.0"
stylis "^3.0.0"

babel-plugin-syntax-async-functions@^6.8.0:
version "6.13.0"
resolved "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
Expand Down Expand Up @@ -8405,6 +8427,10 @@ stylis-rule-sheet@^0.0.7:
version "0.0.7"
resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c"

stylis@^3.0.0:
version "3.5.3"
resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.3.tgz#99fdc46afba6af4deff570825994181a5e6ce546"

stylis@^3.4.0, stylis@^3.5.0:
version "3.5.1"
resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.1.tgz#fd341d59f57f9aeb412bc14c9d8a8670b438e03b"
Expand Down