8 Matching Annotations
  1. Dec 2023
  2. Jan 2022
  3. Mar 2021
  4. Feb 2021
  5. Oct 2020
  6. Sep 2020
  7. Dec 2019
    1. It allows the module code (and subsequently dependants on the module) to not use preprocessor hacks, source code changes, or runtime detection hacks to identify which code is appropriate when creating a client bound package.
  8. Nov 2019
  9. developer.mozilla.org developer.mozilla.org
    1. Using with is not recommended, and is forbidden in ECMAScript 5 strict mode. The recommended alternative is to assign the object whose properties you want to access to a temporary variable.