...
Codeblock | ||
---|---|---|
| ||
define([], () => { return /* new (falls ein Singleton gewünscht ist) */ class CustomPackageScript { constructor() { console.log('"i'm a constructor!'") } } }) |
2. Globale Modulidentifikation
...
...
Codeblock | ||
---|---|---|
| ||
define([], () => { return /* new (falls ein Singleton gewünscht ist) */ class CustomPackageScript { constructor() { console.log('"i'm a constructor!'") } } }) |
...