Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
chore: build files
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Feb 18, 2024
1 parent 6fb9c89 commit 743ac35
Show file tree
Hide file tree
Showing 7 changed files with 582 additions and 432 deletions.
52 changes: 20 additions & 32 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 15 additions & 29 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
compressionLevel: mixed
enableGlobalCache: false

enableGlobalCache: false
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"lint": "echo 'linting...'",
"format": "echo 'formatting...'",
"test": "echo 'testing...'"
}
},
"packageManager": "[email protected]"
}
21 changes: 21 additions & 0 deletions toolchains/solidity/extension/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// A launch configuration that compiles the extension and then opens it inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
}
]
}
153 changes: 153 additions & 0 deletions toolchains/solidity/extension/.vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
Matéo
maatteeoo
En ligne

Matéo — Hier à 00:39
il a un espris malade vincent
0xMemoryGrinder — Hier à 00:43
un ptn de bras de fer
Matéo — Hier à 00:43
AHHHH
ok je vais le fumer
ok
je vais le fumer
0xMemoryGrinder — Hier à 00:49
ça me fumerait de rire
Matéo — Hier à 00:49
non mais s'il fais ca
je me tue
0xMemoryGrinder — Hier à 00:49
Oublie pas de give ton wallet starknet
Matéo — Hier à 00:49
mdr
mensonge non
canada c'est gentil
mdr
VOILA
0xMemoryGrinder — Hier à 00:50
issou
0xMemoryGrinder — Hier à 19:38
Comment tu as contacté le boug pour lava network ?
Matéo — Hier à 19:38
euh via discord de base
0xMemoryGrinder — Hier à 19:38
pas onlydust ?
Matéo — Hier à 19:39
nope pas dirèctement
0xMemoryGrinder — Hier à 19:39
K
Tu peux m'envoyer son contact que je candidate aussi ,
?
0xMemoryGrinder — Hier à 19:48
btw tu as répondu à Maxime ?
Matéo — Hier à 19:49
AHHHH
0xMemoryGrinder — Hier à 19:49
mec....
Matéo — Hier à 19:53
ok done
0xMemoryGrinder — Hier à 19:53
Tu m'envoies le contact du boug aussi ?
Matéo — Hier à 19:54
kagemnikarimu
dis lui genre que tu veux contribuer en tant que dev ou un truc du genre
0xMemoryGrinder — Hier à 19:54
direct sur discord ?
Matéo — Hier à 19:54
oui
0xMemoryGrinder — Hier à 19:54
k
merci
0xMemoryGrinder — Aujourd’hui à 12:14
Pates ou oeufs brouillés ce midi ?
Matéo — Aujourd’hui à 12:17
as u wish
0xMemoryGrinder — Aujourd’hui à 12:18
Albatard
Choidis mdr
Matéo — Aujourd’hui à 12:18
non
tu choisis
0xMemoryGrinder — Aujourd’hui à 12:19
J'ai posé la question
Matéo — Aujourd’hui à 12:20
et ?
0xMemoryGrinder — Aujourd’hui à 12:20
Bon osef on verra

Tu as fini la partie hpal ?
Matéo — Aujourd’hui à 12:21
nope désolé je suis desus là
0xMemoryGrinder — Aujourd’hui à 12:21
K
Matéo — Aujourd’hui à 12:21
et j'aurais besoin d'aide pour le gas estimation
j'ai vraiment tout finis mais tjrs problème de forge
0xMemoryGrinder — Aujourd’hui à 12:21
En mangeany je suis chaud qu'on discute du voter proxy une nouvelle fois
0xMemoryGrinder — Aujourd’hui à 12:21
D'acc
0xMemoryGrinder — Aujourd’hui à 13:50
// A launch configuration that compiles the extension and then opens it inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
Afficher plus
launch.json
1 Ko
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "2.0.0",
"tasks": [
{
Afficher plus
tasks.json
1 Ko

0xMemoryGrinder
0xmemorygrinder
Working at Tholgar, Osmium
Just coding
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"problemMatcher": "$ts-webpack-watch",
"isBackground": true,
"presentation": {
"reveal": "never",
"group": "watchers"
},
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "npm",
"script": "watch-tests",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never",
"group": "watchers"
},
"group": "build"
},
{
"label": "tasks: watch-tests",
"dependsOn": [
"npm: watch",
"npm: watch-tests"
],
"problemMatcher": []
}
]
}
Loading

0 comments on commit 743ac35

Please sign in to comment.