WMI

Arsip · 2022

Beranda

Tentang

Arsip

loading..

VSCode Migrate Typescript CommonJS to ESM

VSCode Migrate Typescript CommonJS to ESM How to migrate typescript commonjs to esm with vscode package.json add following key to package.json type: module, main: ./dist/src/main.js, exports: .: ./dist/src/main.js , typesVersions: : main.d.ts: [

Baca Selengkapnya
loading..

RegExp Match Doesnt Contain Words

RegExp Match Doesnt Contain Words RegEx to tell if a string does not contain a specific character Are you trying to test whether or not a string does not contain a character using regular expressions ?Are you trying: Use Regex to enable the widest range of validations, andAlways look for a positiv

Baca Selengkapnya
loading..

Force Change ALl End Of Line VSCode To LF

Force Change ALl End Of Line VSCode To LF Git change all crlf to lf for vscode git add -Agit commit -m Commit Message Before Changing End Of Linegit push begin changing end of line globallygit config core.autocrlf falsegit rm --cached -r .git reset --hard Change VSCode settings.json Option

Baca Selengkapnya
loading..
wordpressmysql

Change wordpress table prefix updated 2022

Change wordpress table prefix updated 2022 How to change wordpress table prefix NOTE: replace NEWPREFIX_ and OLDPREFIX_ with yours NEWPREFIX_ OLDPREFIX_ Step 1 Change variable value of wp-config.php Login to your control panel or via FTP.Open File Manager under Files Security.Locate the file wp-

Baca Selengkapnya
12