magic-akari

Results 41 issues of magic-akari

It is better to provide a config option and pass them to the kotlin-language-server to enable ktlint experimental rules.

enhancement

- follow https://github.com/microsoft/TypeScript/pull/46827

unactionable

### Describe the bug `x` should be exported as `y` ### Input code ```typescript import x from "./x"; export { x as y }; ``` ### Config ```json { "$schema":...

C-bug

This pull request add support to arrow getter in `Object.defineProperty`. ```JavaScript Object.defineProperty(exports, 'a', { enumerable: true, get: function () { return q.p; } }); Object.defineProperty(exports, 'b', { enumerable: true, get()...

## Summary Support importing dependencies with `new URL (url, import.meta.url)` like [Vite](https://vitejs.dev/guide/assets.html#new-url-url-import-meta-url). It is a modern method for declaring dependencies, particularly when it comes to static resources such as PNG...

- [x] This change has been discussed with the author. - [ ] It implements / fixes issue #. --- **Description:** This Pull Request add a new option of OSCPosition

# Bug report Keywords: - AMD - define - import **What is the current behavior?** import binding in define function will cause referenceError. **If the current behavior is a bug,...

bug
webpack-5

**Description:** **BREAKING CHANGE:** **Related issue (if exists):** - Closes: #8300