# acorn-import-defer **Repository Path**: mirrors_guybedford/acorn-import-defer ## Basic Information - **Project Name**: acorn-import-defer - **Description**: Support for `import defer` syntax in Acorn - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-22 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Support for `import defer` in acorn ## Install ``` npm install acorn-import-defer ``` ## Usage This module provides a plugin that can be used to extend the Acorn Parser class: ```js const {Parser} = require('acorn'); const importDefer = require('acorn-import-defer'); Parser.extend(importDefer).parse('...'); ``` ## License This plugin is released under an MIT License.