Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

slang-editor as a webcomponent

License

NotificationsYou must be signed in to change notification settings

Bitspark/slang-editor

Repository files navigation

Getting started

  • npm install
  • npm start

Build package

  • npm run package

::WARN::

Every time you run that command it overridessrc/styles/index.ts. But do NOT COMMIT that changes. Beside that it doesn't cause any trouble.

Locally test this package in another project

  • npm run link
  • cd <another_project_dir>
  • npm link @b6k/slang-editor

After that (as long as the linkage is set) you can just callnpm run package to test changes.

Release to npm

  • simply runnpm version patch --force

Issues

  • A main port connected to an operator, must disappear when thus operator is deleted.
  • Readonly Blueprint Editor may not allow......adding new operators...saving blueprint...changing properties
  • Connecting specified generic port to another generic port breaks port definition...e.g. using a value operator with just emits one value

[8]ページ先頭

©2009-2025 Movatter.jp