jsb icon indicating copy to clipboard operation
jsb copied to clipboard

Feature: ESM

Open larslaade opened this issue 2 years ago • 0 comments

Hi,

here is my PR for jsb as an ES module. Fixes #37

  • [x] Code uses import/export
  • [x] Rollup as a Builder
  • [x] Remove internal RequireJS support
  • [x] Remove domready
  • [x] Update test cases
  • [x] Readme updated
  • [x] Typescript type definitions

Breaking changes

  • BREAKING: removed internal RequireJS-Support
  • BREAKING: changed parameter order on the "on"-function
  • BREAKING: removed applyBehaviour on the dom-ready-event

larslaade avatar Sep 01 '22 07:09 larslaade