Skip to content

Commit

Permalink
தமிழாக்கம்
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 9, 2023
1 parent d8be86e commit 150ee00
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ build/
docs/.tx/*

.coverage
dist
node_modules/
.DS_Store
.cache/


# JS
node_modules
dist
விநியோகம்
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@lassi-js/kili",
"version": "0.3.2",
"description": "",
"main": "dist/src/குறியீட்டு.js",
"main": "விநியோகம்/மூலம்/குறியீட்டு.js",
"type": "module",
"scripts": {
"தூயமைப்படுத்து": "rimraf dist",
"தொகுப்பு": "pnpm புதுப்பிப்பு && pnpm தூயமைப்படுத்து && pnpm tspc -p tsconfig.build.json",
"சோதனை:கணு": "pnpm தொகுப்பு && pnpm aegir test -t node --cov -- --exit",
"சோதனை:உலாவி": "pnpm தொகுப்பு && pnpm aegir test -t browser --cov",
"சோதனை:எதிர்மின்னி-மத்தியமானது": "pnpm தொகுப்பு && pnpm aegir test -t electron-main --cov",
"சோதனை:எதிர்மின்னி-வழங்கியது": "pnpm தொகுப்பு && pnpm aegir test -t electron-renderer --cov",
"தூயமைப்படுத்து": "rimraf விநியோகம்",
"தொகுப்பு": "pnpm புதுப்பிப்பு && pnpm தூயமைப்படுத்து && pnpm tspc -p tsconfig.json",
"சோதனை:கணு": "pnpm தொகுப்பு && pnpm aegir test -t node -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov -- --exit",
"சோதனை:உலாவி": "pnpm தொகுப்பு && pnpm aegir test -t browser -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov",
"சோதனை:எதிர்மின்னி-மத்தியமானது": "pnpm தொகுப்பு && pnpm aegir test -t electron-main -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov",
"சோதனை:எதிர்மின்னி-வழங்கியது": "pnpm தொகுப்பு && pnpm aegir test -t electron-renderer -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov",
"சோதனை": "pnpm சோதனை:கணு && pnpm சோதனை:உலாவி",
"வடிவூட்டம்": "pnpm prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\" && pnpm eslint --ext .js,.ts src",
"வடிவூட்டம்": "pnpm prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\" && pnpm eslint --ext .js,.ts மூலம் சோதனை",
"வெளியிடு": "pnpm சோதனை && (git commit -a -m 'பதிப்பு' || true) && pnpm publish",
"புதுப்பிப்பு": "pnpm genversion --es6 --semi src/பதிப்பு.ts"
"புதுப்பிப்பு": "pnpm genversion --es6 --semi மூலம்/பதிப்பு.ts"
},
"repository": {
"type": "git",
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.build.json

This file was deleted.

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"paths": {
"@/*": ["src/*"]
"@/*": ["மூலம்/*"]
},
"outDir": "./dist",
"outDir": "./விநியோகம்",
"sourceMap": true,
"strict": true,
"strictPropertyInitialization": true,
Expand All @@ -34,5 +34,5 @@
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["src", "test", "@வகைகள்"]
"include": ["மூலம்", "சோதனை", "@வகைகள்"]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 150ee00

Please sign in to comment.