Skip to content

Commit 04cc967

Browse files
committed
feat: esvue compiler
1 parent a3abc21 commit 04cc967

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+9257
-7399
lines changed

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"devDependencies": {
2525
"@amoutonbrady/lz-string": "^0.1.0",
2626
"@davestewart/nuxt-scrollbar": "^1.0.0",
27-
"@es-js/core": "0.1.0-beta.8",
27+
"@es-js/core": "0.1.0-beta.16",
2828
"@es-js/language-tools": "^0.1.0",
29-
"@es-js/sandbox": "0.0.20-alpha.10",
29+
"@es-js/sandbox": "0.0.20-beta.1",
3030
"@fontsource/fira-mono": "^5.0.13",
3131
"@iconify-json/mdi": "^1.1.66",
3232
"@nuxt/content": "^2.12.1",

apps/playground/pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "pnpm --stream -r run build",
8-
"release": "/bin/bash ./scripts/release.sh",
8+
"bump": "/bin/bash scripts/bump.sh",
9+
"release": "/bin/bash scripts/release.sh",
910
"test": "echo \"Error: no test specified\" && exit 1",
1011
"sherif": "pnpm dlx sherif@latest --fix",
1112
"format": "pnpm biome format --write ."

packages/core/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export default defineBuildConfig({
1515
emitCJS: true,
1616
inlineDependencies: true,
1717
},
18+
externals: ['@putout/bundle'],
1819
})

packages/core/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@es-js/core",
3-
"version": "0.1.0-beta.8",
3+
"version": "0.1.0-beta.16",
44
"type": "module",
55
"scripts": {
66
"build": "unbuild",
@@ -15,21 +15,18 @@
1515
},
1616
"author": "Enzo Notario <[email protected]>",
1717
"license": "MIT",
18+
"sideEffects": false,
1819
"keywords": [
1920
"esjs",
2021
"lenguaje-programacion",
2122
"español",
2223
"spanish"
2324
],
2425
"devDependencies": {
25-
"@biomejs/biome": "1.7.2",
2626
"@es-js/compiler": "0.0.5",
2727
"@es-js/esbabel": "workspace:*",
28+
"@putout/bundle": "^3.15.0",
2829
"@types/node": "^20.9.0",
29-
"acorn-stage3": "^4.0.0",
30-
"hermes-parser": "^0.20.1",
31-
"putout": "^35.7.6",
32-
"tenko": "^2.0.1",
3330
"typescript": "^5.2.2",
3431
"unbuild": "^2.0.0",
3532
"vite": "^5.1.1",

0 commit comments

Comments
 (0)