if.js 328 B

123456789
  1. if (this.hasPlugin("dynamicImports") && this.lookahead().type) {}
  2. if (this.hasPlugin("dynamicImports") && this.lookahead().type === tt.parenLeft) {}
  3. if (this.hasPlugin("dynamicImports") && this.lookahead().type === tt.parenLeft.right) {}
  4. if (VeryVeryVeryVeryVeryVeryVeryVeryLong === VeryVeryVeryVeryVeryVeryVeryVeryLong) {
  5. }