Initial React project

This commit is contained in:
Johan
2026-03-23 07:49:45 +01:00
parent 8d33465f51
commit e204032b56
1353 changed files with 23853 additions and 50282 deletions

4
node_modules/acorn/dist/acorn.d.ts generated vendored
View File

@@ -614,10 +614,10 @@ export interface Options {
/**
* `sourceType` indicates the mode the code should be parsed in.
* Can be either `"script"`, `"module"` or `"commonjs"`. This influences global
* Can be either `"script"` or `"module"`. This influences global
* strict mode and parsing of `import` and `export` declarations.
*/
sourceType?: "script" | "module" | "commonjs"
sourceType?: "script" | "module"
/**
* a callback that will be called when a semicolon is automatically inserted.