orimização e testes de build hibrido

This commit is contained in:
Luiz Silva 2025-07-18 13:36:46 -03:00
parent 17aee620b3
commit 40dca15bff
53 changed files with 2944 additions and 697 deletions

3
testes/node/index.ts Normal file
View file

@ -0,0 +1,3 @@
import {umaFuncao, umaVariavel} from 'p-comuns'
console.log(umaVariavel)
console.log(umaFuncao())

15
testes/node/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"p-comuns": "link:../.."
}
}

13
testes/node/pnpm-lock.yaml generated Normal file
View file

@ -0,0 +1,13 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
dependencies:
p-comuns:
specifier: link:../..
version: link:../..