Skip to content

Commit

Permalink
Merge branch 'preact-button' into merge_preact
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Churkin authored and Andrey Churkin committed May 26, 2020
2 parents aea132a + 9f75329 commit 857f42c
Show file tree
Hide file tree
Showing 132 changed files with 30,011 additions and 599 deletions.
11 changes: 8 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"presets": ["@babel/preset-env"],
"plugins": ["transform-es2015-modules-commonjs", "add-module-exports",
"@babel/plugin-proposal-nullish-coalescing-operator", "@babel/plugin-proposal-optional-chaining"
"plugins": [
"transform-es2015-modules-commonjs",
"add-module-exports",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining",
["transform-react-jsx", { "pragma": "Preact.h" }],
"transform-object-assign"
],
"ignore": ["**/*.json", "**/sinon.js"]
}
}
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ matrix:
- { TARGET: test, CONSTEL: ui.scheduler, TZ: 'Japan' }
- { TARGET: test, CONSTEL: ui.scheduler, TZ: 'Australia/ACT' }
- { TARGET: test, CONSTEL: viz }
- { TARGET: test, CONSTEL: renovation }
- { TARGET: test, PERF: true, JQUERY: true, NO_HEADLESS: true }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: ui }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: ui.editors, NO_HEADLESS: true }
Expand All @@ -61,9 +62,11 @@ matrix:
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: ui.grid }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: ui.scheduler }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: viz }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: renovation }
- { TARGET: test_functional, COMPONENT: dataGrid, QUARANTINE_MODE: true }
- { TARGET: test_functional, COMPONENT: scheduler, QUARANTINE_MODE: true }
- { TARGET: test_functional, COMPONENT: editors }
- { TARGET: test_functional, COMPONENT: navigation }
- { TARGET: test_themebuilder }
- { TARGET: test_jest }
- { TARGET: test_scss }
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ artifacts/*
js/viz/docs/*
node_modules/*
testing/helpers/sinon/*
*.p.js
*.j.js
*.p.d.ts
*.j.d.ts
playground/*
themebuilder/data/metadata/*
themebuilder-scss/**/*
js/bundles/dx.custom.js
Loading

0 comments on commit 857f42c

Please sign in to comment.