Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 9 First Submission #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
pat.txt

node_modules/
dist/
18 changes: 18 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const presets = [
[
"@babel/preset-env", // The preset you want to use.
{
// The browser versions where we want our code to be supported. This could
// be adjusted to support more or less different browsers. Refer to
// https://babeljs.io/docs/options#targets for details.
targets: "defaults, IE 11, not dead",

// Use polyfills for the browsers specified in the above targets option
// Babel uses polyfills from the core-js library
useBuiltIns: "entry",
corejs: "^3",
},
],
];

module.exports = { presets };
29 changes: 29 additions & 0 deletions bash.exe.stackdump
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Stack trace:
Frame Function Args
0007FFFF8E80 00021005FEBA (000210285F48, 00021026AB6E, 000000000000, 0007FFFF7D80) msys-2.0.dll+0x1FEBA
0007FFFF8E80 0002100467F9 (000000000000, 000000000000, 000000000000, 0007FFFF9158) msys-2.0.dll+0x67F9
0007FFFF8E80 000210046832 (000210285FF9, 0007FFFF8D38, 000000000000, 000000000000) msys-2.0.dll+0x6832
0007FFFF8E80 000210068F86 (000000000000, 000000000000, 000000000000, 000000000000) msys-2.0.dll+0x28F86
0007FFFF8E80 0002100690B4 (0007FFFF8E90, 000000000000, 000000000000, 000000000000) msys-2.0.dll+0x290B4
0007FFFF9160 00021006A49D (0007FFFF8E90, 000000000000, 000000000000, 000000000000) msys-2.0.dll+0x2A49D
End of stack trace
Loaded modules:
000100400000 bash.exe
7FFE68F00000 ntdll.dll
7FFE36F10000 aswhook.dll
7FFE67D10000 KERNEL32.DLL
7FFE662A0000 KERNELBASE.dll
7FFE684B0000 USER32.dll
7FFE66860000 win32u.dll
7FFE67CA0000 GDI32.dll
7FFE66890000 gdi32full.dll
7FFE66B10000 msvcp_win.dll
7FFE669C0000 ucrtbase.dll
000210040000 msys-2.0.dll
7FFE66F60000 advapi32.dll
7FFE67B50000 msvcrt.dll
7FFE66EB0000 sechost.dll
7FFE68210000 RPCRT4.dll
7FFE659B0000 CRYPTBASE.DLL
7FFE66730000 bcryptPrimitives.dll
7FFE67CD0000 IMM32.DLL
Binary file not shown.
Binary file not shown.
Binary file removed images/3-marek-piwnicki-SjNDJm5LSnY-unsplash.jpg
Binary file not shown.
Binary file removed images/4-anton-melekh-QqntN8-hcKo-unsplash.jpg
Binary file not shown.
Binary file removed images/5-edwin-chen-uFH7yP-hy44-unsplash.jpg
Binary file not shown.
Binary file removed images/6-danny-greenberg-UD0SfgEq5WY-unsplash.jpg
Binary file not shown.
Binary file not shown.
Loading