Skip to content

Commit bcdfcda

Browse files
authoredNov 23, 2018
Move to typescript (codex-team#474)
* Move all modules to ts * It works * Update README.md Co-Authored-By: gohabereg <[email protected]> * Interfaces * Interfaces * Move depending interfaces to external types * Update README.md * update tools * add some docs * Add some fixes * Add desctiprion for Block declaration and Core properties * Fixes due comments : * Remove Block from external types * Bump version * Update src/components/modules/tools.ts Co-Authored-By: gohabereg <[email protected]> * Update src/components/core.ts Co-Authored-By: gohabereg <[email protected]> * Rename gteBlockHTMLByIndex to getBlockByIndex * Remove unnecessary constructors * Clean up bindEvents method * Add InlineToolConstructable interface * Delete legacy notifications class * Fix zero-configuration bugs * Update inline tools and block tunes constructors
1 parent 531f1d2 commit bcdfcda

File tree

106 files changed

+4495
-15841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+4495
-15841
lines changed
 

‎.babelrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"presets": [
2+
"presets": [
33
["@babel/preset-env", {
4-
"modules": "umd"
4+
"modules": "umd",
5+
"useBuiltIns": "entry"
56
}]
67
],
78
"plugins": [

‎.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
"$": true,
8686
"_": true,
8787
"setTimeout": true,
88+
"process": true,
89+
"__dirname": true,
8890
"Map": true
8991
}
9092
}

0 commit comments

Comments
 (0)