jul-compiler
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

Setup

Node installieren: https://nodejs.org
npm i npm -g
npm i (in den Projekten jul-compiler, jul-language-server, vscode-jul-language-service)
npm i copyfiles -g
npm i rimraf -g
npm i @vscode/vsce -g
? npm link (in jul-compiler)

Damit vsce ausgeführt werden kann:
Admin PowerShell öffnen
Set-ExecutionPolicy -ExecutionPolicy Unrestricted

Build

npm run build-all
Baut jul-compiler, jul-language-server und vscode-jul-language-server

  1. jul-compiler: npx tsc && copyfiles --flat src/core-lib.jul out
  2. jul-language-server: npx tsc --project ../jul-language-server/tsconfig.json
  3. vscode-jul-language-service:
    1. delete: rimraf ../vscode-jul-language-service/out/jul-language-server
    2. copy: copyfiles -a ../jul-language-server ../vscode-jul-language-service/out --exclude .git
    3. build: npx tsc

Cli installieren

npm i -g

Cli ausführen

jul ../jul-examples/test1.jul
node out/cli.js ../jul-examples/test1.jul

Test

einzelnen Test ausführen (pattern sucht nach it(...))
npx mocha 'test-setup.mjs' 'test/**/*.test.js' -g pattern

Publish

npm run build
npm version patch (oder minor/major)
commit
npm publish

Readme

Keywords

Package Sidebar

Install

npm i jul-compiler

Weekly Downloads

4

Version

0.0.10

License

ISC

Unpacked Size

1.03 MB

Total Files

84

Last publish

Collaborators

  • julianxander