Skip to content

Commit 84125a6

Browse files
committed
Lint
1 parent f2358f2 commit 84125a6

Some content is hidden

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

42 files changed

+145
-135
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ pnpm dev
2323
## License
2424

2525
MIT (c) Cezar Augusto and the Extension.js authors.
26-
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
sort: 1
3-
43
---
54

6-
TODO
7-
---
5+
## TODO
86

97
**🧩 Extension** • create cross-browser extensions with no build configuration.

_WIP_Advanced/Usage Via NodeJS API.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
sort: 3
3-
4-
---
5-
TODO
63
---
74

5+
## TODO
6+
87
**🧩 Extension** • create cross-browser extensions with no build configuration.

_WIP_Configuration Files/Babel.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ To allow developers to use the latest language features without worrying about b
88

99
Here’s how each Babel plugin and preset contributes to this feature:
1010

11-
* [@babel/plugin-proposal-decorators](https://www.npmjs.com/package/@babel/plugin-proposal-decorators): Allows developers to use decorators in their code, providing a convenient and readable way to annotate and modify classes and properties at design time.
12-
* [@babel/plugin-syntax-dynamic-import](https://www.npmjs.com/package/@babel/plugin-syntax-dynamic-import): Enables the use of dynamic import() syntax, facilitating code-splitting and lazy-loading of modules, which can significantly improve the performance of web applications.
13-
* [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env): Automatically determines the Babel plugins and polyfills needed based on the target environment's feature support, ensuring that the output code runs efficiently across all platforms.
14-
* [@babel/preset-react](https://www.npmjs.com/package/@babel/preset-react): Transforms JSX into standard JavaScript, making it compatible with the browser and enabling the use of React's powerful UI library and its ecosystem.
15-
* [@babel/preset-typescript](https://www.npmjs.com/package/@babel/preset-typescript): Provides support for TypeScript, allowing developers to leverage type-safe programming, interfaces, and other TypeScript features, which are compiled down to standard JavaScript.
16-
* [babel-plugin-react-require](https://www.npmjs.com/package/babel-plugin-react-require): Automatically injects the React import statement in files that use JSX, ensuring that the React namespace is always available where needed.
17-
* [babel-plugin-transform-react-remove-prop-types](https://www.npmjs.com/package/babel-plugin-transform-react-remove-prop-types): Removes PropTypes from the production build of React components, reducing the bundle size and improving the performance of the production app.
11+
- [@babel/plugin-proposal-decorators](https://www.npmjs.com/package/@babel/plugin-proposal-decorators): Allows developers to use decorators in their code, providing a convenient and readable way to annotate and modify classes and properties at design time.
12+
- [@babel/plugin-syntax-dynamic-import](https://www.npmjs.com/package/@babel/plugin-syntax-dynamic-import): Enables the use of dynamic import() syntax, facilitating code-splitting and lazy-loading of modules, which can significantly improve the performance of web applications.
13+
- [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env): Automatically determines the Babel plugins and polyfills needed based on the target environment's feature support, ensuring that the output code runs efficiently across all platforms.
14+
- [@babel/preset-react](https://www.npmjs.com/package/@babel/preset-react): Transforms JSX into standard JavaScript, making it compatible with the browser and enabling the use of React's powerful UI library and its ecosystem.
15+
- [@babel/preset-typescript](https://www.npmjs.com/package/@babel/preset-typescript): Provides support for TypeScript, allowing developers to leverage type-safe programming, interfaces, and other TypeScript features, which are compiled down to standard JavaScript.
16+
- [babel-plugin-react-require](https://www.npmjs.com/package/babel-plugin-react-require): Automatically injects the React import statement in files that use JSX, ensuring that the React namespace is always available where needed.
17+
- [babel-plugin-transform-react-remove-prop-types](https://www.npmjs.com/package/babel-plugin-transform-react-remove-prop-types): Removes PropTypes from the production build of React components, reducing the bundle size and improving the performance of the production app.
1818

1919
This comprehensive setup empowers developers to write modern, efficient, and clean extension code across various modern web technologies, including [[React]] and [[TypeScript]].
2020

2121
## Next Steps
2222

23-
* Add a custom [[Babel]] config (`babel.config.js`) to your extension.
24-
* To maintain compatibility across diverse browser vendors, see [[Polyfill]].
25-
* Learn about [[React]] in Extension.
26-
* Learn about [[TypeScript]] in Extension.
23+
- Add a custom [[Babel]] config (`babel.config.js`) to your extension.
24+
- To maintain compatibility across diverse browser vendors, see [[Polyfill]].
25+
- Learn about [[React]] in Extension.
26+
- Learn about [[TypeScript]] in Extension.
2727

2828
---
2929

_WIP_Configuration Files/PostCSS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sort: 3
33
---
44

5-
65
---
76

87
**🧩 Extension** • create cross-browser extensions with no build configuration.

_WIP_Configuration Files/_Webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sort: 7
3-
43
---
4+
55
TODO
66

77
---

_WIP_Contribute/Architecture Overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
sort: 2
3-
43
---
54

65
TODO

_WIP_Contribute/Help Ensuring Quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sort: 5
3-
43
---
4+
55
TODO
66

77
---

_WIP_Contribute/Help Me Fixing Stuff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sort: 4
3-
43
---
4+
55
TODO
66

77
---

_WIP_Contribute/Run This Project Locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sort: 3
3-
43
---
4+
55
TODO
66

77
---

0 commit comments

Comments
 (0)