Remove node-addon-api because it is slower than native Node.js

This commit is contained in:
Asaki Yuki 2026-01-18 21:54:59 +07:00
parent 6b93909e7e
commit 6817734ed9
8 changed files with 5 additions and 300 deletions

View file

@ -8,7 +8,4 @@ export * from "./components/Utils.js"
export * from "./types/enums/index.js"
export * as Properties from "./types/properties/index.js"
export { Lexer as NativeLexer } from "./compilers/Bindings.js"
export { Lexer } from "./compilers/bindings/Lexer.js"
export { ItemAuxID } from "./types/enums/Items.js"